From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6aec7d5cd5d9af853b090abafcff13a4@lsub.org> To: 9fans@cse.psu.edu Subject: [9fans] thread confusion From: "Fco. J. Ballesteros" Date: Wed, 21 Sep 2005 15:53:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 8d67c198-ead0-11e9-9d60-3106f5b1d025 : A/The main weird thing is that after doing threadint on a thread : (created with proccreate) which presumably is hanging in a read : sometimes(?) the process just disappears without leaving a trace, : even though it is packed with syslog calls : (of which only the first part gets executed). Did you call threadnotify()? Put a print there (the handler) to see what's going on. Also, forwarding advice Russ gave time before :-), read the alef paper and don't use interrupts at all. BTW, if you are debugging, use threadsetname() and then use ps -a. Let me know if I can help somehow.