|
From: <sv...@va...> - 2005-12-12 15:54:57
|
Author: njn
Date: 2005-12-12 15:54:50 +0000 (Mon, 12 Dec 2005)
New Revision: 5325
Log:
Make it clearer that internal errors are Valgrind's fault.
Modified:
trunk/coregrind/m_signals.c
Modified: trunk/coregrind/m_signals.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_signals.c 2005-12-10 23:46:11 UTC (rev 5324)
+++ trunk/coregrind/m_signals.c 2005-12-12 15:54:50 UTC (rev 5325)
@@ -1719,7 +1719,7 @@
Valgrind internally.
*/
VG_(message)(Vg_DebugMsg,=20
- "INTERNAL ERROR: Valgrind received a signal %d (%s) - exiting",
+ "VALGRIND INTERNAL ERROR: Valgrind received a signal %d (%s) - exit=
ing",
sigNo, signame(sigNo));
=20
VG_(message)(Vg_DebugMsg,=20
|