Hi, On Wed, 2011-04-06 at 17:04 +0200, Klaus Post wrote: > Here it comes: > > 0x0000000803e9bbe2 in g_ascii_strcasecmp () > from /usr/local/lib/libglib-2.0.so.0 > > (gdb) bt > #0 0x0000000803e9bbe2 in g_ascii_strcasecmp () > from /usr/local/lib/libglib-2.0.so.0 > > #1 0x0000000803eb0012 in g_parse_debug_string () > from /usr/local/lib/libglib-2.0.so.0 > > #2 0x00000008006a8ed1 in rs_debug_setup () > from /usr/local/lib/librawstudio-2.0RC2.so.0 > #3 0x0000000000417224 in main () > > ok, it seems to crash when parsing debug commandline options - Anders > Brander - should we make a check in main of whether "debug" is null > before calling "rs_debug_setup(debug)", or how is this handled?
Yes we should! :) I have added a sanity check to rs_debug_setup() in revision 3958 and added a check to see if the flag is even set in revision 3959. /Brander _______________________________________________ Rawstudio-users mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-users
