[Webkit-unassigned] [Bug 119951] [GTK] [Stable] pure virtual method called -> SIGABRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 18 09:37:36 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119951





--- Comment #4 from Jochen Sprickerhof <webkit at jochen.sprickerhof.de>  2013-08-18 09:37:08 PST ---
(In reply to comment #2)
> I can't reproduce this using surf inside a Debian Sid chroot, performing the given GitHub test case, and I also can't reproduce with the test case from bug #112266 (which seemed to reproduce more consistently than the test case provided in this bug).

Given the information in [1], I guess this is a timing problem. Make sure you install a minimal system/chroot to try it. So I can only trigger this without recommend packages installed. Try this:
$ mkdir /srv/chroot/sid/
$ debootstrap sid /srv/chroot/sid/
$ schroot
$ apt-get --no-install-recommends install surf
$ DISPLAY=:0.0 /usr/bin/surf https://github.com/ros/rosdistro/issues/1676

To not trigger this, it's enough to install the recommend gstreamer1.0-plugins-base into the chroot. Not that this is only a workaround, it's not solving the bug.

[1] https://tombarta.wordpress.com/2008/07/10/gcc-pure-virtual-method-called/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list