Bug 492315

Summary: segfault in libc-2.9.so
Product: [Fedora] Fedora Reporter: Mustafa Mehmed <musmeh55>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 10CC: drepper, jakub
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-18 17:32:26 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
/var/log/messages none

Description Mustafa Mehmed 2009-03-26 12:49:21 UTC
Description of problem:
Trying to use Playlist -> Additional Sources > Shoutcast radio listings in VLC


Version-Release number of selected component (if applicable):
glibc-2.9-3.i686
vlc-0.9.8a-1.fc10.i386

How reproducible:
Always

Steps to Reproduce:
1. run vlc
2. select Playlist -> Additional Sources > Shoutcast radio listings
3. crash
  
Actual results:
VLC exits (crashes)

Expected results:
To see a shoutcast playlist

Additional info:
attached /var/log/messages

Comment 1 Mustafa Mehmed 2009-03-26 12:51:34 UTC
Created attachment 336791 [details]
/var/log/messages

Comment 2 Ulrich Drepper 2009-04-18 08:39:08 UTC
There is no way of saying what is going on.  The kernel message just means that the segfault happens while executing some code from glibc.  Not that the problem is in glibc.  It most likely isn't.

You'll have to provide much more detail.  Install the glibc-debuginfo package and run the program in question under gdb.

Comment 3 Mustafa Mehmed 2009-04-18 12:10:13 UTC
I now have:-

vlc-0.9.9.2.fc10.i386
glibc-2.9.3-i686

installed and there is no longer a problem.(In reply to comment #2)
> There is no way of saying what is going on.  The kernel message just means that
> the segfault happens while executing some code from glibc.  Not that the
> problem is in glibc.  It most likely isn't.
> 
> You'll have to provide much more detail.  Install the glibc-debuginfo package
> and run the program in question under gdb.

Comment 4 Ulrich Drepper 2009-04-18 17:32:26 UTC
Then whatever it was is handled.