SVN: backtracexx/backtracexx.cpp

pluto pluto at pld-linux.org
Thu Jun 26 12:42:57 CEST 2008


Author: pluto
Date: Thu Jun 26 12:42:57 2008
New Revision: 9824

Modified:
   backtracexx/backtracexx.cpp
Log:
- comment clarification (glibc bug).


Modified: backtracexx/backtracexx.cpp
==============================================================================
--- backtracexx/backtracexx.cpp	(original)
+++ backtracexx/backtracexx.cpp	Thu Jun 26 12:42:57 2008
@@ -88,8 +88,8 @@
 			lookupSymbol( frame );
 			trace->push_back( frame );
 			//
-			// temporary workaround for libgcc/glibc bug:
-			// http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36568
+			// temporary workaround for glibc bug:
+			// http://sources.redhat.com/bugzilla/show_bug.cgi?id=6693
 			//
 			static __thread _Unwind_Ptr prevIp = 0;
 			static __thread unsigned recursionDepth = 0;


More information about the pld-cvs-commit mailing list