From: Bill Gatliff <bgat@billgatliff.com>
To: gdb@sourceware.org, linuxppc-embedded@ozlabs.org
Subject: Gdbserver syscall clobber
Date: Mon, 16 Jul 2007 10:43:41 -0500 [thread overview]
Message-ID: <469B922D.3050701@billgatliff.com> (raw)
Guys:
I'm trying to track down a problem where gdbserver is issuing a bogus
syscall at the onset of a debugging session. I'm using gdb-6.6, on an
(ancient, I know) linux-2.4.16 kernel, pc603e machine. Gcc-3.4.5,
glibc-2.2.5 (both built with crosstools-0.43). Gdbserver is statically
linked.
When I run gdbserver under strace on the target, I see these in the log
shortly after initiating the connection from my workstation:
...
ptrace(PTRACE_PEEKTEXT, 947, 0x10405394, [0x103e0cb0]) = 0
ptrace(PTRACE_PEEKTEXT, 947, 0x10405398, [0x103e0ce4]) = 0
ptrace(PTRACE_PEEKTEXT, 947, 0x1040539c, [0x103e0ce8]) = 0
send(4, "$103df2cc103df2e8103df2ec103df2f"..., 644, 0) = 644
recv(4, 0x7ffffd60, 1, 0) = ? ERESTARTSYS (To be restarted)
--- SIGIO (I/O possible) @ 0 (0) ---
syscall_4294966784(0xa, 0x7ffffd34, 0x1, 0, 0x1008a3c7, 0x1008b5a3,
0x1008b5a4, 0, 0x1, 0x80808080, 0x1008e778, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0x10080000, 0x10080000, 0x10080000, 0x1008b5a3, 0x10080000,
0x1008b320, 0x100291a4, 0xd032, 0xa) = -1 (errno 38)
write(2, "putpkt(read): Function not imple"..., 39) = 39
...
Note the bogus syscall argument 4294966784. It isn't *completely*
bogus, interestingly, since if you google for that you come up with a
few hits. But no resolutions.
I'm stumped. Does this problem sound familiar to anyone? Had the same
problem with gcc-2.95.3.
Kindest regards,
b.g.
--
Bill Gatliff
bgat@billgatliff.com
next reply other threads:[~2007-07-16 16:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-16 15:43 Bill Gatliff [this message]
2007-07-16 15:53 ` Gdbserver syscall clobber Daniel Jacobowitz
2007-07-18 17:42 ` Bill Gatliff
2007-07-18 17:59 ` Bill Gatliff
2007-07-18 18:31 ` Daniel Jacobowitz
2007-07-23 15:37 ` Bill Gatliff
2007-07-23 15:38 ` Bill Gatliff
2007-07-23 16:06 ` Bill Gatliff
2007-07-23 16:15 ` Daniel Jacobowitz
2007-07-26 16:28 ` Bill Gatliff
2007-07-23 16:19 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=469B922D.3050701@billgatliff.com \
--to=bgat@billgatliff.com \
--cc=gdb@sourceware.org \
--cc=linuxppc-embedded@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.