Artemis
Artemis copied to clipboard
Silent crashes when WebKit is loading pages.
When loading some pages I am seeing getting unexplained crashes while WebKit is running. There is no segfault, core dump, error message, etc., Artemis just ends immediately.
Some of these turned out to actually be exit(1) from our own code which was not being logged correctly in the test suite's "info" mode. See 37561f91 and #103. In these cases there is nothing wrong with Webkit.
However some are genuine crashes from WebKit as far as I can tell so far.
For example: artemis -v all http://www.klm.com/travel/gb_en/index.htm
ends during the page load with the message "Killed" (and nothing else) for me.
I get the same issue on http://www.rex.com.au/
Does anyone else see this?
I managed to run both on normal and debug build. It was however quite slow.