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 401376 - crash in g-s-d on mute/unmute (acme-gstreamer)
crash in g-s-d on mute/unmute (acme-gstreamer)
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] settings-daemon
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-27 16:33 UTC by Jens Granseuer
Modified: 2007-01-30 17:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
initialize vol (524 bytes, patch)
2007-01-27 16:34 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2007-01-27 16:33:46 UTC
In update_state "vol" is never initialized which causes crashes on my system. Patch follows.
Comment 1 Jens Granseuer 2007-01-27 16:34:19 UTC
Created attachment 81327 [details] [review]
initialize vol
Comment 2 Jens Granseuer 2007-01-30 17:28:49 UTC
2007-01-30  Jens Granseuer  <jensgr@gmx.net>
                                           
        * actions/acme-volume-gstreamer.c: (update_state): initialize 'vol'
        variable to prevent crashes/assertion failures trying to set
        ridiculously high/low volume (fixes bug #401376)