I am trying to debug a daemon by running gdb and the unstripped executable with the pid of the daemon ...say I am doing this
bash# gdb mib2d <pid>
I kept a break point at a particular function ... and did a 'next' sufficient times ... the GDB terminates at the same point with the message " ..xmalloc: out of virtual memory" ... I am not able to proceed ... under what scenarios does this occur ...