Re: timeout on ldap_simple_bind_s()
Anton Bobrov <[email protected]> Fri, 11 Sep 2009 12:34:25 +0200
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
just type gdb then type attach process_id then type bt. obviously you gonna have to provide process_id of your running client app. Xu, Qiang (FXSGSC) wrote: >> no, just attach to it with gdb when it hangs and then do bt. > > I only know how to use gdb to observe core dump (using bt command). How to attach an executable to gdb? Could you give me some simple instructions? I am very green at gdb. Sorry. > > Looking for your help, > Xu Qiang