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 382390 - gnome-sound-properties crash when user not in 'audio'
gnome-sound-properties crash when user not in 'audio'
Status: RESOLVED DUPLICATE of bug 363005
Product: gnome-control-center
Classification: Core
Component: Sound
2.16.x
Other All
: High critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-04 21:27 UTC by greg.riedesel
Modified: 2006-12-10 20:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
stderr output for 'gnome-sound-properties --gst-debug-level=5' (84.55 KB, application/gzip)
2006-12-06 17:13 UTC, greg.riedesel
Details

Description greg.riedesel 2006-12-04 21:27:45 UTC
Version: 2.16.1

What were you doing when the application crashed?
Launching the tool from control-center.


Distribution: openSUSE 10.2 (X86-64)
Gnome Release: 2.16.1 2006-11-20 (SUSE)
BugBuddy Version: 2.16.0

Memory status: size: 187994112 vsize: 187994112 resident: 3600384 share: 10899456 rss: 14499840 rss_rlim: -837129216
CPU usage: start_time: 1165267629 rtime: 10 utime: 8 stime: 2 cutime:1 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/opt/gnome/bin/gnome-sound-properties'

(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47337884905376 (LWP 20667)]
(no debugging symbols found)
0x00002b0db345ac25 in waitpid () from /lib64/libpthread.so.0

Thread 1 (Thread 47337884905376 (LWP 20667))

  • #0 waitpid
    from /lib64/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /opt/gnome/lib64/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 main
  • #0 waitpid
    from /lib64/libpthread.so.0

Comment 1 greg.riedesel 2006-12-05 00:07:57 UTC
Kernel in use is 2.6.18.2-23-xen (not the latest), on X86-64 hardware. This is a Xensource Dom0. When booting into 2.6.18.2-23-default (non-Xen) the crash does not happen.
Comment 2 greg.riedesel 2006-12-05 00:44:14 UTC
The user running the program was not in the 'audio' group, and thus not able to access the sound devices. Oopsie poo.
Comment 3 André Klapper 2006-12-05 23:41:21 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 4 greg.riedesel 2006-12-06 16:58:00 UTC
I installed the debug patches and got a much better stack dump (though it still looks pretty short):

Distribution: openSUSE 10.2 (X86-64)
Gnome Release: 2.16.1 2006-11-20 (SUSE)
BugBuddy Version: 2.16.0

Memory status: size: 188022784 vsize: 188022784 resident: 3608576 share: 10919936 rss: 14528512 rss_rlim: -837129216
CPU usage: start_time: 1165424118 rtime: 10 utime: 8 stime: 2 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/opt/gnome/bin/gnome-sound-properties'

Using host libthread_db library "/lib64/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47565001924512 (LWP 11836)]
0x00002b4294805c25 in waitpid () from /lib64/libpthread.so.0

Thread 1 (Thread 47565001924512 (LWP 11836))

  • #0 waitpid
    from /lib64/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /opt/gnome/lib64/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 main
    at sound-properties-capplet.c line 478
  • #0 waitpid
    from /lib64/libpthread.so.0

Comment 5 greg.riedesel 2006-12-06 17:09:57 UTC
Another stack-trace, only this time I ran the crashing module with "--gst-debug-flag=5" as a command line. I'll include that file after this one.

Distribution: openSUSE 10.2 (X86-64)
Gnome Release: 2.16.1 2006-11-20 (SUSE)
BugBuddy Version: 2.16.0

Memory status: size: 188026880 vsize: 188026880 resident: 3612672 share: 10932224 rss: 14544896 rss_rlim: -837129216
CPU usage: start_time: 1165424918 rtime: 15 utime: 14 stime: 1 cutime:4 cstime: 2 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/opt/gnome/bin/gnome-sound-properties'

Using host libthread_db library "/lib64/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47706766393248 (LWP 11951)]
0x00002b6396527c25 in waitpid () from /lib64/libpthread.so.0

Thread 1 (Thread 47706766393248 (LWP 11951))

  • #0 waitpid
    from /lib64/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /opt/gnome/lib64/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 main
    at sound-properties-capplet.c line 478
  • #0 waitpid
    from /lib64/libpthread.so.0

Comment 6 greg.riedesel 2006-12-06 17:13:02 UTC
Created attachment 77833 [details]
stderr output for 'gnome-sound-properties --gst-debug-level=5'
Comment 7 André Klapper 2006-12-10 20:49:47 UTC
greg, thanks a lot for investigating.
this is a duplicate of bug 363005, and we already have a patch available which should fix this.

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