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 326908 - gnome-volume-manager-1.5.9 crashes multiple times on session start
gnome-volume-manager-1.5.9 crashes multiple times on session start
Status: RESOLVED DUPLICATE of bug 327587
Product: gnome-volume-manager
Classification: Deprecated
Component: general
1.5.x
Other All
: Normal critical
: ---
Assigned To: Gnome volume manager maintainers
Gnome volume manager maintainers
: 327025 327378 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-01-13 21:59 UTC by Jose M. daLuz
Modified: 2006-01-19 21:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
BugBuddy backtrace for g-v-m (4.42 KB, text/plain)
2006-01-13 22:00 UTC, Jose M. daLuz
  Details
Backtrace with debugging info (21.35 KB, text/plain)
2006-01-18 22:04 UTC, Jose M. daLuz
  Details
g-v-m backtrace (correct one this time) (3.00 KB, text/plain)
2006-01-19 15:37 UTC, Jose M. daLuz
  Details
Changes command line handling to goption (3.41 KB, patch)
2006-01-19 20:52 UTC, Michael Hofmann
none Details | Review

Description Jose M. daLuz 2006-01-13 21:59:12 UTC
Please describe the problem:
I updated gnome-volume-manager-1.5.8 to 1.5.9. When starting a gnome session, I
get multiple (as many as 15) crash dialogs from g-v-m. 1.5.8 works with no
problems. No CDs/DVDs are recognized on disk insertion.

Steps to reproduce:
1. Login to a gnome session
2. 
3. 


Actual results:
Multiple crashes of g-v-m, removable media is not recognized.

Expected results:
No crashes, removable media recognized.

Does this happen every time?
Yes

Other information:
Gentoo 2005.1/AMD64/xorg-x11-7.0/2.6.15-ck1
Gnome 2.13.4
I'll attach the backtrace to a separate comment, but without debugging symbols I
don't know how useful it is.
Comment 1 Jose M. daLuz 2006-01-13 22:00:12 UTC
Created attachment 57308 [details]
BugBuddy backtrace for g-v-m
Comment 3 Jeffrey Stedfast 2006-01-17 15:29:42 UTC
*** Bug 327025 has been marked as a duplicate of this bug. ***
Comment 4 Jose M. daLuz 2006-01-17 15:33:02 UTC
Over the last few hours I've upgraded to the latest 2.13.5 packages. Now, when I start up I get 32 g-v-m crashes instead of 15.
Comment 5 Jeffrey Stedfast 2006-01-17 18:46:45 UTC
*** Bug 327378 has been marked as a duplicate of this bug. ***
Comment 6 Jose M. daLuz 2006-01-18 22:04:40 UTC
Created attachment 57617 [details]
Backtrace with debugging info

I've recompiled Gnome 2.13.x with debug info included, so here's a more useful backtrace. FYI, I'm now up to 32 separate g-v-m crash dialogs on startup.
Comment 7 Jeffrey Stedfast 2006-01-19 15:19:52 UTC
that backtrace is of a crash in gnome-panel... I think you attached the wrong one?
Comment 8 Jose M. daLuz 2006-01-19 15:37:42 UTC
Created attachment 57648 [details]
g-v-m backtrace (correct one this time)

Sorry, that's exactly what I did as I had three separate program crashes at the same time. Here's the correct one.
Comment 9 Christian Kirbach 2006-01-19 20:27:46 UTC
posting last attachment so simple-dup-finder can pick up the trace


Backtrace was generated from '/usr/bin/gnome-volume-manager'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 46912581196544 (LWP 10098)]
0x00002aaaad816e84 in waitpid () from /lib/tls/libpthread.so.0

Thread 1 (Thread 46912581196544 (LWP 10098))

  • #0 waitpid
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 784
  • #2 <signal handler called>
  • #3 IA__g_logv
    at gmessages.c line 503
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 poptSetExecPath
    from /usr/lib/libpopt.so.0
  • #6 poptSetExecPath
    from /usr/lib/libpopt.so.0
  • #7 poptGetNextOpt
    from /usr/lib/libpopt.so.0
  • #8 main
    at manager.c line 2510
  • #0 waitpid
    from /lib/tls/libpthread.so.0

Comment 10 Christian Kirbach 2006-01-19 20:32:49 UTC
<seb128> nazgul: that may be to the libgnome/libgnomeui popt change, I would not close it and let a maintainer state on that

therefore confirming and ringing the g-v-m maintainers.
Comment 11 Michael Hofmann 2006-01-19 20:52:18 UTC
Created attachment 57672 [details] [review]
Changes command line handling to goption

Removes popt command line handling in favour of goption
Comment 12 Jeffrey Stedfast 2006-01-19 21:15:18 UTC

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