This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: NullPointerException / threads


> From: Godmar Back <gback@cs.utah.edu>
> Date: Tue, 14 Mar 2000 10:16:52 -0700 (MST)
> > > 
> > > Can you tell at SEGV-time if you're currently in the allocator?  If so,
> > > you could preallocate an 'emergency' exception+array
> > 
> > Right, but it may not help; If the SEGV was *caused* by heap
> > corruption we'd still crash even if the point at which the SEGV occurs
> > is in user code.
> 
> Isn't crashing what you want in this case?

Of course not.  I want a readable backtrace.

Andrew.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]