oops.. sorry about that. here's the output
Attaching to program: /var/MailRoot/bin/XMail, process 43748 Reading symbols from /usr/lib/libkvm.so.2...done. Reading symbols from /usr/lib/libcrypt.so.2...done. Reading symbols from /usr/lib/libc_r.so.4...done. Reading symbols from /usr/lib/libstdc++.so.3...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. 0x2811d934 in __sys_poll () from /usr/lib/libc_r.so.4 (gdb) info threads 27 process 43748, thread 27 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 26 process 43748, thread 26 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 25 process 43748, thread 25 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 24 process 43748, thread 24 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 23 process 43748, thread 23 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 22 process 43748, thread 22 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 21 process 43748, thread 21 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 20 process 43748, thread 20 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 19 process 43748, thread 19 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 18 process 43748, thread 18 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 17 process 43748, thread 17 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 16 process 43748, thread 16 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 15 process 43748, thread 15 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 14 process 43748, thread 14 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 13 process 43748, thread 13 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 12 process 43748, thread 12 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 11 process 43748, thread 11 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 10 process 43748, thread 10 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 9 process 43748, thread 9 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 8 process 43748, thread 8 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 7 process 43748, thread 7 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 6 process 43748, thread 6 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 5 process 43748, thread 5 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 4 process 43748, thread 4 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 3 process 43748, thread 3 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 ---Type <return> to continue, or q <return> to quit--- 2 process 43748, thread 2 0x2811c243 in _thread_kern_sched () from /usr/lib/libc_r.so.4 * 1 process 43748, thread 1 0x2811d934 in __sys_poll () from /usr/lib/libc_r.so.4 (gdb) bt #0 0x2811d934 in __sys_poll () from /usr/lib/libc_r.so.4 #1 0x2811ce80 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4 #2 0x2811c845 in _thread_kern_scheduler () from /usr/lib/libc_r.so.4 #3 0x0 in ?? () Sincerely, Scott Pakula Smoothco.com --- Davide Libenzi <[EMAIL PROTECTED]> wrote: > > On Wed, 16 Jul 2003, [EMAIL PROTECTED] wrote: > > > > > Am I doing this correctly? > > > > su-2.05b# gdb /var/MailRoot/bin/XMail /var/run/XMail.pid > > No, the second parameter is the PID number. This is ok : > > # gdb /var/MailRoot/bin/XMail `cat /var/run/XMail.pid` > > > > - Davide > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
