After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 458077 - F-spot start crash
F-spot start crash
Status: RESOLVED DUPLICATE of bug 458078
Product: f-spot
Classification: Other
Component: General
SVN
Other All
: Normal critical
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-18 20:05 UTC by sertinell
Modified: 2007-07-21 18:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description sertinell 2007-07-18 20:05:58 UTC
Steps to reproduce:
1. Run the program
2. wait few seconds
3. F-spot crash without show any window


Stack trace:
$ f-spot -b /home/sertinell/Fotos/
BaseDirectory is now /home/sertinell/Fotos/
Stacktrace:

  at (wrapper managed-to-native) NDesk.GLib.IO.g_io_add_watch (NDesk.GLib.IOChannel,NDesk.GLib.IOCondition,NDesk.GLib.IOFunc,intptr) <0xffffffff>
  at (wrapper managed-to-native) NDesk.GLib.IO.g_io_add_watch (NDesk.GLib.IOChannel,NDesk.GLib.IOCondition,NDesk.GLib.IOFunc,intptr) <0x000a4>
  at NDesk.GLib.IO.AddWatch (NDesk.GLib.IOChannel,NDesk.GLib.IOCondition,NDesk.GLib.IOFunc) <0x00064>
  at NDesk.DBus.BusG.Init (NDesk.DBus.Connection,NDesk.GLib.IOFunc) <0x00080>
  at NDesk.DBus.BusG.Init (NDesk.DBus.Connection) <0x000cc>
  at NDesk.DBus.BusG.Init () <0x00044>
  at FSpot.Driver.Main (string[]) <0x00394>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0x00080>

Native stacktrace:

	f-spot [0x1016572c]
	f-spot [0x1013f0e4]
	[0x100350]
	[(nil)]
	/usr/lib/libglib-2.0.so.0(g_io_add_watch_full+0x5c) [0xff1011c]
	[0x3127ac0c]
	[0x3127aab0]
	[0x3127a794]
	[0x3127a620]
	[0x31206d78]
	[0x30b8a7a8]
	[0x30b880dc]
	f-spot [0x1013ef0c]
	f-spot(mono_runtime_invoke+0x1c) [0x100563d8]
	f-spot(mono_runtime_exec_main+0x14c) [0x1005b958]
	f-spot(mono_runtime_run_main+0x2a4) [0x1005bc4c]
	f-spot(mono_jit_exec+0xe0) [0x100134ec]
	f-spot [0x10013628]
	f-spot(mono_main+0x1714) [0x10014fd0]
	f-spot [0x100120d4]
	/lib/libc.so.6 [0xfc5afa0]
	/lib/libc.so.6 [0xfc5b1f0]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 805445168 (LWP 30939)]
[New Thread 818603184 (LWP 30941)]
[New Thread 805491888 (LWP 30940)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x0fce5a08 in fork () from /lib/libc.so.6
  3 Thread 805491888 (LWP 30940)  0x0fe92ce0 in ?? () from /lib/libpthread.so.0
  2 Thread 818603184 (LWP 30941)  0x0fe8e2b4 in pthread_cond_wait@@GLIBC_2.3.2
    () from /lib/libpthread.so.0
  1 Thread 805445168 (LWP 30939)  0x0fce5a08 in fork () from /lib/libc.so.6

Thread 1 (Thread 805445168 (LWP 30939))

  • #0 fork
    from /lib/libc.so.6
  • #1 fork
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libglib-2.0.so.0
  • #3 g_spawn_sync
    from /usr/lib/libglib-2.0.so.0
  • #4 g_spawn_command_line_sync
    from /usr/lib/libglib-2.0.so.0
  • #5 ??
  • #6 ??
  • #7 <signal handler called>
  • #8 g_io_create_watch
    from /usr/lib/libglib-2.0.so.0
  • #9 g_io_add_watch_full
    from /usr/lib/libglib-2.0.so.0
  • #10 ??
  • #11 ??
  • #12 ??
  • #13 ??
  • #14 ??
  • #15 ??
  • #16 ??
  • #17 ??
  • #18 mono_runtime_invoke
  • #19 mono_runtime_exec_main
  • #20 mono_runtime_run_main
  • #21 mono_jit_exec
  • #22 ??
  • #23 mono_main
  • #24 ??
  • #25 ??
    from /lib/libc.so.6
  • #26 __libc_start_main
    from /lib/libc.so.6
  • #27 ??
  • #0 fork
    from /lib/libc.so.6


=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Abortado


Other information:
Comment 1 Stephane Delcroix 2007-07-21 18:02:08 UTC
*** Bug 458964 has been marked as a duplicate of this bug. ***
Comment 2 Stephane Delcroix 2007-07-21 18:12:47 UTC

*** This bug has been marked as a duplicate of 458078 ***