On Fri Jan 16 22:56:48 2026 +0000, Bernhard Übelacker wrote:
That line in combination with the binaries from that pipeline led me to function `wld_vsprintf`, probably processing a format %s. Unfortunately that gets called by a few other functions. ``` Address What 0x00007f02e39f03c7 in wld_vsprintf at ../loader/preloader.c:721 loader/preloader.c: 718 else if( *p == 's' ) 719 { 720 char *s = va_arg( args, char * ); 721 while(*s) 722 *str++ = *s++; 723 } ``` Details here [gitlab-crash_2026-01-15.txt](/uploads/49f59046d0bcba0f5c8fa76289cc1d83/gitlab-crash_2026-01-15.txt) Is at this host a core saved by systemd?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9751#note_127241