Remote connection closed after "list-thread-groups"

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Remote connection closed after "list-thread-groups"

    Hi,

    I am trying to work with GDB server which comes with the JTAG SAM-ICE. Linux+Helios

    Version: Helios Service Release 2
    Build id: 20110218-0911


    I am using CDT from download.eclipse.org/tools/cdt/releases/helios 7.0.2 (February 25, 2011) and GDB

    Source Code

    1. GNU gdb (Sourcery G++ Lite 2011.03-42) 7.2.50.20100908-cvs


    I am getting "connection closed" after "list-thread-groups" (see below). Should I use different GDB version/server?

    I will appreciate any tip.

    Source Code

    1. 254,768 (gdb)
    2. 254,779 6target remote localhost:2331
    3. 254,780 &"target remote localhost:2331\n"
    4. 254,799 ~"Remote debugging using localhost:2331\n"
    5. 254,822 7-list-thread-groups
    6. 254,909 =thread-group-started,id="i1",pid="42000"
    7. 254,910 =thread-created,id="1",group-id="i1"
    8. 254,911 8-list-thread-groups --available
    9. 256,174 =thread-group-exited,id="i1"
    10. 256,174 &"Remote connection closed\n"
    11. 256,174 ~"/scratch/janisjo/arm-eabi-lite/obj/gdb-src-2011.03-42-arm-none-eabi-i686-pc-linux-gnu/gdb/\
    12. thread.c:79: internal-error: inferior_thread: Assertion `tp' failed.\nA problem internal to GDB has \
    13. been detected,\nfurther debugging may prove unreliable.\nQuit this debugging session? "
    14. 256,174 ~"(y or n) [answered Y; input not from terminal]\n"
    15. 256,174 ~"/scratch/janisjo/arm-eabi-lite/obj/gdb-src-2011.03-42-arm-none-eabi-i686-pc-linux-gnu/gdb/\
    16. thread.c:79: internal-error: inferior_thread: Assertion `tp' failed.\nA problem internal to GDB has \
    17. been detected,\nfurther debugging may prove unreliable.\nCreate a core file of GDB? "
    18. 256,175 ~"(y or n) [answered Y; input not from terminal]\n"
    Display All