dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] [bugs #11627] Crash during Garbage collection of S


From: Rhys Weatherley
Subject: Re: [Pnet-developers] [bugs #11627] Crash during Garbage collection of StreamWriter based on HttpStream
Date: Wed, 19 Jan 2005 19:32:52 +1000
User-agent: KMail/1.4.3

On Wednesday 19 January 2005 07:38 pm, anonymous wrote:

> I just checked a simple example which throws an NullRef exception normally
> but segfaults inside gdb ?.

Gdb will typically get the segfault signal before the program does, causing it 
to stop before it gets to the nullref processing code.  A "c" to continue in 
gdb will cause it to process the signal and turn it into a nullref.

Are you seeing the crash outside of gdb, or only inside?

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]