Edgar Simo-Serra
Edgar Simo-Serra
Looks good, thanks!
The trace: ``` (gdb) bt #0 0x00007ffff7a4e820 in SDL_PushEvent_REAL (event=0x0) at /usr/src/debug/sdl3/SDL3-3.2.16/src/events/SDL_events.c:1715 #1 0x00007ffff7f35d65 in SDL_PushEvent_REAL (event2=) at /usr/src/debug/sdl2-compat/sdl2-compat-2.32.56/src/sdl2_compat.c:2591 #2 0x000055555555520a in main () ``` And the offending code in...
> Could we perhaps get this branch built by CI so playtesting is accessible? It only changes data, so you can just run Naev from the directory with `naev -d...
PR have been imported on codeberg and will be handled there. Closing. Thanks! https://codeberg.org/naev/naev/pulls
We have moved from codeberg to github. This should be opened on the https://codeberg.org/naev/naev repository as this one is not active. Sadly, there is no way to stop PRs from...
``` Breakpoint 1, 0x00007ffff7a96c18 in pthread_create () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007ffff7a96c18 in pthread_create () from /usr/lib/libc.so.6 #1 0x00007ffff7d9618e in dav1d_open () from /usr/lib/libdav1d.so.7 #2 0x000055555568a7b6 in dav1d::Decoder::with_settings (settings=0x7fffffffb018)...
> Conflating threads and `rayon` together doesn't really make sense. As reminded in the linked issue there is a mode of rayon that does not create threads and also using...
> It sounds like a lot of the problem is that there's a bunch of threads being spawned even when the image is tiny. If we instead only spawned threads...
> Hmm. Our CI builds TGUI but it might be doing it differently than the SConstruct tries to automatically do it. Right now I don't have Linux installed to investigate...
> [@bobbens](https://github.com/bobbens) Are you planning to contribute to the project? If this is blocking anyone from fiddling with the code and potentially helping out, I can prioritize fixing it (maybe...