hello, just for your information :
i can't find in the list archive, but did you remember when i get crash while sending open messages to pix_image? the crash append if the file did not exist, or if i tried to open a file that was not an image. at that time, compiling gem solve the problem, so i was not able to find where was the problem.
but now, this is appening again. when it crash, i've got this on the terminal :
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->sign ature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited Erreur de segmentation
so, i just remove libmagick from my computer and (after a make clean, ./configure, make) everything work perfectly.
i don't need libmagick as i use other lib to load images, but i can make some test if you wish.
cyrille
cyrille henry wrote:
hello, just for your information :
i can't find in the list archive, but did you remember when i get crash while sending open messages to pix_image? the crash append if the file did not exist, or if i tried to open a file that was not an image. at that time, compiling gem solve the problem, so i was not able to find where was the problem.
right i can remember it (and i remember to not being able to reproduce it ;-))
but now, this is appening again. when it crash, i've got this on the terminal :
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->sign ature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited Erreur de segmentation
is this ubuntu or debian(testing/unstable)? with nvidia drivers?
does it crash as well if you create an empty [pix_freeframe] object? if so, you are likely experiencing a bug related to Exception-handling and libstdc++/nvidia; using older libstdc++ helps.
mfg.asdr IOhannes
IOhannes m zmoelnig a écrit :
cyrille henry wrote:
hello, just for your information :
i can't find in the list archive, but did you remember when i get crash while sending open messages to pix_image? the crash append if the file did not exist, or if i tried to open a file that was not an image. at that time, compiling gem solve the problem, so i was not able to find where was the problem.
right i can remember it (and i remember to not being able to reproduce it ;-))
but now, this is appening again. when it crash, i've got this on the terminal :
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->sign ature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited Erreur de segmentation
is this ubuntu or debian(testing/unstable)? with nvidia drivers?
ubuntu dapper, with nvidia driver.
does it crash as well if you create an empty [pix_freeframe] object? if so, you are likely experiencing a bug related to Exception-handling and libstdc++/nvidia; using older libstdc++ helps.
no, it did not crash.
i've just got something normal in the pd window :
trying to load /home/cyrille/ error: pix_freeframe[/home/cyrille/]: /home/cyrille/: cannot read file data: Is a directory error: GemException: couldn't load FreeFrame-plugin pix_freeframe ... couldn't create
cyrille
mfg.asdr IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
cyrille henry wrote:
does it crash as well if you create an empty [pix_freeframe] object? if so, you are likely experiencing a bug related to Exception-handling and libstdc++/nvidia; using older libstdc++ helps.
no, it did not crash.
good...or bad (since now i don't know what the problem might be)
the "assertion failed" in the crash-log triggers something in my head: are you using a debug-version of imagemagick? (btw, _which_ version-# of magick++ do you use)
mfg.asdr IOhannes
IOhannes m zmoelnig a écrit :
cyrille henry wrote:
does it crash as well if you create an empty [pix_freeframe] object? if so, you are likely experiencing a bug related to Exception-handling and libstdc++/nvidia; using older libstdc++ helps.
no, it did not crash.
good...or bad (since now i don't know what the problem might be)
the "assertion failed" in the crash-log triggers something in my head: are you using a debug-version of imagemagick?
i'm using only standard application in ubuntu dapper standard repertory.
(btw, _which_ version-# of magick++ do you use)
i had : libmagick++9-dev 6:6.2.4.5-0.6ubuntu libmagick++9c2a 6:6.2.4.5-0.6ubuntu is a dependency of the dev package.
cyrille
mfg.asdr IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev