Re: should a thread print exceptions?

2012-07-12 Thread maarten van damme
I think spawnlinked will do the job for me, thank you.

Re: should a thread print exceptions?

2012-07-11 Thread Sean Kelly
On Jul 11, 2012, at 11:47 AM, maarten van damme wrote: > Recieved not a lot of response, maybe I should explain everything a bit more. > I'm using multiple threads and one is parsing webpages. I'm prety sure > everything works correctly but when an error occurs, I'll enver know. > The thread will

Re: should a thread print exceptions?

2012-07-11 Thread Sean Kelly
On Jul 9, 2012, at 3:18 AM, maarten van damme wrote: > When a thread crashes or an assertion fails, should it print out those > errors (like the main thread) > Currently it quietly quits without any information whatsoever. Is > there any way to still make it output that valuable information? If y

Re: should a thread print exceptions?

2012-07-11 Thread maarten van damme
Recieved not a lot of response, maybe I should explain everything a bit more. I'm using multiple threads and one is parsing webpages. I'm prety sure everything works correctly but when an error occurs, I'll enver know. The thread will quit without an error message and I have no idea how to retrieve