From: Christian <evil@g-house.de>
To: linas@austin.ibm.com
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: ppc32 lockups with 2.6
Date: Mon, 10 Nov 2003 23:39:14 +0100 [thread overview]
Message-ID: <3FB01392.60500@g-house.de> (raw)
In-Reply-To: <20031110125044.A22030@forte.austin.ibm.com>
linas@austin.ibm.com wrote:
> I'd suggest getting the KDB kernel patches, and then poking around to
> see what the system was doing when it locked up.
kdb, hm, i'll see if i can handle this. would some output from gdb help too?
> What were the stack traces? does it always lock up in the same routine?
the debugger will show, as nothing else showed up and even SysReq was
not working anymore.
> What line of code was it
> executiing when it did that?
last snippet of the "strace ifconfig eth1 192.168.1.1":
ioctl(4, 0x8916, 0x7ffffd78) = -1 ENODEV (No such device)
dup(2) = 5
fcntl64(5, F_GETFL) = 0x2 (flags O_RDWR)
fstat64(5, {st_mode=S_IFCHR|0600, st_rdev=makedev(5, 1), ...}) = 0
ioctl(5, TCGETS, {B38400 opost isig icanon echo ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x30016000
_llseek(5, 0, 0x7ffffb68, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(5, "SIOCSIFADDR: No such device\n", 28) = 28
close(5) = 0
munmap(0x30016000, 4096) = 0
ioctl(4, 0x8913, 0x7ffffc98) = -1 ENODEV (No such device)
write(2, "eth1: ERROR while getting interf"..., 58) = 58
exit(-1) = ?
Thanks,
Christian.
--
BOFH excuse #231:
We had to turn off that service to comply with the CDA Bill.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2003-11-10 22:39 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-02 20:31 ppc32 lockups with 2.6 Christian Kujau
2003-11-06 21:34 ` Christian
2003-11-10 18:50 ` linas
2003-11-10 20:32 ` Tom Rini
2003-11-10 22:39 ` Christian [this message]
2003-11-10 23:57 ` linas
2003-11-11 0:25 ` Christian
2003-11-11 15:36 ` Tom Rini
2003-11-13 0:59 ` Christian Kujau
2003-11-13 17:47 ` Tom Rini
2003-11-13 23:56 ` Christian Kujau
2003-11-14 15:57 ` Tom Rini
2003-11-18 12:33 ` Christian Kujau
2003-11-18 14:14 ` Christian Kujau
2003-11-21 15:25 ` Christian Kujau
2003-11-21 17:54 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2003-11-01 4:30 Christian
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=3FB01392.60500@g-house.de \
--to=evil@g-house.de \
--cc=linas@austin.ibm.com \
--cc=linuxppc-dev@lists.linuxppc.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.