Charlie Turner

Results 17 comments of Charlie Turner

Not sure how to assign myself to this, but I'll take a look.

> I think the cleanest answer is to create a new DomTermErrorWriter That would only be useful for the `copyErrStreamThread`, i.e., it would be wrapping `write` calls with the error...

> I'm not sure how to test this though, everything methods I can think of which might introduction an I/O exception has just been routed to the onError handler. :)...

> This is still causing Mesa to throw warnings about invalid SPIR-V. Any chance of getting a resolution to it? Specifically, there are over 16k instances of this warning coming...

I'm hitting this as well, did some investigation here. The backtrace is like so, ``` Thread 1 (LWP 252): #0 strlen () at ../sysdeps/aarch64/strlen.S:94 #1 0x0000007fab1aa064 in __GI___strdup (s=0x0) at...

So, according to https://bugs.webkit.org/show_bug.cgi?id=182490#c0, "swrast drivers do not provide BindWaylandDisplay (as they rely on wl_shm instead of Mesa extensions), and newer Mesa asserts that the extension is enabled when the...

Some more debug logging, ``` # G_MESSAGES_DEBUG=all MESA_DEBUG=1 EGL_LOG_LEVEL=debug LIBGL_DEBUG=verbose WAYLAND_DEBUG=1 cog -P fdo http://google.com (cog:500): Cog-DEBUG: 11:10:23.889: platform_setup: Platform name: fdo (cog:500): Cog-DEBUG: 11:10:23.890: platform_setup: Platform plugin: libcogplatform-fdo.so [1569196.740]...

The first issue for me was that I was running 64-bit ARM. I was having deadlock issues that are sort of known to the community with the DRM backends. It's...

I feel like high-impact medium-generality describes C++. ;) Definitely more examples in loop optimizations that just loop invariant code motion, I've had a lot of pain in the past trying...

Thank you Tony! Increasing numDecodeImagesInFlight to 10 got the sequence decoded correctly. Is there a principled way we can set this variable to something that will work based on the...