> Sorry, I had forgotten that. Which means it's probably trying to do > something repeatedly that it just doesn't finish. Sounds like an > infinite loop. There's a good example of how to debug this sort of > problem with gdb here: > http://www.unknownroad.com/rtfm/gdbtut/gdbinfloop.html
Following this guide I produced the gdb backtrace attached here: http://redmine.yorba.org/issues/5882#note-2 #47 0xb72dd201 in g_main_context_iteration (context=0x8477880, may_block=1) at /build/buildd/glib2.0-2.32.3/./glib/gmain.c:3207 #48 0xb7479824 in g_application_run (application=0x84ac840, argc=0, argv=0x0) at /build/buildd/glib2.0-2.32.3/./gio/gapplication.c:1507 #49 0x0830a31d in application_start (self=0x8482f18, argv=0x0, argv_length1=0) at /build/buildd/shotwell-0.13.0/src/Application.vala:157 #50 0x081ded94 in library_exec (mounts=0x847a9c0, mounts_length1=0) at /build/buildd/shotwell-0.13.0/src/main.vala:189 #51 0x081e04af in _vala_main (args=0xbffff474, args_length1=1) at /build/buildd/shotwell-0.13.0/src/main.vala:407 #52 0x080a9538 in main (argc=1, argv=0xbffff474) at /build/buildd/shotwell-0.13.0/src/main.vala:309 thanks for the help! -- Lorenzo Milesi - [email protected] GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
