[webkit-dev] Launching web-platform-tests server from WebKit

2016-07-04 Thread youenn fablet
Hi, I added support for running the web-platform-tests server from Tools/Scripts/run-webkit-httpd. This server is useful for tests found in LayoutTests/imported/w3c/web-platform-tests. I do not really like the run-webkit-httpd script name since this script can run http, web-platform-tests and web

Re: [webkit-dev] SIGSEGV possibly (?) due to libwebkitgtk (backtrace included)

2016-07-04 Thread Scott Kostyshak
Thanks a lot for the reply, Saam. I don't think I'll have time to look into it any further. I'm sorry that the stack trace wasn't of much help. I was hoping there was a chance others could reproduce by running the same command I ran, but I understand that others might not want to install gnome-web-

Re: [webkit-dev] SIGSEGV possibly (?) due to libwebkitgtk (backtrace included)

2016-07-04 Thread Saam Barati
Looks like JSValue() (which is the empty JS Value, with bit representation as zero) is showing up somewhere it shouldn't be. It's hard to tell what the bug is just from your stack trace. It could be helpful to enable/disable various JIT tiers to see if it still reproduces and take it from there.