hi all,
pix_image crashes on my machine, while loading a jpeg:
(gdb) bt #0 0xb71f2ecb in jpeg_idct_islow () from /usr/lib/libjpeg-mmx.so.62
not really a helpful backtrace, i know, but better than nothing ...
cheers .. tim
Hallo!
pix_image crashes on my machine, while loading a jpeg:
don't use pix_image at all in your context, because it has a huge memory leak in it's cache (anyway, the cache is unnecessary ...)
so use pix_multiimage, or pix_buffer, ...
LG Georg
(gdb) bt #0 0xb71f2ecb in jpeg_idct_islow () from /usr/lib/libjpeg-mmx.so.62
not really a helpful backtrace, i know, but better than nothing ...
cheers .. tim
pix_image crashes on my machine, while loading a jpeg:
don't use pix_image at all in your context, because it has a huge memory leak in it's cache (anyway, the cache is unnecessary ...)
so use pix_multiimage, or pix_buffer, ...
oh ... good to know ... but if it's a known memory leak ... are there plans to fix it? or limit the cache to a finite number of elements?
t
Hallo!
oh ... good to know ... but if it's a known memory leak ... are there plans to fix it? or limit the cache to a finite number of elements?
the cache can be removed at all - because this comes from times, where no pix_buffer exists ... I wanted to fix it some weeks ago, but nobody wanted to remove the cache ... now I have too less time to do it ...
LG Georg
t
Tim Blechmann wrote:
hi all,
pix_image crashes on my machine, while loading a jpeg:
(gdb) bt #0 0xb71f2ecb in jpeg_idct_islow () from /usr/lib/libjpeg-mmx.so.62
not really a helpful backtrace, i know, but better than nothing ...
you could try using libmagick++6 instead of libjpeg62 (install libmagick++6-dev; ./configure; make)
apart from that, is it any special jpeg file (huge?) does it work with others ? if so, could you send me the crasher ?
mfg.asd.r IOhannes
pix_image crashes on my machine, while loading a jpeg:
(gdb) bt #0 0xb71f2ecb in jpeg_idct_islow () from /usr/lib/libjpeg-mmx.so.62
not really a helpful backtrace, i know, but better than nothing ...
you could try using libmagick++6 instead of libjpeg62 (install libmagick++6-dev; ./configure; make)
apart from that, is it any special jpeg file (huge?) does it work with others ? if so, could you send me the crasher ?
nothing special with this file ... (i used it successfully in an installation before) ... i figured out that it's related to libjpeg-mmx ... so i'm using libjpeg(no mmx) at the moment ...
cheers ... tim