Re: [dev-servo] Servo crash when resizing window

2014-06-26 Thread Lars Bergstrom
Chris, Sorry for the inconvenience! We believe that we have tracked this problem down to a recent PR that increases our parallelism using Rust's lightweight threads to perform rendering. Unfortunately, some of that rendering code accesses some C libraries that have custom allocators with very

[dev-servo] Servo crash when resizing window

2014-06-26 Thread Chris Michael
Hi All, I just experienced a crash when resizing the servo window. My build is up-to-date and clean. This crash happens when running servo under gdb using: ./servo ../src/test/html/about-mozilla.html I have attached the gdb backtrace. If I can be of any further assistance, please let me know