LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xine runs as root, but segfaults as user (https://www.linuxquestions.org/questions/linux-software-2/xine-runs-as-root-but-segfaults-as-user-442083/)

fatblueduck 05-05-2006 11:27 PM

pornview runs as root, but segfaults as user
 
Hi,

so I can run pornview as root. When I run it as user, it segfaults
Code:

xine_thread: init threads
xine_thread: open display
gtkxine: auto-detecting video driver...
Segmentation fault

please, no responses telling me about a different application.

jiml8 05-06-2006 08:56 PM

probably a permissions error. Make sure that your user session has all the read and write permissions it needs to run xine.

fatblueduck 05-08-2006 07:06 AM

user has all of the needed privelages I believe. Here's my /etc/group:
Code:

root::0:root
bin::1:root,bin,daemon
daemon::2:root,bin,daemon
sys::3:root,bin,adm
adm::4:root,adm,daemon
tty::5:
disk::6:root,adm
lp::7:lp
mem::8:
kmem::9:
wheel::10:root,duck
floppy::11:root
mail::12:mail
news::13:news
uucp::14:uucp
man::15:man
cron::16:cron
console::17:
audio:!:18:duck
cdrom:!:19:duck,wine
dialout::20:root
ftp::21:
sshd::22:
at::25:at
tape::26:root
video:!:27:root,duck
squid::31:squid
gdm::32:gdm
xfs::33:xfs
games:!:35:duck
named::40:named
mysql:x:60:
postgres::70:
cdrw::80:
nut::84:
usb::85:duck
vpopmail:x:89:
users::100:games,duck
nofiles:x:200:
qmail:x:201:
postfix:x:207:
postdrop:x:208:
smmsp:x:209:smmsp
slocate::245:
portage::250:portage
utmp:x:406:
nogroup::65533:
nobody::65534:
rpc:x:111:

what do you think?

Tinkster 05-09-2006 03:26 AM

I'd suggest that you run xine via strace ...

strace -o outfile xine

and then look at what it's trying to access when it dies.


Cheers,
Tink


All times are GMT -5. The time now is 03:24 AM.