Re: debugging xterm.

2001-05-23 Thread Adam
> > gdb seems to get lost when calling getuid), any idea? > >Is there something special about getuid() I'm missing? > > > >(gdb) next > >1612uid_t ruid = getuid(); > >2: screen->respond = 1448543468 > >(gdb) next > >1613gid_t rgid = getgid(); > >2: screen->respond =

Re: debugging xterm.

2001-05-22 Thread Mike A. Harris
On Mon, 21 May 2001, Adam wrote: >I'm trying to debug xterm and it seems like it is just not my day (I >suppose the "Abandon All Hope, Ye Who Enter Here" in the README for xterm >is for a reason there after all :P ) > >I running gdb on xterm. I'm running it as root, the current execution is >at m

debugging xterm.

2001-05-21 Thread Adam
I'm trying to debug xterm and it seems like it is just not my day (I suppose the "Abandon All Hope, Ye Who Enter Here" in the README for xterm is for a reason there after all :P ) I running gdb on xterm. I'm running it as root, the current execution is at main.c:main() and gdb seems to get lost