FS#24323 - [xfce4-mixer] 4.8.0-1 mixer panel plugin crashes with debug disabled

Attached to Project: Arch Linux
Opened by Martin Booze (affect) - Tuesday, 17 May 2011, 13:51 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 22 August 2011, 11:44 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

xfce4-mixer-plugin crashes if trying to change volume level with mousewheel. This only happens if --disable-debug switch is set during configure (tested with manual source compilation). xfce4 packagers for other distros advised using --enable-debug=minimum (which is default if nothing is passed) instead of --disable-debug which can introduce bugs. Also filing a bug to xfce4 bug tracker.

Additional info:
* package version: 4.8.0-1

Backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x0000000000406f13 in xfce_mixer_plugin_volume_changed (mixer_plugin=0x21b5990, volume=0) at xfce-mixer-plugin.c:275
275 volumes = g_new (gint, mixer_plugin->track->num_channels);

Steps to reproduce:
1. Install xfce4 de
2. Add mixer plugin to panel
3. Try changing the volume with mouse wheel
4. Plugin crashes

Tested on x86_64
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Monday, 22 August 2011, 11:44 GMT
Reason for closing:  Upstream
Additional comments about closing:  It's usable when immediately configuring the plugin. Upstream is aware of this. We can't do anything more.
Comment by Andreas Radke (AndyRTR) - Tuesday, 17 May 2011, 14:57 GMT
The panel plugin works fine for me on x86_64. Please give us the upstream report url to follow.
Comment by Martin Booze (affect) - Tuesday, 17 May 2011, 15:19 GMT

Loading...