|
From: Bart V. A. <bar...@gm...> - 2008-01-01 17:10:29
|
On Dec 30, 2007 2:21 PM, Tom Hughes <to...@co...> 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/val...@li.../msg01278.html Bart. |