On 02/07/2013 10:55 PM, ??? wrote:
Samsung Enterprise Portal mySingle

Dear All,

Currently, Image loading in Servo(master branch) crashes since about middle of Junuary version.

When I run servo executable with "./../src/test/demo.html" argument, It occurs Assersion at image depth checking in servo-gfx/image/base.rs.

If I eliminate that assertion and redo that, segmentation fault occurs.

As I checked the history logs and source codes, between servo commit-6a4ccca3779d6(22.Jan) and commit-772c670bea457(23.Jan), image.depth value had changed 4 to 3 so that assertion occured.

and now I'm investigating the reason of segmentation fault problem at the time of image loading.



The code for forcing depth in rust-stb-image was changed recently and was incorrect. I pushed a change that I think corrects *that* problem, but servo is still crashing in the image cache.
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to