Re: [Valgrind-developers] valgrind: r7383 - in trunk/coregrind: . m_syswrap

2008-02-13 Thread Eric Pouech
ked at this it wasn't necessary to add any instrumentation for this case as valgrind happily handled the one thread / one stack case A+ -- Eric Pouech "The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adam

Re: [Valgrind-developers] Valgrind and Wine

2007-12-23 Thread Eric Pouech
the stack unwind (in generic cases) cannot be terminated properly (likely Wine misses a watchdog at stack's top) 2/ but also nasty 16/32 bits stack switches for some emulations even if 1/ could be worked around in wine, 2/ is anyway a showstopper I'd really like to see better stack unwindin