Re: [xwt-users] Strange DNS failure
Andrew Kohlsmith <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Organization | Benshaw Canada |
| Message-ID | <[email protected]> |
> (More details including strace output are at mixdown.ca/davtest) Well I don't know what's wrong yet but I do know why strace wasn't showing any DNS activity; strace does not currently allow you to follow clone() calls. (forks yes, but not clones) As such it's not possible to use strace to completely follow a threaded app. Regards, Andrew