On Fri, 27 May 2005, lattera wrote:

can't use strace, because I don't know the email that is making it
hang. that is why I need to use gdb, so I can look through the
stack/heap for the email...

You're saying it's hung, taking 100% of CPU. So just use top to find the PID of the hung process, and attach strace to that PID (strace -p PID). It'll probably at least give the developers a hint of what is going wrong, even if it doesn't provide them with a reproducible test-case.

Damian Menscher
--
-=#| Physics Grad Student & SysAdmin @ U Illinois Urbana-Champaign |#=-
-=#| 488 LLP, 1110 W. Green St, Urbana, IL 61801 Ofc:(217)333-0038 |#=-
-=#| 4602 Beckman, VMIL/MS, Imaging Technology Group:(217)244-3074 |#=-
-=#| <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Fax:(217)333-9819 |#=-
-=#| The above opinions are not necessarily those of my employers. |#=-
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to