FROM : Buddy Kurz
DATE : Tue Jun 13 23:58:30 2006
My application is a server that accepts connections from network
clients and handles each with a separate thread. It seems to
function perfectly but periodically just drops everybody and goes
away. I have an NSLog(...) in applicationShouldTerminate: that is
not recording anything and there is nothing in the console log. It
just goes away. (aarrrrrrggghhh!!) It doesn't appear to be leaking
memory. If I quit the application, it politely shuts down it's
connections and records properly in the console log.
What I need is some hint on how to track down the cause.
Is there something I don't understand here? Can an application go
down without creating a crashlog or calling applicationShouldTerminate:?
thanks,
buddy
DATE : Tue Jun 13 23:58:30 2006
My application is a server that accepts connections from network
clients and handles each with a separate thread. It seems to
function perfectly but periodically just drops everybody and goes
away. I have an NSLog(...) in applicationShouldTerminate: that is
not recording anything and there is nothing in the console log. It
just goes away. (aarrrrrrggghhh!!) It doesn't appear to be leaking
memory. If I quit the application, it politely shuts down it's
connections and records properly in the console log.
What I need is some hint on how to track down the cause.
Is there something I don't understand here? Can an application go
down without creating a crashlog or calling applicationShouldTerminate:?
thanks,
buddy
| Related mails | Author | Date |
|---|---|---|
| Buddy Kurz | Jun 13, 23:58 | |
| Bill Bumgarner | Jun 14, 00:10 | |
| Buddy Kurz | Jun 14, 00:48 | |
| Bill Bumgarner | Jun 14, 01:50 |






Cocoa mail archive

