Erik Sohns

Results 6 comments of Erik Sohns

Note: the `ACE_OS::stat` function (`OS_NS_sys_stat.inl` lines 221) has the same issue for the Windows CE case (`ACE_HAS_WINCE`). Not sure whether Windows CE ever supported 64 bits though... In that case,...

sorry; in the mean time I have adapted my scanner to not use yyinput at all. I was using yyinput to skip over data bytes in the parsed buffer(s) for...

I have cobbled together a scanner that should expose the issue. Note that it still contains some pseudo-code. Let me know if you need more details. [bug_yyinput.zip](https://github.com/westes/flex/files/8695829/bug_yyinput.zip)

Yes, the test you wrote (first comment) exactly captures what I had in mind. As you can see, this use-case seems to be broken in current builds. Regarding your other...

I am running into the same issue on Linux Fedora 40 using the "wayland" video driver, even without a render thread

> I am running into the same issue on Linux Fedora 40 using the "wayland" video driver, even without a render thread >> Doing `SDL_GL_MakeCurrent(WINDOW, NULL);` before `SDL_CreateThread` makes the...