http://bugs.winehq.org/show_bug.cgi?id=18542
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2009-05-21 14:55:12 --- Now, the exception is occurring every time the app loads.
Trace seems to point to either lists(?) or heap allocation?
/* remove an element from its list */ 0 0x7bc432d8 list_remove+0xe(elem=0x163e01a2) [/home/test/wine-git/dlls/ntdll/../../include/wine/list.h:98] in ntdll (0x0032f600)
/* Build the in-use arena */ 1 0x7bc45cfb RtlAllocateHeap+0x26f(heap=0x1a20000, flags=2, size=80) [/home/test/wine-git/dlls/ntdll/heap.c:1397] in ntdll (0x0032f660)
I guess the random nature of the fault points to memory allocation problems.
A +heap trace takes too long to get anywhere.