Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
"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...
That is how I got the info from my last post in this threadlet. I am not clear whetherthtis means that it is wine internal corruption as there is no complaint on the other time this address is recorded, but this time it is bad.
Peter