Operating System - Linux
1753637 Members
5545 Online
108798 Solutions
New Discussion

debugging C with wdb in multitask HPUX environment

 
Rouge_1
New Member

debugging C with wdb in multitask HPUX environment

Hi.
I've tried to debug 1 process with wdb. When I attach wdb to the process it stops the process which is normal. Then any action breaks the inter process communications... It seams it doesn't restart from the point it has been stopped... Do you have any explaination ?
Thanks.
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: debugging C with wdb in multitask HP-UX environment

Do you have any timeouts set? Can you make them longer? Any signals being sent? (A simple tusc run may show them.)

After you attach, can you immediately continue? Or is it just the presence of wdb that causes the problem?