Comment 7 for bug 411941

Revision history for this message
Pako (elektrobank01) wrote : Re: f-spot.exe crashed with signal 5 in _XError()

same happens here :

$ f-spot --debug
** Running f-spot in Debug Mode **
** Running Mono with --debug **
[Info 02:11:34.198] Initializing DBus
[Debug 02:11:34.549] DBusInitialization took 0.318159s
[Info 02:11:34.549] Initializing Mono.Addins
[Debug 02:11:34.975] Mono.Addins Initialization took 0.426237s
[Info 02:11:34.989] Starting new FSpot server (f-spot 0.6.0.0)
[Debug 02:11:35.504] Db Initialization took 0.208508s
[Debug 02:11:36.243] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename DESC
[Debug 02:11:36.248] QueryToTemp took 0.00499s : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename DESC
[Debug 02:11:36.248] Reloading the query took 0.012433s
[Debug 02:11:36.517] PhotosPerMonth took 0.009884s
[Debug 02:11:36.521] TimeAdaptor REAL Reload took 0.218888s
[Debug 02:11:37.046] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename DESC
[Debug 02:11:37.047] QueryToTemp took 0.001445s : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename DESC
[Debug 02:11:37.191] Reloading the query took 0.145743s
[Debug 02:11:37.201] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename DESC
[Debug 02:11:37.209] QueryToTemp took 0.007534s : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename DESC
[Debug 02:11:37.249] Reloading the query took 0.049115s
[Debug 02:11:37.265] PhotosPerMonth took 0.009415s
[Debug 02:11:37.266] TimeAdaptor REAL Reload took 0.056491s
[Info 02:11:37.272] Starting BeagleService
[Debug 02:11:37.274] BeagleService startup took 2.7E-05s
[Info 02:11:37.355] Hack for gnome-settings-daemon engaged

(f-spot:8072): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.
[Debug 02:11:37.417] PhotosPerMonth took 0.007506s
[Debug 02:11:37.417] TimeAdaptor REAL Reload took 0.208365s

Gdk-ERROR **: The program 'f-spot' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 3484 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...
Trace/breakpoint trap (core dumped)