Bug 12865 - gdbserver readchar: Got EOF , reading hex value 59
Summary: gdbserver readchar: Got EOF , reading hex value 59
Status: WAITING
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: 6.8
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-09 07:54 UTC by rambabuwhy
Modified: 2014-09-12 23:00 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rambabuwhy 2011-06-09 07:54:30 UTC
I have downloaded gdb versions of 7.2  6.8 and 6.7.1

I am crosscompiling for mips in fedora linux 
I have successfull compiled with options -disable-sim and -g as cflags


while running on modem gdbserver unable connect with fedora linux' gdb

showing error "Remote debugging from host 10.0.0.30
readchar: Got EOF
Remote side has terminated connection.  GDBserver will reopen the connection.
"

at fedora side showin  reading hex value 59

Experts, Please help me in this

Thanks and regards
Rambabu Yerajana
Comment 1 Paul Pluzhnikov 2012-01-22 03:46:53 UTC
Assuming the problem still exists, you are likely to get better clues if you do "set debug remote on" before setting "target remote" on the GDB side.
Comment 2 Sergio Durigan Junior 2014-09-12 23:00:29 UTC
Does this problem still happen?