Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-12-2004, 01:39 PM
|
#1
|
Member
Registered: May 2003
Location: GuangZhou,China
Posts: 30
Rep:
|
mplayer Segmentation fault
it is in my Gentoo Linux, when use mplayer
# mplayer
Segmentation fault
i have no idea about this, plz help me! thanks very much!
and when i tried glxinfo, it is the same
|
|
|
10-12-2004, 08:16 PM
|
#2
|
Member
Registered: May 2003
Location: GuangZhou,China
Posts: 30
Original Poster
Rep:
|
plz!
|
|
|
10-13-2004, 05:06 AM
|
#3
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
not exactly much to go on there... run mplayer though gdb to see what's happening when it's crashing.
this will print the stack of function and library calls that were being done when it died. hopefully it will point to an external library that you can simply re-emerge.
|
|
|
10-29-2004, 09:08 AM
|
#4
|
Member
Registered: Jun 2002
Location: Boise, Idaho
Distribution: RedHat 7.2,8.0,9, RHAS2.1
Posts: 41
Rep:
|
Different person, same problem. It was working, now it doesn't. It doesn't report any initialization stuff so I figure it's early on.
Code:
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/mplayer
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
(gdb)
rebuilding with debug enabled ...
|
|
|
10-29-2004, 12:26 PM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
ouch, well that's less than useless... might i suggest compiling it natively if you haven't already? it's really very easy (well as easy as any other source install)
|
|
|
10-29-2004, 12:48 PM
|
#6
|
Member
Registered: Jun 2002
Location: Boise, Idaho
Distribution: RedHat 7.2,8.0,9, RHAS2.1
Posts: 41
Rep:
|
Quote:
Originally posted by acid_kewpie
ouch, well that's less than useless... might i suggest compiling it natively if you haven't already? it's really very easy (well as easy as any other source install)
|
I dunno about easier, I compiled it "natively" since the .9 level versions (on RedHat systems).
I rebuilt and no help. Even just "mplayer" had the same result.
BUT!!
I found the problem. It was OpenGL. I ran opengl-update to switch to x11 GL and it worked fine.
So for you gentoo users, try that if you get the same symptoms.
But now, -vo sdl doesn't work anymore (it did before it all went south). sdl is/was my favored video output. 
|
|
|
All times are GMT -5. The time now is 02:32 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|