Mukilan Thiyagarajan
Mukilan Thiyagarajan
Logs: ``` 01-19 18:22:28.275 3931 3961 D simpleservo: thread 'Script(1,1)' panicked at /home/mukilan/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/7184f65/mozjs/src/gc/root.rs:150:28: 01-19 18:22:28.275 3931 3961 D simpleservo: misaligned pointer dereference: address must be a multiple of 0x8 but...
PR #44493 updated the Dockerfile and also bumped the version of docker image to use in Taskcluster configuration from 0.56 to 0.57. However, 0.57 refers to an exiting image that...
Context: Recent PRs are[ failing in CI](https://github.com/servo/media/actions/runs/5364119427/jobs/9732110946?pr=395) because examples don't compile. ``` error: could not compile `webrender` (lib) due to previous error Compiling webrender v0.60.0 error[E0512]: cannot transmute between types...
GNU Make 4.4 breaks the parallel builds in mozjs and behaves as though `-j1` was given, leading to long build times. Relevant logs from `cargo build -vv`: ``` [mozjs_sys 0.68.2]...
Servo recently switched to Ubuntu 22.04 for the nightly builds, which meant that binary links against glibc 2.34. This has [broken](https://github.com/web-platform-tests/wpt/runs/18833574018) the taskcluster runs for [wpt.fyi](http://wpt.fyi/) because [wpt uses Ubuntu...
**Describe the bug:** Android builds for 64-bit ARM crash on startup with the following error message: ``` 04-24 05:40:48.296 9815 9840 D simpleservo: thread 'Script(1,1)' panicked at /home/mukilan/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/8603cbf/mozjs-sys/src/jsval.rs:217:5: 04-24 05:40:48.296...
This was previously disabled in #30508 due to sccache not working well with crown. The sccache issue (mozilla/sccache#861) linked in that PR is now closed and [testing][1] on my fork...
I use this to launch servo on android and automatically tail the logs using `adb`. I get this error when I run `./mach run --android --r`: ``` servo.command_base.BuildNotFound: No Servo...
To reproduce: 1. Launch servo 2. Navigate to `demo.servo.org` and then click the "TWGL Tunnel" demo. 3. Close servo Bactrace: ``` ❯ ./mach run -r UNSUPPORTED (log once): POSSIBLE ISSUE:...