[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

902.0. "No instructions for a routine" by CXXC::REINIG (This too shall change) Thu Mar 27 1997 14:43

I'm getting:

    No instructions for address 0x6ffe25f8 for display in Instruction View
    (ladebug) 

for a routine

    Welcome to the Ladebug Debugger Version 4.0-33
    ------------------ 
    object file name: /usr/users/reinig/public/exx2 
    Reading symbolic information ...done
    Directory search path for source files:
     . /usr/users/reinig/public .
    Setting initial break point on routine "GEMSRC/gem_cp_ultrix.bli"`main
    [1] when [main:1759 0x24134a5c] 
    [1] stopped at [main:1759 0x24134a5c]
    (Cannot find source file GEMSRC/gem_cp_ultrix.bli)
    No source line for address 0x24134a5c for display in Source View
    (ladebug) stop in set_effects
    [#2: stop in effects_info* set_effects(a_type_ptr, a_field_ptr) ]
    No source line for address 0x24134a5c for display in Source View
    (ladebug) 
    (ladebug) run t.c
    [1] when [main:1759 0x24134a5c] 
    [1] stopped at [main:1759 0x24134a5c]
    (Cannot find source file GEMSRC/gem_cp_ultrix.bli)
    No source line for address 0x24134a5c for display in Source View
    (ladebug) cont
    [2] stopped at [set_effects:450 0x6ffe2680]
        450     effects_info = mem_allocate_quadword_space(eff_root.permanent_region,
    (ladebug) call print_type(type)
    (ladebug) stop in print_type
    [#3: stop in void print_type(a_type_ptr) ]
    (ladebug) call print_type(type)
    [3] stopped at [print_type:465 0x6ffe25f8]
        465     clear_il_to_str_output_control_block(&octl);
    (ladebug) 
    No instructions for address 0x6ffe25f8 for display in Instruction View
    (ladebug) 
    
This is not a problem for ~reinig/exx3.  The only difference between exx2
and exx3 is that one is linked shared and that the other isn't.

                                            August
T.RTitleUserPersonal
Name
DateLines
902.1PACKED::ALLENChristopher Allen, Ladebug, dtn 381-0864Wed Apr 02 1997 11:074
Thanks for reporting this.  I've got your programs and I can reproduce the
problem.

-Chris