This problem disappeared for me with ImageMagick 6.7.8.6 (FreeBSD 7.4-RELEASE)
Thanks to whoever fixed that, however it happened (:
Search found 7 matches
- 2012-10-30T20:24:04-07:00
- Forum: Bugs
- Topic: Failing tests, still in 6.7.3-4
- Replies: 1
- Views: 2369
- 2012-10-26T08:16:36-07:00
- Forum: Bugs
- Topic: Failing tests, still in 6.7.3-4
- Replies: 1
- Views: 2369
Failing tests, still in 6.7.3-4
I had previously had this (unresolved) issue when installing ImageMagick 6.7.0 on FreeBSD 7.2: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19376 This is just to let you know I still get the same issue with ImageMagick 6.7.3-4 on FreeBSD 7.4. Disabling JPEG support still works ...
- 2011-08-31T21:45:55-07:00
- Forum: Bugs
- Topic: 2 of 48 Failed tests
- Replies: 5
- Views: 9849
Re: 2 of 48 Failed tests
For now I have disabled JPEG support in ImageMagick to work around this issue (super frownie face)
If anyone knows some other tests I can perform to help figure this out, let me know and I'd be happy to try.
If anyone knows some other tests I can perform to help figure this out, let me know and I'd be happy to try.
- 2011-08-31T20:56:44-07:00
- Forum: Bugs
- Topic: 2 of 48 Failed tests
- Replies: 5
- Views: 9849
Re: 2 of 48 Failed tests
Small update:
I previously was using ImageMagick 6.7.0-10, and updated to 6.7.1-10, but same error occurs.
libjpeg is 8b (or 8_3 as it's referenced in ports)
I previously was using ImageMagick 6.7.0-10, and updated to 6.7.1-10, but same error occurs.
libjpeg is 8b (or 8_3 as it's referenced in ports)
- 2011-08-28T14:33:16-07:00
- Forum: Bugs
- Topic: 2 of 48 Failed tests
- Replies: 5
- Views: 9849
Re: 2 of 48 Failed tests
FWIW, this is the backtrace of the formats-in-memory failure (it's very similar) #0 0x00000008015d05ab in jpeg_alloc (cinfo=0x7fffffff4d50, size=168, info=0x8018f0e78 "JPEG small internal data allocation") at ./base/sjpegc.c:199 #1 0x0000000802634058 in jinit_memory_mgr () from /usr/local/lib ...
- 2011-08-28T14:22:24-07:00
- Forum: Bugs
- Topic: 2 of 48 Failed tests
- Replies: 5
- Views: 9849
Re: 2 of 48 Failed tests
Hi, thanks for the info Running gdb on .libs/validate (which is I think what you meant by './libs/validate'), I got this error: /libexec/ld-elf.so.1: Shared object "libMagickCore.so.4" not found, required by "validate" However, I do have a 'validate.core' file from my previous failure, so I used ...
- 2011-08-28T13:54:28-07:00
- Forum: Bugs
- Topic: 2 of 48 Failed tests
- Replies: 5
- Views: 9849
2 of 48 Failed tests
I am trying to install ImageMagick 6.7.0 on my FreeBSD box (7.2-RELEASE, amd64) I am installing from ports, which is up-to-date. My issue seems very similar to the below, but I did not see any resolution of them, which is why I'm posting: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2 ...