From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 28 Aug 2008 10:09:57 -0400 To: 9fans@9fans.net Message-ID: <4be02306ffb650f91d3c167024c106b2@coraid.com> In-Reply-To: <48B6A660.2080308@gmx.de> References: <48B6A660.2080308@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] notes and traps Topicbox-Message-UUID: 098480b0-ead4-11e9-9d60-3106f5b1d025 it looks like you get the second trap while you are still in your notify handler, since i think this test (up->notified || up->notify==0) is for a proc in a notify handler getting a system trap (or a proc with no notify handler). it would be very interesting to know what the system trap is. it would also be interesting to know if you are seeing this randomly or if you can reliable reproduce this condition. - erik