On Dec 30, 2007 2:21 PM, Tom Hughes <[EMAIL PROTECTED]> wrote: > I was just looking at committing this, but I've run into a bit of a > problem, namely that drd segfaults on startup on my machine (with or > without this patch) so it's a bit hard for me to test it before I > commit it ;-)
The cause of this crash is that in revision 7291 the behavior of VG_(record_ExeContext)() has been changed: in revision 7290 and before it was allowed to record the exe context from within VG_TRACK(pre_thread_create)(), but from revision 7291 on this results in a crash. I'm waiting for further input from Julian to resolve this issue. See also http://www.mail-archive.com/[email protected]/msg01278.html Bart. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
