[webkit-gtk] Error while building WebKit GTK build

Michael Catanzaro mcatanzaro at igalia.com
Wed Aug 3 22:08:33 PDT 2016


On Thu, 2016-08-04 at 02:58 +0000, Rawinder Singh wrote:
> collect2: error: ld terminated with signal 6 [Aborted], core dumped

So the linker is crashing with SIGABRT. First thing to check: maybe
that's what it does when you run out of memory. I'd check that you're
not hitting an OOM condition during linking.

I guess that's probably the problem, but if not, I'd get a backtrace of
the crash, inspect it with gdb, and hope for the best....

Michael


More information about the webkit-gtk mailing list