|
From: Josef W. <Jos...@gm...> - 2006-01-11 16:58:26
|
On Wednesday 11 January 2006 17:38, Nicholas Nethercote wrote: > > Say, after a write, but before the > > corresponding helper? If yes, does that happen often? > > If you're instrumenting the writes as the occur, as you said, then I think > this case would only occur if the write caused a seg fault I am curious: How does valgrind "replay" a memory write after a seg fault handled in a user signal handler? Does this create a new superblock starting at the write instruction? Josef |