http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #51 from Bernhard Übelacker bernhardu@mailbox.org --- (In reply to Michael Setzer II from comment #41)
Now with 10.11
root@setzconote:/tmp# WINEDEBUG=+pid wine notepad.exe test.txt 0028:002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3
This address 0x6fffffc4c5b3 with wine-10.11 leads me again to this function: add_assembly, dlls/ntdll/actctx.c:770, 770 if (actctx->num_assemblies == actctx->allocated_assemblies)
(If module load addresses for ntdll in my process is the same as in yours, and my manual add-symbol-file was working as expected.)