https://bugs.winehq.org/show_bug.cgi?id=56359
--- Comment #9 from Eric Pouech eric.pouech@gmail.com ---
Attached is the backtrace of notepad with cross-compiled wine and the debug info for some modules could not be found., e.g. ntdll ( 0 0x006fffffca5de1 in ntdll (+0x55de1) (0000000000000000) ).
Is that expected behavior?
yes this looks correct (winedbg reports the break from a dedicated thread, so you may want to use 'bt <tid>' or 'bt all' to get a grisp if what the program is doing). it's likely you'll get more correct features (wrt. Windows) and more support when cross-compiling Wine. So, if it's something you can consider, it would be the best approach.