Re: 2.4 crashes when try to exit app and mulitple threads active

2005-03-20 Thread Peter Hansen
Maxwell Hammer wrote: On Sat, 19 Mar 2005 22:35:39 -0500, Peter Hansen wrote: When you say "only one thread running", did you mean only one monitor thread in addition to the main thread, or did you really mean only the main thread was active at this time? I meant there was the main app and one thre

Re: 2.4 crashes when try to exit app and mulitple threads active

2005-03-20 Thread Maxwell Hammer
On Sat, 19 Mar 2005 22:35:39 -0500, Peter Hansen wrote: > When you say "only one thread running", did you mean only > one monitor thread in addition to the main thread, or did > you really mean only the main thread was active at this time? I meant there was the main app and one thread. The proble

Re: 2.4 crashes when try to exit app and mulitple threads active

2005-03-19 Thread Peter Hansen
Maxwell Hammer wrote: An application I am developing executes many threads and then has a "monitor" part that waits for certain events. One of these events causes the application to have to shutdown. On shutdown the monitor part notifies the threads of a shutdown, and the threads must cleanup and e

2.4 crashes when try to exit app and mulitple threads active

2005-03-19 Thread Maxwell Hammer
An application I am developing executes many threads and then has a "monitor" part that waits for certain events. One of these events causes the application to have to shutdown. On shutdown the monitor part notifies the threads of a shutdown, and the threads must cleanup and exit. When all threads