On Mon, 6 Mar 2006 10:41:37 +0100 Martin Hauser <[EMAIL PROTECTED]> babbled:

> Hello,
> 
> I've just downloaded a huge image from the spaceteleskope homepage and
> tried to view it in exhibit. The result was the following:
> 
> [EMAIL PROTECTED]:/home/mh% identify heic0602a.jpg
> heic0602a.jpg JPEG 15852x12392 DirectClass 62.1mb 24.060u 1:21
> 
> [EMAIL PROTECTED]:/home/mh% exhibit heic0602a.jpg 
> zsh: segmentation fault  exhibit heic0602a.jpg
> 
> You see the sizes listed above using the 'identify' tool from
> imagemagick.

u do realise that image will consume 750MB of ram? its quite likely that an 
alloc is failing somewhere that isn't been caught and propagated safely. a 
backtrace would be nice. :)

> Steps to reproduce it:
> 
> 1. Start exhibit with the named image from the command line.
>    The display of the image is broken, you just see black with strange
> stripes, but not the actual image.

it managed to get that far? it should have just failed at load time!

> 2. Start scrolling around, after a few seconds exhibit will segfault.
> 
> gdb backtrace:
> 
> (gdb) run heic0602a.jpg
> Starting program: /usr/bin/exhibit heic0602a.jpg
> Etk Warning: etk_image.c, 608: _etk_image_load: Unable to load image
> from edje file
> "/usr//share/etk/icons/default.edj"/"actions/help-contents_16", error 8

no gdb debugging symbols - this doesnt help a lot. somewhat, but not a lot :(

> Program received signal SIGSEGV, Segmentation fault.
> 0xb7c0ed03 in evas_common_copy_pixels_rgba_to_rgba_sse ()
> from /usr//lib/libevas.so.1 (gdb) bt
> #0  0xb7c0ed03 in evas_common_copy_pixels_rgba_to_rgba_sse ()
> from /usr//lib/libevas.so.1 #1  0xb7c23d45 in
> evas_common_scale_rgba_in_to_out_clip_smooth_mmx ()
> from /usr//lib/libevas.so.1 #2  0xb7c2bf1f in
> evas_common_scale_rgba_in_to_out_clip_smooth ()
> from /usr//lib/libevas.so.1 #3  0xb7e3f74d in ?? ()
>    from 
> /usr//lib/evas/modules/engines/software_generic/linux-gnu-i486/module.so
> #4  0x081b3f10 in ?? ()
> #5  0x080ef778 in ?? ()
> #6  0x08074e20 in ?? ()
> #7  0x00000000 in ?? ()
> 
> here's the image that broke exhibit:
> 
> http://www.spacetelescope.org/images/large/heic0602a.jpg

ok... the image! cool. time to kill things. BTW - chances of that image ever 
loading and displaying are pretty close to zero - as it will need more ram in 
one big block than most systems can manage :(

> If you need anything else let me know.
> 
> Martin
> 
> -- 
> Martin Hauser <[EMAIL PROTECTED]>
> GPG-Encrypted mail preferred, KEY: 0D459A72
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to