Search found 123 matches

by mi
2007-07-20T06:04:39-07:00
Forum: Bugs
Topic: MagickRemoveImageProfile returns freed memory in 6.3.5-2, -3
Replies: 14
Views: 28290

Re: MagickRemoveImageProfile returns freed memory in 6.3.5-2, -3

Can one download the regression tests? I'd like to include them in the routine build of ImageMagick -- to catch local miscompilations and other problems.

I doubt, you test on platforms as "exotic" as FreeBSD/amd64...
by mi
2007-07-19T12:13:10-07:00
Forum: Bugs
Topic: MagickRemoveImageProfile returns freed memory in 6.3.5-2, -3
Replies: 14
Views: 28290

(Non-)Regression tests?

Ok, thanks. This calls into question your testing methods, however :-( I encountered this crash by running TclMagick's self-tests. Does ImageMagick bundle any (non-)regression tests with the distribution, that anyone can run after building -- to quickly detect possible developer bugs as well as any ...
by mi
2007-07-19T08:57:37-07:00
Forum: Bugs
Topic: MagickRemoveImageProfile returns freed memory in 6.3.5-2, -3
Replies: 14
Views: 28290

MagickRemoveImageProfile returns freed memory in 6.3.5-2, -3

The following piece of code now causes a crash on FreeBSD, where malloc/free track freed memory: profile = MagickRemoveImageProfile(wandPtr, (const char*)name, &length); puts(profile); MagickRelinquishMemory(profile); According to the debugger, both profile and name are (or recently were) valid:...