http://bugs.winehq.org/show_bug.cgi?id=10958
--- Comment #5 from Limulus atheoi@gmail.com 2007-12-31 01:55:23 --- Vitaliy Margolen wrote in Comment #4:
"author welcome to recompile Wine with debug symbols, run it form the source dir and attach the dumped core"
Oh my :)
I did a little bit of searching and cobbled together a command:
$ WINEDEBUG=all wine CAT32.EXE >cat.txt 2>&1
which seems to output a VERY large 'cat.txt' file (>20MB!) of various things like:
--- trace:virtual:NtAllocateVirtualMemory 0xffffffff 0x7ffe0000 00010000 3000 00000004 trace:virtual:VIRTUAL_DumpView View: 0x7ffe0000 - 0x7ffefffftrace:virtual:VIRTUAL_DumpView (anonymous) trace:virtual:VIRTUAL_DumpView 0x7ffe0000 - 0x7ffeffff c-rw- ---
Is that equivalent to what you wanted? If so, the next thing is to figure out how to get the core dump; as per http://ubuntuforums.org/showthread.php?t=313498 running:
$ ulimit -c unlimited
before running Wine in the same Terminal should work, yet I don't seem to find any core files laying about...