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
_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to