On Fri, Oct 28, 2016 at 03:38:46AM +0200, Michael Biebl wrote: > I built yelp inside a chroot (without X) and ran > docs/libyelp/libyelp-scan directly. The resulting backtrace from the > crash is attached. This looks to me like it's webkit2 related, so > I'm reassigning the bug.
It looks like #839397. Can you try adding this to debian/rules and see if that fixes the problem? export WEBKIT_DISABLE_COMPOSITING_MODE=1 This is already fixed upstream, the next 2.14.x release of WebKit won't need this hack. Berto