Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLoading nytimes.com crashes servo #6480
Comments
|
Here's a backtrace from a debug build: https://gist.github.com/staktrace/fdc98cae963c1d7be1a0 |
|
Can you still reproduce this? Seems like it works for me. |
|
@notriddle Do you think this is fixed by servo/rust-layers@7556d24? |
|
Does this still reproduce ? (does not have Mac to see) |
|
If I follow the STR now I get slightly different results. The window opens with some garbage but then the webpage gets painted. The console output shows a bunch of backtraces, but servo itself doesn't crash.. until I start scrolling. As soon as I scroll, the window closes and servo exits with return value 101. Here's the full output from the run, from servo cset e41b7d0 |
|
This doesn't crash anymore for me. |
I built servo using the tarball provided for the Whistler training session (OS X). When running the release build like so:
./mach run -r http://www.nytimes.com/ -Z show-parallel-layout
it would open the window, do some work, and then crash with the output:
kats@kgupta-air servo$ ./mach run -r http://www.nytimes.com
ERROR:js::rust: Error at http://a1.nyt.com/assets/homepage/20150615-165652/js/homepage/ad-loader.js:0: TypeError: document.write is not a function
Servo exited with return value -5
Running with --debug and dumping a backtrace in lldb gave me this: