karlheg(a)cathcart.sysc.pdx.edu (Karl M. Hegbloom) writes:
Please tell me what frame #1 represents. Why is it all `f' and
?? ()?
The source line in event-unixoid.c:93 is just
nread = read (fd, &ch, 1);
so evidently that frame is a piece of the glibc2.1 syscall interface.