Jelle Foks

Results 5 comments of Jelle Foks

To be addressed still here: ``` [38.216 sec | 9822/15605 5781 remaining | 43.8/sec | j3] LINK ./base_unittests FAILED: base_unittests "python3" "../../build/toolchain/gcc_link_wrapper.py" --output="./base_unittests" -- /github/home/starboard-toolchains/x86_64-linux-gnu-clang-chromium-16-init-17653-g39da55e8-2/bin/clang++ -static-libstdc++ -lpthread -latomic -o "./base_unittests"...

Apparently, this change breaks `debugger_breakpoint` in `WebDebuggerTest`: ``` Caught signal: SIGSEGV (11) [0x7f5f8fe48730] v8::internal::Isolate::main_thread_local_heap() [0x557d8e4dd31b] v8::internal::interpreter::BytecodeArrayAccessor::BytecodeArrayAccessor() [0x557d8e8a307f] v8::internal::BreakIterator::SetDebugBreak() [0x557d8e3b4017] v8::internal::Debug::ApplyBreakPoints() [0x557d8e3bc91a] v8::internal::Debug::SetBreakpoint() [0x557d8e3bbc52] ```

ASAN is enabled on the modular build https://github.com/youtube/cobalt/actions/runs/7786435421/job/21231885101?pr=2377 It's not a null pointer, but a 'nearly null' address, so probably the object of a class that holds the member being...

I tried this on a Sabrina device and it loaded the app but did not respond to remote keypresses. remote devtools worked, but the `Quit` button on the Cobalt app...