http://bugs.winehq.org/show_bug.cgi?id=59755 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org --- Comment #3 from Bernhard Übelacker <bernhardu@mailbox.org> --- Created attachment 80949 --> http://bugs.winehq.org/attachment.cgi?id=80949 Some debugging details. Hello, I tried to get some more information. I could get some more debug symbols by using gdb (linux), but only mangled C++. But lldb (windows/llvm-mingw) did show a quite nice backtrace: (lldb) bt * thread #1, stop reason = Exception 0xc0000005 encountered at address 0x796b429f: Access violation reading location 0x0000000c * #0: LibAbiWord.dll`void GR_Win32Graphics::setFont(class GR_Font const *) + 47 #1: LibAbiWord.dll`unsigned int GR_Win32Graphics::getFontAscent(class GR_Font const *) + 76 #2: LibAbiWord.dll`void fp_Run::_inheritProperties(void) + 171 (lldb) This seems to be the matching source: https://gitlab.gnome.org/World/AbiWord/-/blob/release-2.9.4/src/af/gr/win/gr... A relay log shows this line, some lines before the page fault: 013c:Call msvcr90.strstr(011e6170 "..\\..\\src\\af\\gr\\win\\gr_Win32Graphics.cpp (1575): No DC",79871500 "--") ret=7970034f This seems the matching source this this: https://gitlab.gnome.org/World/AbiWord/-/blob/release-2.9.4/src/af/gr/win/gr... Finally I thought why would we end up in this function with a printHDC being NULL, maybe it is caused by my test VM having no printer? At least after installing the package printer-driver-cups-pdf I did no longer receive the crash. Probably this crash can be also observed with Windows without any printer? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.