https://bugs.kde.org/show_bug.cgi?id=395991
--- Comment #8 from Julian Seward <jsew...@acm.org> --- (In reply to Austin English from comment #7) > > Austin, can you show me the source of the signal handler involved? > > Yeah, it's here: > https://source.winehq.org/git/wine.git/blob/ > bfad5527acacbdbac623da57413a60c532218423:/dlls/kernel32/heap.c#l741 Hmm. While that is probably related, it is not a signal handler, and it also isn't the source of the messages you showed in comment 6. The signal handling magic bits will somehow be hidden in the macros __TRY (line 747), __EXCEPT_PAGE_FAULT (line 785) and __ENDTRY (line 791). Can you show the definitions of those, so we can find the actual handler? A signal handler will have signature "void handler(int signo)" or (more likely) "void handler(int signo, siginfo_t* siginfo, void* context)". -- You are receiving this mail because: You are watching all bug changes.