Artemis icon indicating copy to clipboard operation
Artemis copied to clipboard

Silent crashes when WebKit is loading pages.

Open BenSpencer opened this issue 11 years ago • 3 comments

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.

BenSpencer avatar Feb 12 '14 11:02 BenSpencer

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.

BenSpencer avatar Feb 12 '14 12:02 BenSpencer

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?

BenSpencer avatar Feb 12 '14 12:02 BenSpencer

I managed to run both on normal and debug build. It was however quite slow.

budde377 avatar Feb 17 '14 13:02 budde377