 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

9th April 2006, 11:22 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: USA
Age: 42
Posts: 74

|
|
|
livna mplayer, xine and vlc i386 in FC5 x86_64 all segfault. Anyone else?
Hello every one.
I have just freshly downloaded the FC5-x86_64 OS. I configured the yum.repo to additionally point to the i386 tree for the player support of win32 codes. I issued the command:
Code:
yum install mplayer.i386 --enablerepo=*.i386
I did the same for xine and vlc and they downloaded fine with all the needed dependency resolved from the i386 trees.
But they all segfault. for exmaple
Code:
$ mplayer -verbose=4
Segmentation fault
$
Note that this happen whith and without supplying link or file name. verbose mode writes nothing to the console. xine goes a bit farther. Here is the output in verbose mode:
Code:
$ xine --verbose=2
This is xine (X11 gui) - a free video player v0.99.4.
(c) 2000-2004 The xine Team.
Built with xine library 1.1.1 (1.1.1)
Found xine library version: 1.1.1 (1.1.1).
Plateform informations:
----------------------
system name : Linux
node name : tigris.student.iastate.edu
release : 2.6.16-1.2080_FC5
version : #1 SMP Tue Mar 28 03:38:47 EST 2006
machine : x86_64
.
.
.
Red, green, blue masks: 0xff0000, 0xff00, 0xff
End #1.
-[ xiTK version 0.10.7 [XFT] ]-[ WM type: (EWMH) KWIN {KWin} ]-
Display is not using Xinerama.
load_plugins: skipping unreadable plugin directory /home/saqer/.xine/plugins.
load_plugins: plugin /usr/lib/xine/plugins/1.1.1/xineplug_vo_out_sdl.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.1/xineplug_dmx_image.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.1/xineplug_decode_a52.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.1/xineplug_dmx_mng.so found
Segmentation fault
$
vlc also shows some line of output before it crashes:
Code:
$ vlc --verbose=2
VLC media player 0.8.4a Janus
[00000001] main vlc debug: opening config file /home/saqer/.vlc/vlcrc
[00000001] main vlc warning: config file /home/saqer/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/saqer/.vlc/cache/plugins-04041e.dat
[00000001] main vlc warning: could not open plugins cache file /home/saqer/.vlc/cache/plugins-04041e.dat for reading
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
Segmentation fault
$
kaffeine does the same, and I would give more details of its verbose if needed.
What is going on?  In FC4 they all worked fine. Could this relate to seLinux? but then why the 64 bit counterparts work fine? I am lost.
Last edited by bazzoon; 10th April 2006 at 05:50 AM.
|

10th April 2006, 12:00 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
it is problaby the fact the you are using the wrong platform. I believe if you add livna repo it will automatically detect your platform such amd64.
|

10th April 2006, 12:08 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
In the last page of my multi-media how-to someone install some of these apps under amd64 version so take a look at the last page of how-to.
|

10th April 2006, 04:04 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: USA
Age: 42
Posts: 74

|
|
Quote:
|
Originally Posted by imdeemvp
it is problaby the fact the you are using the wrong platform. I believe if you add livna repo it will automatically detect your platform such amd64.
|
Realplayer is also 32 bit applications but works fine. I have done the same with FC4, i.e I ran the 32 bit mplayer and xine in a 64 bit platform. They also worked. It is the idea that in a 64 bit operating system, you can run both 32 bit and 64 bit applications.
|

10th April 2006, 04:12 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: USA
Age: 42
Posts: 74

|
|
Quote:
|
Originally Posted by imdeemvp
In the last page of my multi-media how-to someone install some of these apps under amd64 version so take a look at the last page of how-to.
|
THank you for the reply. in fact, these are generic which I followed in installing these sofware in all my previous installation since redhat 8. I only encountered this problem in FC5. The fact that all of them crash the same way means that they either:
- compiled with a buggy library.
- they are trying to use an existing proplematic library at run time
- or some how yum has figured out the wrong architecture during dependency check. Therefore a library was marked as present when it wasn't.
I would be very interested to know if any other user has the same experience with FC5.
|

11th April 2006, 07:45 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: USA
Age: 42
Posts: 74

|
|
|
OK never mind. The problem was a wrong permission set for the win32 libraries. Now I tried xine and it worked fine.
|

11th April 2006, 07:49 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
Quote:
|
Originally Posted by bazzoon
OK never mind. The problem was a wrong permission set for the win32 libraries. Now I tried xine and it worked fine.
|
Let me guess, SELINUX?
|

11th April 2006, 02:37 PM
|
|
Registered User
|
|
Join Date: Nov 2005
Age: 26
Posts: 16

|
|
|
For future reference...
A tip for those that run into similar problems:
Install the *-debuginfo packages, from, say, the livna-debuginfo repos, and run the app under gdb. Then you can see where it segfaults, and may be able to work out the problem. At the very least, you can provide much better error reports, which someone may be able to use.
|

11th April 2006, 06:25 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: USA
Age: 42
Posts: 74

|
|
Quote:
|
Originally Posted by genneth
A tip for those that run into similar problems:
Install the *-debuginfo packages, from, say, the livna-debuginfo repos, and run the app under gdb. Then you can see where it segfaults, and may be able to work out the problem. At the very least, you can provide much better error reports, which someone may be able to use.
|
thank you for the tip. certainly it is useful.
|

11th April 2006, 06:30 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: USA
Age: 42
Posts: 74

|
|
Quote:
|
Originally Posted by imdeemvp
Let me guess, SELINUX?
|
might be, but I do not think so. files that have .so extention must have the execute permission for a program to be able to run them. When I untared the win32 directory and placed it in the /usr/lib, I forgot to check if permissions were set right. The must have the 755 not the 644. Not e that the files need to have this permission are only the .so ones (linux shared objects) not the .dll or any windows based shared objects. Hope that helps someone.
|

16th April 2007, 07:08 AM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: GTA and/or Southern Ontario
Posts: 109

|
|
|
I hate to bring back an old thread, but it's better than starting a new one. I started getting "segmentation fault" when loading xine, but only when I load it as the standard user. When I log in as root and run xine from the terminal, it loads with no problems. Xine has been working flawlessly until today, so I don't know what could be causing this problem. Thoughts?
__________________
Joe
Registered Linux User #419997
Thanks to this forum, I have the following fully operational in Linux:
Wireless Internet (ndiswrapper) with full WPA support
gDesklets
Bluetooth File Transfer
Bluetooth Mouse
Configuration Editor
avast Anti Virus (not that I need it)
countless other programs
Thank You FedoraForum
|

16th April 2007, 08:11 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 177

|
|
yesterday, xine were updated to 1.1.5 version. If you had it from the extras/livna reposotory then you might want to check the /usr/lib/codecs and see if files were removed or wether permissions were changed. If you think files are ok, then more details are appreciated.
run xine with verbose: $ xine --verbose=2
|

17th April 2007, 05:48 AM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: GTA and/or Southern Ontario
Posts: 109

|
|
Sorry for the length, but I'm just posting the output of 'xine --verbose=2'
I'd also like to point out that yum update xine did nothing. As I've mentioned before though, xine works under superuser and that's enough to get me by for now, but it is by no means my final solution to this problem. Because of the length (and because I'm not sure where the problem lies) the output is being posted in two posts.
Code:
This is xine (X11 gui) - a free video player v0.99.4.
(c) 2000-2004 The xine Team.
Built with xine library 1.1.2 (1.1.2)
Found xine library version: 1.1.2 (1.1.2).
Plateform informations:
----------------------
system name : Linux
node name : localhost.localdomain
release : 2.6.17-1.2145_FC5
version : #1 Sat Jul 1 13:03:45 EDT 2006
machine : i686
CPU Informations:
----------------
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(TM) XP 2600+
stepping : 1
cpu MHz : 2071.500
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca c mov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow ts
bogomips : 4146.47
-------
Display Name: :0.0,
XServer Vendor: The X.Org Foundation,
Protocol Version: 11, Revision: 0,
Available Screen(s): 1,
Default screen number: 0,
Using screen: 0,
Depth: 24,
XShmQueryVersion: 1.1,
Maximum request size: 16777212 bytes,
Motion buffer size: 256,
Bitmap unit: 32,
Bit order: LSBFirst,
Padding: 32,
Image byte order: LSBFirst,
Number of supported pixmap formats: 7,
Supported pixmap formats:
Depth Bits_per_pixel Scanline_pad
1 1 32
4 8 32
8 8 32
15 16 32
16 16 32
24 32 32
32 32 32
-----------------------------------------------
Focus: Window 0x360001f, revert to Parent,
Number of extensions: 31
BIG-REQUESTS: [opcode: 130]
DAMAGE: [opcode: 157, base (event: 117, error: 186)]
DOUBLE-BUFFER: [opcode: 142, base (error: 153)]
DPMS: [opcode: 137]
Extended-Visual-Information: [opcode: 139]
GLX: [opcode: 143, base (event: 77, error: 154)]
LBX: [opcode: 150, base (event: 111, error: 176)]
MIT-SCREEN-SAVER: [opcode: 132, base (event: 67)]
MIT-SHM: [opcode: 146, base (event: 94, error: 169)]
MIT-SUNDRY-NONSTANDARD: [opcode: 129]
RANDR: [opcode: 156, base (event: 116)]
RECORD: [opcode: 144, base (error: 166)]
RENDER: [opcode: 155, base (error: 181)]
SECURITY: [opcode: 152, base (event: 113, error: 178)]
SGI-GLX: [opcode: 143, base (event: 77, error: 154)]
SHAPE: [opcode: 128, base (event: 64)]
SYNC: [opcode: 131, base (event: 65, error: 128)]
TOG-CUP: [opcode: 138]
X-Resource: [opcode: 141]
XC-APPGROUP: [opcode: 151, base (error: 177)]
XC-MISC: [opcode: 133]
XFIXES: [opcode: 153, base (event: 114, error: 180)]
XFree86-Bigfont: [opcode: 154]
XFree86-DGA: [opcode: 136, base (event: 68, error: 145)]
XFree86-DRI: [opcode: 145, base (error: 167)]
XFree86-Misc: [opcode: 135, base (error: 137)]
XFree86-VidModeExtension: [opcode: 134, base (error: 130)]
XInputExtension: [opcode: 147, base (event: 95, error: 170)]
XKEYBOARD: [opcode: 149, base (event: 110, error: 175)]
XTEST: [opcode: 148]
XVideo: [opcode: 140, base (event: 75, error: 150)]
X-Video Extension version: 2.2
Dimensions: 1280x1024 pixels (322x241 millimeters).
Resolution: 101x108 dots per inch.
Depths (7): 24, 1, 4, 8, 15, 16, 32
Root window id: 0x4c
Depth of root window: 24 planes
Number of colormaps: min 1, max 1
Default colormap: 0x20
Default number of colormap cells: 256
Preallocated pixels: black 0, white 16777215
Options: backing-store no, save-unders no
Largest cursor: 64x64
Xv infos:
Adaptor #0: "ATI Radeon Video Overlay"
Number of ports: 1
Port base: 73
Operations supported: PutImage
Supported visuals:
- Depth 24, visualID 0x23
- Depth 24, visualID 0x24
- Depth 24, visualID 0x25
- Depth 24, visualID 0x26
- Depth 24, visualID 0x27
- Depth 24, visualID 0x28
- Depth 24, visualID 0x29
- Depth 24, visualID 0x2a
- Depth 24, visualID 0x2b
- Depth 24, visualID 0x2c
- Depth 24, visualID 0x2d
- Depth 24, visualID 0x2e
- Depth 24, visualID 0x2f
- Depth 24, visualID 0x30
- Depth 24, visualID 0x31
- Depth 24, visualID 0x32
Number of attributes: 22
- XV_DEVICE_ID
- XV_LOCATION_ID
- XV_INSTANCE_ID
- XV_DUMP_STATUS
- XV_SET_DEFAULTS
- XV_AUTOPAINT_COLORKEY
- XV_COLORKEY
- XV_DOUBLE_BUFFER
- XV_OVERLAY_ALPHA
- XV_GRAPHICS_ALPHA
- XV_ALPHA_MODE
- XV_BRIGHTNESS
- XV_CONTRAST
- XV_SATURATION
- XV_COLOR
- XV_HUE
- XV_RED_INTENSITY
- XV_GREEN_INTENSITY
- XV_BLUE_INTENSITY
- XV_SWITCHCRT
- XV_GAMMA
- XV_COLORSPACE
Maximum XvImage size: 2048 x 2048
Number of image formats: 8
- Id: 0x41424752 (RGBA):
Bits per pixel: 32
Number of planes: 1
Type: RGB (packed)
Depth: 32
Red, green, blue masks: 0xff0000, 0xff00, 0xff
- Id: 0x0:
Bits per pixel: 24
Number of planes: 1
Type: RGB (packed)
Depth: 24
Red, green, blue masks: 0xff0000, 0xff00, 0xff
- Id: 0x54424752 (RGBT):
Bits per pixel: 16
Number of planes: 1
Type: RGB (packed)
Depth: 16
Red, green, blue masks: 0x7c00, 0x3e0, 0x1f
- Id: 0x32424752 (RGB2):
Bits per pixel: 16
Number of planes: 1
Type: RGB (packed)
Depth: 16
Red, green, blue masks: 0xf800, 0x7e0, 0x1f
- Id: 0x32595559 (YUY2):
Bits per pixel: 16
Number of planes: 1
Type: YUV (packed)
- Id: 0x59565955 (UYVY):
Bits per pixel: 16
Number of planes: 1
Type: YUV (packed)
- Id: 0x32315659 (YV12):
Bits per pixel: 12
Number of planes: 3
Type: YUV (planar)
- Id: 0x30323449 (I420):
Bits per pixel: 12
Number of planes: 3
Type: YUV (planar)
End #0.
__________________
Joe
Registered Linux User #419997
Thanks to this forum, I have the following fully operational in Linux:
Wireless Internet (ndiswrapper) with full WPA support
gDesklets
Bluetooth File Transfer
Bluetooth Mouse
Configuration Editor
avast Anti Virus (not that I need it)
countless other programs
Thank You FedoraForum
|

17th April 2007, 05:49 AM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: GTA and/or Southern Ontario
Posts: 109

|
|
Code:
-[ xiTK version 0.10.7 [XFT] ]-[ WM type: (EWMH) Metacity {Metacity} ]-
Display is not using Xinerama.
load_plugins: skipping unreadable plugin directory /home/Joey/.xine/plugins.
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_decode_speex.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_decode_qt.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_decode_qt.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_decode_mpeg2.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_ogg.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_ogg.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_inp_rtp.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_vo_out_caca.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_dmx_audio.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_inp_rtsp.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_decode_a52.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_decode_rgb.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_inp_v4l.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_inp_v4l.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/xineplug_vo_out_aa.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/post/xineplug_post_audio_filter s.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/post/xineplug_post_audio_filter s.so found
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/post/xineplug_post_planar.so fo und
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/post/xineplug_post_planar.so fo und
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/post/xineplug_post_planar.so fo und
load_plugins: plugin /usr/lib/xine/plugins/1.1.2/post/xineplug_post_planar.so fo und
Segmentation fault
__________________
Joe
Registered Linux User #419997
Thanks to this forum, I have the following fully operational in Linux:
Wireless Internet (ndiswrapper) with full WPA support
gDesklets
Bluetooth File Transfer
Bluetooth Mouse
Configuration Editor
avast Anti Virus (not that I need it)
countless other programs
Thank You FedoraForum
|

18th April 2007, 02:34 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 177

|
|
Quote:
|
Originally Posted by EngineerJoe
I'd also like to point out that yum update xine did nothing.
|
you need to update xine-lib not xine which is the media player. do[quote][b]$[\b] yum update xine-lib*[\quote]
The star at the end is also important if you have livna in your repos.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:59 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|