http://bugs.winehq.org/show_bug.cgi?id=10176
--- Comment #10 from Juan Lang juan_lang@yahoo.com 2007-11-05 09:03:41 --- The backtrace you post doesn't seem to have debug info. How did you build it? We should be able to see the function in kernel32 it's crashing in, at least:
=>1 0x7ee0654e in kernel32 (+0x654e) (0x7ee8bd90) 2 0x0008d5b8 (0x0008d5a9) 3 0x00000000 (0x00000000) 0x7ee0654e: call *0x4(%eax)
Check your config.log for CFLAGS: grep ^CFLAGS= config.log
It should have -g in it.