Hi,
I’m running lunix mint 17, wxPython 3.0.0.0 and python 2.7.
When I’m running the HTML2_WebView from the python demo (demo.py) and displaying Video (youtube or dailymotion), it crashes with segfault message.It’s not always the same video or at a same time in a video (sometimes a few seconds, sometimes 15 minutes).
the version of java used:
java version “1.7.0_65”
OpenJDK Runtime Environment (IcedTea 2.5.2) (7u65-2.5.2-3~14.04)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
···
on a crash strace said:
access("/home/easypc/.local/share/webkit/databases/https_www.youtube.com_0.localstorage-journal", F_OK) = -1 ENOENT (No such file or directory)
55459 access("/home/easypc/.local/share/webkit/databases/https_www.youtube.com_0.localstorage-wal", F_OK) = -1 ENOENT (No such file or directory)
55459 stat("/home/easypc/.local/share/webkit/databases/https_www.youtube.com_0.localstorage", {st_mode=S_IFREG|0644, st_size=3072, …}) = 0
55459 open("/home/easypc/.local/share/webkit/databases/https_www.youtube.com_0.localstorage-journal", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 10
55459 open("/home/easypc/.local/share/webkit/databases", O_RDONLY|O_CLOEXEC) = 13
55459 unlink("/home/easypc/.local/share/webkit/databases/https_www.youtube.com_0.localstorage-journal") = 0
55413 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=191, …}) = 0
55603 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 10
55603 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 10
55603 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=191, …}) = 0
55413 — SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x20} —
55603 +++ killed by SIGSEGV +++
55561 +++ killed by SIGSEGV +++
55560 +++ killed by SIGSEGV +++
55559 +++ killed by SIGSEGV +++
55557 +++ killed by SIGSEGV +++
55501 +++ killed by SIGSEGV +++
55459 +++ killed by SIGSEGV +++
55432 +++ killed by SIGSEGV +++
55431 +++ killed by SIGSEGV +++
55429 +++ killed by SIGSEGV +++
55428 +++ killed by SIGSEGV +++
55427 +++ killed by SIGSEGV +++
55424 +++ killed by SIGSEGV +++
55423 +++ killed by SIGSEGV +++
55421 +++ killed by SIGSEGV +++
55562 +++ killed by SIGSEGV +++
55413 +++ killed by SIGSEGV +++
on an other crash, gdb said:
(demo.py:50460): GLib-CRITICAL **: Source ID 20753 was not found when attempting to remove it
[Thread 0x7fff62266700 (LWP 50541) exited]
[New Thread 0x7fff62266700 (LWP 50554)]
[New Thread 0x7fff51144700 (LWP 50555)]
[New Thread 0x7fff4f941700 (LWP 50556)]
[New Thread 0x7fff4f140700 (LWP 50557)]
[Thread 0x7fff58f30700 (LWP 50545) exited]
[Thread 0x7fff81098700 (LWP 50539) exited]
[Thread 0x7fff60a63700 (LWP 50544) exited]
[New Thread 0x7fff60a63700 (LWP 50558)]
[New Thread 0x7fff81098700 (LWP 50559)]
[New Thread 0x7fff58f30700 (LWP 50560)]
[Thread 0x7fff4f140700 (LWP 50557) exited]
[Thread 0x7fff4f941700 (LWP 50556) exited]
[Thread 0x7fff51144700 (LWP 50555) exited]
[New Thread 0x7fff51144700 (LWP 50569)]
[Thread 0x7fff51144700 (LWP 50569) exited]
[Thread 0x7fff50943700 (LWP 50548) exited]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff2792512 in ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
Does anyone have an idea how to fix it or to find the root cause? Do you face the same problem on linux Mint or Ubuntu?
Regards
Stephan