https://bugs.winehq.org/show_bug.cgi?id=53946
--- Comment #9 from Michel Terrisse mterrisse@free.fr --- Hello,
Three new elements: 1/ I note that this happens with 64 bit executables but not with 32 bit executables
2/ I have installed another machine with Ubuntu and Wine and I can't reproduce the problem with this new machine. I have the problem systematically with the first machine, but I can't find what is different
3/ I looked at the .map file: the address where there is the crash 0x0000000000447000 is not in the code segment (.text) but is the beginning of the data segment (.data) Start Length Name Class 0001:0000000000401000 00045564H .text CODE 0002:0000000000447000 00007450H .data DATA 0003:000000000044F000 00018870H .bss BSS 0004:0000000000400000 00000230H .tls TLS 0005:0000000000470000 00003D74H .pdata PDATA It looks like a problem when computing the adress of the entry point of the program.
I hope this can help.
Regards,
Michel Terrisse