Hello

i have changed exits() to abort(), but when the error appears,
there is no broken proc,  so i suppose is srv.c
who is calling exits :-? but i didn't see any message
(perror should print the message isn't it ? ).

i will add some more prints to see where it die.

thanks

gabi


On 2/25/06, Russ Cox <rsc@swtch.com > wrote:
If the process is not calling exits,
then the broken process should still
be around and debuggable.

ps | grep Broken

and then run acid on that pid.

Running leak on a program should
not change its behavior (it doesn't even
stop the program), so I don't think that's
causing the crash.

Russ