Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
Because most of system calls in glibc 2 are written in assembly
without
frame pointer, gdb may not be able to debug nor get stack trace system
calls on glibc-based 2 systems. Due to this, "make check" may fail in
Actually.. I think the gdb guys already have a fix for this particular
case:
http://sourceware.cygnus.com/ml/gdb-patches/1999-q3/msg00053.html
This will break again beyond glibc 2.1 :-(
Anybody with a glibc 2.1 based system willing to try this out?
Jan