capheden / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

Sopcast-player 0.7.4~ppa~oneiric1 crashes on Ubuntu AMD64 #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Ubuntu 11.10 daily
2. Install sopcast-player from PPA
3. Start sopcast-player
4. See it crashing

What is the expected output? What do you see instead?

Expected sopcast-player to start properly. I'm using Ambiance GTK3 theme. 
Here's strace:

abc@xyz:~$ strace sopcast-player 
execve("/usr/bin/sopcast-player", ["sopcast-player"], [/* 39 vars */]) = 0
brk(0)                                  = 0x1aeb000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f25e15fa000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=138677, ...}) = 0
mmap(NULL, 138677, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f25e15d8000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \24\2\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1677624, ...}) = 0
mmap(NULL, 3793768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f25e103d000
mprotect(0x7f25e11d2000, 2093056, PROT_NONE) = 0
mmap(0x7f25e13d1000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x194000) = 0x7f25e13d1000
mmap(0x7f25e13d6000, 21352, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f25e13d6000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f25e15d7000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f25e15d5000
arch_prctl(ARCH_SET_FS, 0x7f25e15d5720) = 0
mprotect(0x7f25e13d1000, 16384, PROT_READ) = 0
mprotect(0x619000, 4096, PROT_READ)     = 0
mprotect(0x7f25e15fc000, 4096, PROT_READ) = 0
munmap(0x7f25e15d8000, 138677)          = 0
getpid()                                = 7546
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 
0x7f25e1073420}, {SIG_DFL, [], 0}, 8) = 0
geteuid()                               = 1000
brk(0)                                  = 0x1aeb000
brk(0x1b0c000)                          = 0x1b0c000
getppid()                               = 7545
stat("/home/abc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/bin/sopcast-player", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10)                   = 10
close(3)                                = 0
fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x40f050, ~[RTMIN RT_1], SA_RESTORER, 0x7f25e1073420}, 
NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f25e1073420}, 
NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f25e1073420}, 
NULL, 8) = 0
read(10, "#!/bin/sh\n/usr/bin/python /usr/s"..., 8192) = 77
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7f25e15d59f0) = 7547
wait4(-1, 
(sopcast-player.py:7547): Gtk-WARNING **: Unable to locate theme engine in 
module_path: ”pixmap”,

(sopcast-player.py:7547): Gtk-WARNING **: Unable to locate theme engine in 
module_path: ”pixmap”,

(sopcast-player.py:7547): Gtk-WARNING **: Unable to locate theme engine in 
module_path: ”pixmap”,

(sopcast-player.py:7547): Gtk-WARNING **: Unable to locate theme engine in 
module_path: ”pixmap”,
[{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && WCOREDUMP(s)}], 0, NULL) = 7547

-- SIGCHLD (Child exited) @ 0 (0) ---
write(2, "Segmentation fault (core dumped)"..., 33Segmentation fault (core 
dumped)
) = 33
read(10, "", 8192)                      = 0
exit_group(139)                         = ?

Original issue reported on code.google.com by spammemo...@gmail.com on 27 Aug 2011 at 5:23

GoogleCodeExporter commented 8 years ago
This issue is propably the same as 74 and could be fixed with the same patch. 
Get it from Issue 74, try it out and report your results please.

Original comment by manuel.l...@gmail.com on 28 Aug 2011 at 10:07

GoogleCodeExporter commented 8 years ago
Please see issue 74 and give it a try and let me know, thank you.

Original comment by flyguy97 on 29 Aug 2011 at 8:14

GoogleCodeExporter commented 8 years ago
The patch works as it is. Also commenting out import vlc_1_0_x works.

vlc: Version: 1.1.11-2build1

Thank you, Manuel.

Original comment by spammemo...@gmail.com on 29 Aug 2011 at 8:45

GoogleCodeExporter commented 8 years ago
How to use this patch? Explain please...the steps for Ubuntu Oneiric Daily.

Original comment by diri...@gmail.com on 6 Sep 2011 at 12:37

GoogleCodeExporter commented 8 years ago
Thank's a lot It Worked!!!

Original comment by diri...@gmail.com on 6 Sep 2011 at 12:55

GoogleCodeExporter commented 8 years ago
Ubuntu 12.04 Ubuntu precise (development branch) x86_64
Kernel: 3.3.0-1.dmz.1-liquorix-amd64
sopcast-player: 0.7.4-5~lffl~precise~ppa
Has the same problem, solved by this steps:
1) sudo nano /usr/share/sopcast-player/lib/VLCWidget.py
2) comment line #import vlc_1_0_x by adding a # at the beginning of the line
Thanks to author oh the 1st comment manuel.l...@gmail.com.

Original comment by dimmu.st...@gmail.com on 14 Apr 2012 at 6:13

GoogleCodeExporter commented 8 years ago
Fixed in latest version

Original comment by flyguy97 on 7 May 2012 at 3:06