Search found 23 matches
- 2012-08-28T13:19:37-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
If i link it to an application it works... it is when i link it to a dll
- 2012-08-25T08:17:33-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
i finally had time to build a static version of 6.7.9-0 and linked it to my dll. i noticed that #define MAGICKCORE_HAVE__ALIGNED_MALLOC 1 is commented out in this version. Unfortunately when i am doing the
Magick::InitializeMagick(""); right after launching my DLL i get the exact same of crash... i ...
Magick::InitializeMagick(""); right after launching my DLL i get the exact same of crash... i ...
- 2012-08-12T08:00:48-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
hello, thank you again,
my try was with 6.7.8-8, i am on Mac OS X.6, i commented out the line you indicated... i can go through the Magick::InitializeMagick(""); fine
but i am back to my original EXC_BAD_ACCESS in AcquirePixelCacheNexus...
which comes just after Magick::InitializeMagick("") when ...
my try was with 6.7.8-8, i am on Mac OS X.6, i commented out the line you indicated... i can go through the Magick::InitializeMagick(""); fine
but i am back to my original EXC_BAD_ACCESS in AcquirePixelCacheNexus...
which comes just after Magick::InitializeMagick("") when ...
- 2012-08-11T20:24:00-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
hi thank you, no more memory corruption... now i seem to have some issues reading images (does not work so far), but no more crash
- 2012-08-09T11:38:33-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
i build a new static library with the latest 6.7.8 and linked to my dll,
i am getting a similar error not at the same place...
it now occurs while doing Magick::InitializeMagick("");
here is the stack
#97978 0x17ae684dc in AllocateSemaphoreInfo at semaphore.c:200
#97979 0x17ae68575 in ...
i am getting a similar error not at the same place...
it now occurs while doing Magick::InitializeMagick("");
here is the stack
#97978 0x17ae684dc in AllocateSemaphoreInfo at semaphore.c:200
#97979 0x17ae68575 in ...
- 2012-08-09T08:05:16-07:00
- Forum: Developers
- Topic: trying to get gslib in an imagemagick config
- Replies: 0
- Views: 5048
trying to get gslib in an imagemagick config
i am trying to build the latest imagemagick and want to inlude ghostscript
1/ i got ghostcript did a configure/make and make install .. no warning all good
2/ i try to run within imagemagick...
./configure --prefix=/opt --disable-shared --enable-delegate-build --with-gslib
and i cannot get the ...
1/ i got ghostcript did a configure/make and make install .. no warning all good
2/ i try to run within imagemagick...
./configure --prefix=/opt --disable-shared --enable-delegate-build --with-gslib
and i cannot get the ...
- 2012-08-05T11:11:34-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
i will try to download the latest and compile a new static set ( i remembered when i did it last time... it was not as easy as it sounded between thread and delegates issues!)
is there some kind of flags in the configure around the way malloc are done that i can set to avoid fancy memory ...
is there some kind of flags in the configure around the way malloc are done that i can set to avoid fancy memory ...
- 2012-08-05T10:50:32-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
i know i am using a static version of imagemagick (this one!), inside applications without problem...
here in fact i am turning one of my application that uses imagemagick successfully into a dll... my dll works well but the call to imagemagick in this context does not.
i just tried to move the ...
here in fact i am turning one of my application that uses imagemagick successfully into a dll... my dll works well but the call to imagemagick in this context does not.
i just tried to move the ...
- 2012-08-05T10:26:15-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
hi thanks
number of threads are 1...
i cannot see how it can be running out of memory... what is the amount of memory needed.. is there a way i can check it?
i am not into an application i am within a dll, if i use the exact same within an application it works fine.
number of threads are 1...
i cannot see how it can be running out of memory... what is the amount of memory needed.. is there a way i can check it?
i am not into an application i am within a dll, if i use the exact same within an application it works fine.
- 2012-08-05T07:48:10-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
Re: EXC_BAD_ACCESS in AcquirePixelCacheNexus
it is version 6.6.7
i work thru xcode on OS X.6
here is the stack ImageMagick has not been used before apart from the InitializeMagick("") line
this is when i do... Image magickImage;
i get
0 MagickExport NexusInfo **AcquirePixelCacheNexus
1 MagickExport Cache AcquirePixelCache
2 MagickExport ...
i work thru xcode on OS X.6
here is the stack ImageMagick has not been used before apart from the InitializeMagick("") line
this is when i do... Image magickImage;
i get
0 MagickExport NexusInfo **AcquirePixelCacheNexus
1 MagickExport Cache AcquirePixelCache
2 MagickExport ...
- 2012-08-04T18:00:26-07:00
- Forum: Developers
- Topic: EXC_BAD_ACCESS in AcquirePixelCacheNexus
- Replies: 16
- Views: 27027
EXC_BAD_ACCESS in AcquirePixelCacheNexus
i am using a static version of imageMagick within a plug-in on Mac OS X.6 ..
i have no argv so I initialize image Magick this way:
Magick::InitializeMagick("");
when i try to open an image i get a crash in
MagickExport NexusInfo **AcquirePixelCacheNexus(const size_t number_threads)
{
NexusInfo ...
i have no argv so I initialize image Magick this way:
Magick::InitializeMagick("");
when i try to open an image i get a crash in
MagickExport NexusInfo **AcquirePixelCacheNexus(const size_t number_threads)
{
NexusInfo ...
- 2012-08-02T18:00:39-07:00
- Forum: Developers
- Topic: posix_memalign link error
- Replies: 0
- Views: 4175
posix_memalign link error
hello,
i am on Mac OS X.6 i have built a static version of image magick without problem... when i link it in my project .. i get the following error
"_posix_memalign", referenced from:
_AcquireAlignedMemory in libMagickCore.a(magick_libMagickCore_la-memory.o)
i cannot find any reference to ...
i am on Mac OS X.6 i have built a static version of image magick without problem... when i link it in my project .. i get the following error
"_posix_memalign", referenced from:
_AcquireAlignedMemory in libMagickCore.a(magick_libMagickCore_la-memory.o)
i cannot find any reference to ...
- 2011-09-13T12:51:13-07:00
- Forum: Magick++
- Topic: problem building magick++ static lib on OS Lion
- Replies: 3
- Views: 19593
Re: problem building magick++ static lib on OS Lion
thank you very much ...
i am trying a new configure removing x11 and the make is definitely going further but i encounter a new issue during compilation of the make...
ld: library not found for -lpng14
collect2: ld returned 1 exit status
make[1]: *** [utilities/animate] Er
i checked the config ...
i am trying a new configure removing x11 and the make is definitely going further but i encounter a new issue during compilation of the make...
ld: library not found for -lpng14
collect2: ld returned 1 exit status
make[1]: *** [utilities/animate] Er
i checked the config ...
- 2011-09-13T08:30:33-07:00
- Forum: Magick++
- Topic: problem building magick++ static lib on OS Lion
- Replies: 3
- Views: 19593
Re: problem building magick++ static lib on OS Lion
i finally got image magic built static i am trying to use it within my app ,
here is the libs line i am using
LIBS += -L/Library/ImageMagick-6.7.2-4/magick/.libs -L/Library/ImageMagick-6.7.2-4/magick -L/Library/ImageMagick-6.7.2-4/wand/.libs -L/Library/ImageMagick-6.7.2-4/wand -L/usr/X11/lib -R ...
here is the libs line i am using
LIBS += -L/Library/ImageMagick-6.7.2-4/magick/.libs -L/Library/ImageMagick-6.7.2-4/magick -L/Library/ImageMagick-6.7.2-4/wand/.libs -L/Library/ImageMagick-6.7.2-4/wand -L/usr/X11/lib -R ...
- 2011-09-12T09:04:13-07:00
- Forum: Magick++
- Topic: problem building magick++ static lib on OS Lion
- Replies: 3
- Views: 19593
problem building magick++ static lib on OS Lion
Hello,
i am trying to build a static version of imageMagick-6.7.2-4 on OS Lion
and do not get any libMagick++.a and libMagicWand.a
here is my config command
./configure --prefix=/opt --with-quantum-depth=16 --disable-dependency-tracking --with-x=yes --x-includes=/usr/X11R6/include --x-libraries ...
i am trying to build a static version of imageMagick-6.7.2-4 on OS Lion
and do not get any libMagick++.a and libMagicWand.a
here is my config command
./configure --prefix=/opt --with-quantum-depth=16 --disable-dependency-tracking --with-x=yes --x-includes=/usr/X11R6/include --x-libraries ...