Re: Q: many broken pipes, app stops responding
Sacha Mallais <[email protected]> Thu, 7 Jul 2005 08:16:18 -0700
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
On Jul 7, 2005, at 8:10 AM, Guido Neitzer wrote: > On 07.07.2005, at 17:07 Uhr, Sacha Mallais wrote: > >> This means that the connection to the browser was severed, >> probably by the user hitting "Stop" or closing the browser window. > > I know - I mean, I've seen this when developing and closing the > browser window too early. But - how can this bring my application > to stop responding? No, this exception has nothing to do with your application refusing to respond. Most likely you have a deadlock in your application somewhere. Often, this is caused by unbalanced lock()/unlock() calls to EOEditingContext... is that possible? sacha