dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Adding line numbers to the execption stack :


From: Rhys Weatherley
Subject: Re: [DotGNU]Adding line numbers to the execption stack :
Date: Wed, 14 May 2003 08:38:45 +1000
User-agent: KMail/1.4.3

On Wednesday 14 May 2003 08:21 am, James Michael DuPont wrote:

> I am trying to find the functions responsable for creating the
> stackdump :

If you are looking for a reason why line numbers don't appear in exception 
stack traces, even when the code is compiled with -g, then looking in the 
engine is probably the wrong place.  I suspect that the bug is in either 
"image/debug_reader.c" or "image/debug_writer.c".

While I've never seen missing line numbers, I sometimes see truncated 
filenames.  There may be an "off by 1" bug or somesuch in the debug section 
handling routines.  The "image" directory is the place to look for that.

Cheers,

Rhys.



reply via email to

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