--- Alexandre Julliard julliard@winehq.org wrote:
I get a test failure here (and the heap messages are worrying too, though they also occur without the patch):
err:heap:HEAP_ValidateInUseArena Heap 77c10000: prev arena 77c48518 is not prev for in-use 77c48570 err:heap:HEAP_ValidateInUseArena Heap 77c10000: prev arena 77c48518 is not prev for in-use 77c48570
Some tests snuck in that I didn't mean to, I'll omit those. How do I go about debugging heap errors?
--Juan
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Juan Lang juan_lang@yahoo.com writes:
Some tests snuck in that I didn't mean to, I'll omit those. How do I go about debugging heap errors?
WINEDEBUG=heap is usually a good start (though in that case it doesn't seem to help a whole lot).