https://bugs.winehq.org/show_bug.cgi?id=44484 --- Comment #5 from Julius Schwartzenberg <julius.schwartzenberg(a)gmail.com> --- I just tried running a -g build, but I still get this with gdb: Program received signal SIGSEGV, Segmentation fault. 0x000000001aabedd5 in ?? () (gdb) bt #0 0x000000001aabedd5 in ?? () #1 0x000000000000001f in ?? () #2 0x00000000c956bf79 in ?? () #3 0x00000000085fba08 in ?? () #4 0x000000001aa7e1cc in ?? () #5 0x0000000008ecd000 in ?? () #6 0x00000000000000b6 in ?? () #7 0x00000000085fba08 in ?? () #8 0x000000001aa663f0 in ?? () #9 0x000000001aa663f0 in ?? () #10 0x0000000000000000 in ?? () I checked the native module loading and I see messages like this: 0031:trace:module:load_dll Found L"Z:\\home\\juschwar\\matlab\\R2016b\\bin\\win64\\MSVCR120.dll" for L"MSVCR120.dll" at 0x240000, count=-1 0031:trace:module:load_dll Found L"Z:\\home\\juschwar\\matlab\\R2016b\\bin\\win64\\MSVCP120.dll" for L"MSVCP120.dll" at 0x180000000, count=-1 So I think it's picking up the native DLLs without problems. -- 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.