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;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to