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 332762 - Crash on exit
Crash on exit
Status: RESOLVED FIXED
Product: gnome-volume-manager
Classification: Deprecated
Component: general
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: Gnome volume manager maintainers
Gnome volume manager maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-27 17:16 UTC by Fryderyk Dziarmagowski
Modified: 2006-03-01 21:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fryderyk Dziarmagowski 2006-02-27 17:16:11 UTC
g-v-m crashes on exit (when closing gnome or when killed), produces some console output:

GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table->ref_count > 0' failed
aborting...

gdb says:
(gdb) bt
  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 gnome_init_with_popt_table
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #10 g_hash_table_destroy
    from /usr/lib/libglib-2.0.so.0
  • #11 main
    at manager.c line 3069
  • #12 __libc_start_main
    from /lib/libc.so.6
  • #13 ??
  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 gnome_init_with_popt_table
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #10 g_hash_table_destroy
    from /usr/lib/libglib-2.0.so.0
  • #11 main
    at manager.c line 3069
  • #12 __libc_start_main
    from /lib/libc.so.6
  • #13 ??

Comment 1 Jeffrey Stedfast 2006-03-01 21:39:44 UTC
fixed in CVS
Comment 2 Fryderyk Dziarmagowski 2006-03-01 21:53:55 UTC
Works perfectly now, thanks!