|
From: Christoph B. <bar...@or...> - 2007-06-13 09:21:29
|
> That assertion showed already a few bugs which where fixed in the past. > What version are you using? bartosch@loga:~/daten/Daten-2007.06.13-new_dp> valgrind --version valgrind-3.2.3 > Do you have any idea what signal handler was running in your application? > The assertion tells that there is a synchronization error among real > stack and callgrinds shadow stack when leaving a signal handler... > > I think the real problem is that I have no truely robust strategy > for synchronizing the 2 stacks at the end of a signal handler > (signal handlers can execute in a nested way). > > Can you send me the last few hundred lines of the debug log of this > run when started with --ct-verbose=2 (Warning: huge amounts!) ? I try it. |