Mukilan Thiyagarajan
Mukilan Thiyagarajan
Hi @nawordar I'm running Wayland as well and I'm not able to reproduce this on my system. I am however using KDE and Intel UHD. Since this issue might be...
@nawordar Thanks for sharing your findings! @VitalyAnkh If possible could you also please share the debug level logs - i.e `RUST_LOG=debug ./mach run --dev tests/html/about-mozilla.html` and your graphics setup (graphic...
Thanks for the clarification, @Amanieu! For `shm_open` I did assume that was the case as I noticed [android](https://github.com/nix-rust/nix/blob/master/src/sys/mman.rs#L561) also doesn't expose it, so I patched nix locally to follow the...
Do you mind sharing the output of running Servo with `RUST_LOG=debug`?
Looks like Gecko doesn't run into this issue only because it uses `jemalloc` instead of the system allocator by default. Disabling jemalloc (`ac_add_options --disable-jemalloc`) does make Gecko crash on 64-bit...
With [these](https://github.com/mukilan/servo/commit/d55eed82867fa34488f212054c298465d95a9248) changes on top of @mrobinson 's commit, I was able to get the android build to succeed and do a test run on my device. The major change...
@mrobinson I've rebased and pushed all the changes in a single commit. Please review whenever you get a chance.
I'm not able to observe this issue on my Android device, with a build from latest master. Could you please provide more information about the issue such as: 1. Whether...
@Gae24 In theory, the changes in #32298 should have fixed this issue, but I couldn't validate reproduce this on my device so it would be great if you could confirm...
Thanks for confirming!