http://bugs.winehq.org/show_bug.cgi?id=7220
------- Additional Comments From nog.lkml@gmail.com 2007-31-01 11:59 ------- I've messed around with this some more and now I see (from strace):
write(2, "trace:virtual:VIRTUAL_SetProt 0x"..., 54) = 54 mprotect(0x400000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EACCES (Permission denied) rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- rt_sigreturn(0) = 4194304
So it appears that somethings wrong with my host system, which is stock FC6... I guess the bug may just be closed as "not a wine bug".