[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

914.0. "The debugger "/usr/bin/decladebug" has exited unexpectedly ..." by CXXC::REINIG (This too shall change) Mon Apr 07 1997 16:23

Welcome to the Ladebug Debugger Version 4.0-35
Directory search path for source files:

Files are in /usr/users/reinig/public on cosf.

cosf> dxladebug ~reinig/public/exx1
Warning: Cannot convert string
"-*-COURIER-BOLD-R-*--*-100-*-*-*-*-ISO8859-1 "
 to type FontStruct
Last chance handler: pc = 0x1203ec68, sp = 0x11ff2610, ra = 0x1203ec68
Last chance handler: code = 0x50ffe0003
dxladebug : Caught signal "Interrupt", exiting ...


In dxladebug

    when in set_effects { return; }
    
    run -O2 /usr/users/reinig/public/uc1_1.cxx

    cont

lots of stopped at lines, start appearing.  Press the Interrupt button. 
Usually I'll get:

    The debugger "/usr/bin/decladebug" has exited unexpectedly ...


T.RTitleUserPersonal
Name
DateLines
914.1CXXC::REINIGThis too shall changeMon Apr 07 1997 16:233
Do I get the cookie for the first report 4.0-35 bug?

                                August
914.2TLE::BRETTTue Apr 08 1997 10:0611
August, is this one bug report or three?

The first "Cannot convert string" appears to be a result of our changing the
default font to a smaller one.

The second "lots of 'stopped at' lines start appearing" also sounds like a
bug.

The third "exited unexpectedly" is also bad news...

/Bevin
914.3Do I get more cookies?CXXC::REINIGThis too shall changeTue Apr 08 1997 10:2510
If it means I get three cookies, consider it three bug reports.

I'm only concerned about the third.  The font problem has been around for
so long that I just ignore it.   At first I thought that the stop command
wasn't working but then I found out about the when command.  If you want to
stop someplace, execute a few commands, and stay stopped, use the when
command.  If you want to execute a few commands when you reach someplace,
then continue going, use the stop command.

                                            August
914.4TLE::BRETTTue Apr 08 1997 13:056
> The font problem has been around for so long that I just ignore it.

You scared me!  We changed the default font in -34 and I thought we had broken
something!