On Fri, 21 Jan 2005 15:41:14 -0700, Kim Lux wrote: > Problem #1: gdb cannot find replyEnd: > > (gdb) whatis replyEnd > No symbol "replyEnd" in current context. It might have been optimized out (might seem crazy but that code does look like replyEnd could be completely optimized away). Try rebuilding it with -O0 thanks -mike