On Mon, 19 Jan 2004 16:49:54 +0000 Simon Wistow <[EMAIL PROTECTED]> babbled:

> I may be being dumb but I can't seem to stop imlib2 from aborting on a 
> bad image ... 
> 
> I'm using 
> 
>       // load the image
>       Imlib_Load_Error error;
>       image = imlib_load_image_with_error_return(name, &error); 
> 
>       if(!image) {
>               // error stuff
>       }
> 
> but if it encounters a bad image it just craps out with an Abort 
> message.

ok
1. what image
2. gdb backtrace? (if you're coding at all you should know exactly what this is
and how to generate a sane one) :)

then we can talk (can't say anything until then. maybe - is the program
threaded? are you using imlib2 from more than 1 thread? and no c++ shouldn't
make any difference)


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
熊耳 - 車君 (数田)                  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to