Help with a cryptic error message with KGDB - Bogus trace status reply from target: E22
        Posted  
        
            by fortran
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fortran
        
        
        
        Published on 2010-05-19T10:15:26Z
        Indexed on 
            2010/05/19
            10:20 UTC
        
        
        Read the original article
        Hit count: 247
        
Hi,
I'm using gdb to connect to a 2.6.31.13 linux kernel patched with KGDB over Ethernet, and when I try to detach the debugger I get this:
(gdb) quit
A debugging session is active.
 Inferior 1 [Remote target] will be killed.
Quit anyway? (y or n) y
Bogus trace status reply from target: E22
after that the session is still open, I can keep going on and on with ctrl+d, and the debugger doesn't exit.
I've searched for that message in google and there are just 5 results (and none of them are useful :-/ ).
Any idea of what could it be and how to fix it?
© Stack Overflow or respective owner