| To: | Martin Michlmayr <tbm@cyrius.com> |
|---|---|
| Subject: | Re: 1480: "bad address" instead of "argument list too" |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Fri, 17 Mar 2006 17:35:21 +0000 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20060317172127.GZ18750@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060317165629.GX18750@deprecation.cyrius.com> <20060317170242.GA13850@linux-mips.org> <20060317172127.GZ18750@deprecation.cyrius.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.2.1i |
On Fri, Mar 17, 2006 at 05:21:27PM +0000, Martin Michlmayr wrote: > * Ralf Baechle <ralf@linux-mips.org> [2006-03-17 17:02]: > > Chances are this is caused by the return value of some syscall. Can you > > use strace on a shell to isolate it? > > I tried, but I don't know how. "strace echo *" immediately gives a > "bad address" because the wildcard is evaluated before strace is > invoked. How can I call strace in this case? Log into a second shell from another tty, find out the PID of the first shell. Then do an strace -ff -v -p <PID of first shell> in the second shell, go back to the first shell and do your echo *. You now should have the interesting bits of the log in the second window. > > Is this 32-bit software on a 64-bit kernel? There remain corner cases to be fixed in that emulation layer even though it's good enough for general use since a long time. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: 1480: "bad address" instead of "argument list too", Martin Michlmayr |
|---|---|
| Next by Date: | Re: 1480: "bad address" instead of "argument list too", Martin Michlmayr |
| Previous by Thread: | Re: 1480: "bad address" instead of "argument list too", Martin Michlmayr |
| Next by Thread: | Re: 1480: "bad address" instead of "argument list too", Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |