Hi Steve,

Steve Thompson elucidated on 29/12/06 02:51:
[...]
> #6  <signal handler called>
> #7  0x00002af7cb67b064 in strcmp () from /lib64/libc.so.6
> #8  0x000000000058f998 in gimp_recent_list_add_uri (uri=<value optimized out>,
> #9  0x000000000058daf1 in file_save (image=0x1870050, context=0xb8e150,
> #10 0x000000000044ff48 in file_save_dialog_response (save_dialog=0x1f628d0,
> 
> It looks like the fatal error happens right after the strcmp().  Could there 
> be an issue with locale???

As no one has replied I'd suggest filing it on the bug DB so it doesn't
get lost.  Alternatively you could have a look your self in a debugger
like Kdbg etc.  Also a build with debug symbols and source line numbers
would be really handy.

Was the signal SIGSEGV?  That function which is causing the crash adds a
filename to the recent list. It might be overrunning memory or something.

http://developer.gimp.org/api/2.0/app/app-gimprecentlist.html

it's a shame they're using a a programming language which allows crashes
to ever happen.

Cheers
Jon
-- 
Weblog: http://jguk.org/
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to