[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

Title:Digital Ladebug debugger
Moderator:TLE::LUCIA
Created:Fri Feb 28 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:969
Total number of notes:3959

788.0. "ots_location_alpha.s still kills ladebug" by ADA9X::BRETT () Fri Jan 24 1997 13:35

4.0-28

This bug is still there


(ladebug) when if (1==2) {p x}
Internal error : Improperly nested functions for file ots_location_alpha.s, #33
in readFullEndSymbol

Ladebug Debugger Version 4.0-28 caught signal "Segmentation fault" (11).
This is an unexpected condition and may indicate the presence of a defect.
If you wish to report this, please include the stack trace that follows.
Diagnostic stack trace ...
0x12420a98
0x1241c668
0x1241c038
0x1241b77c
0x1241a5b8
0x12530644
0x12518c40
0x123805e8
0x123809ac
0x1235294c
0x1221e6fc
0x121fdf4c
0x12202bc0
0x121f2ac4
0x121efbcc
end of diagnostic stack trace.
Fatal error: Segmentation fault

T.RTitleUserPersonal
Name
DateLines
788.1TLE::SHAMIMTue Jan 28 1997 14:4011
Ok, I found the problem ie. the bug in ladebug.

This particular file ots_location_alpha.s actually has alternate entry points.
Unfortunately ladebug expects alternate entry points only for fortran and
hence is not doing the correct processing in this case.

We will fix this problem shortly.

thanks
shamim
788.2ADA9X::BRETTTue Jan 28 1997 19:413
Thank you!

/Bevin