http://bugs.winehq.org/show_bug.cgi?id=8206
Summary: Mono installer crashes on exit Product: Wine Version: CVS Platform: Other URL: http://go-mono.org OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Both mono 1.1 and 1.2 installers crash on exit (while, I think, detatching from ole32) with:
wine: Unhandled page fault on read access to 0x800000ec at address 0x7ef9eb4b (thread 0028), starting debugger... Backtrace: =>1 0x7ef9eb4b HEAP_GetPtr+0x1b(...) [/home/dank/wine-git/dlls/ntdll/heap.c:343] in ntdll (0x0034fbb4) 2 0x7ef9f524 RtlDestroyHeap+0x24(heap=0x80000000) [/home/dank/wine-git/dlls/ntdll/heap.c:1125] in ntdll (0x0034fbf4) 3 0x7ee3c5a5 HeapDestroy+0x25(heap=0x80000000) [/home/dank/wine-git/dlls/kernel32/heap.c:165] in kernel32 (0x0034fc14) 4 0x65f45d5e in ole32 (+0x45d5e) (0x0034fda0) ... 9 0x7ee5e9df ExitProcess+0x1f(status=0x0)
This happened while I was testing winetricks. I can't recall whether this happened a few weeks ago when I first added mono support to winetricks...