mirror of
https://github.com/servo/servo.git
synced 2025-07-30 18:50:36 +01:00
Before on at least Linux the following failure is hard to root cause: [~/servo] ./target/debug/servo -o tmp.png ./tests/html/lipsum.html thread '<main>' panicked at 'assertion failed: res.is_ok()', .../compositor.rs:1508 thread '<main>' panicked at 'You should have disposed of the pixmap...', .../rust-layers/.../surface.rs:166 Now: [~/servo] ./target/debug/servo -o tmp.png ./tests/html/lipsum.html thread '<main>' panicked at 'Error writing png: Permission denied (os error 13)', .../compositor.rs:1508 thread '<main>' panicked at 'You should have disposed of the pixmap properly with destroy()! This pixmap will leak!', .../rust-layers/.../surface.rs:166 |
||
---|---|---|
.. | ||
Cargo.toml | ||
compositor.rs | ||
compositor_layer.rs | ||
compositor_task.rs | ||
constellation.rs | ||
headless.rs | ||
lib.rs | ||
pipeline.rs | ||
scrolling.md | ||
scrolling.rs | ||
surface_map.rs | ||
windowing.rs |