Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silent crashes when WebKit is loading pages. #102

Open
BenSpencer opened this issue Feb 12, 2014 · 3 comments
Open

Silent crashes when WebKit is loading pages. #102

BenSpencer opened this issue Feb 12, 2014 · 3 comments
Labels

Comments

@BenSpencer
Copy link
Contributor

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
Copy link
Contributor Author

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 37561f9 and #103. In these cases there is nothing wrong with Webkit.

@BenSpencer
Copy link
Contributor Author

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?

@budde377
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants