"Peter" == Peter Riocreux par+wine_devel@silistix.com writes:
Peter> "Robert Shearman" R.J.Shearman@warwick.ac.uk writes: >> > warn:heap:HEAP_ValidateInUseArena Heap 40220000: invalid in-use > >> arena magic for 402576a0 >> >> Worrying, but your program hasn't crashed so shouldn't be a problem.
Peter> Well the thing that I *think* should be on the other end of the Peter> pipe crashes with a similar message:
Peter> warn:heap:HEAP_ValidateInUseArena Heap 40220000: invalid in-use Peter> arena magic for 40257990
Run with --debugmsg +heap , eventaully with --debugmsg +relay,+heap. That way, wine checks the heap on every heap access and stops and prints a debug when the heap is strange.
However the logs tend to get long and the execution speed to crawl...
Hope this helps