Bug 151626

Summary: XMMS Segmentation Faults Upon Execution
Product: [Fedora] Fedora Reporter: Jed Cousin <jedcousin>
Component: xmmsAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: jkeck
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-23 00:46:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
gdb xmms output and details of issue resolution none

Description Jed Cousin 2005-03-21 00:57:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050308 Firefox/1.0.1 Fedora/1.0.1-5

Description of problem:
XMMS creates a segmentation fault upon execution.  This occurs whether it is invoked via GNOME or a terminal.

Version-Release number of selected component (if applicable):
xmms-1.2.10-11

How reproducible:
Always

Steps to Reproduce:
1.  Go to Applications Menu -> Sound & Video -> Audio Player
2.  Or, open a terminal.
3.  Type 'xmms' at the prompt.
  

Actual Results:  $ xmms
Segmentation fault

Expected Results:  The program should have run, allowing me to listen to sweet, sweet tunes!

Additional info:

Comment 1 John (J5) Palmieri 2005-03-22 22:54:10 UTC
Works for me in rawhide.  Can you install the debuginfo packages and get a
stacktrace from gdb?

gdb xmms
: run
: bt

Copy the output to a file and attach it to this bug report.

Comment 2 Jed Cousin 2005-03-23 00:18:18 UTC
Created attachment 112237 [details]
gdb xmms output and details of issue resolution

Comment 3 John (J5) Palmieri 2005-03-23 00:46:27 UTC
The attachment shows that updating xorg-x11-Mesa-libGL and xorg-x11-Mesa-libGLU
fixed the problem. Closing.