All of lore.kernel.org
 help / color / mirror / Atom feed
* OOPS in ip6_output2
@ 2003-07-17 15:13 Anders Gustafsson
  2003-07-18  9:40 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Gustafsson @ 2003-07-17 15:13 UTC (permalink / raw)
  To: netdev; +Cc: yoshfuji

I don't follow netdev so maybe this is old stuff, but I got this oops when
trying to ssh to a ipv6-host.

The defaultroute seems garbled too: (or maybe that is what causes it)

andersg@laika:~$ ip -6 ro l default
default via 90a6:1840:c79a:1840:: dev eth1  proto kernel  metric 1024
expires 17643sec mtu 1500 advmss 1440

but I got the correct prefix from radvd.



Unable to handle kernel NULL pointer dereference at virtual address 00000000
 printing eip:
00000000
*pde = 00000000
Oops: 0000 [#1]
CPU:    0
EIP:    0060:[<00000000>]    Not tainted
EFLAGS: 00010282
EIP is at 0x0
eax: cc5fc004   ebx: ca581004   ecx: cc9d4004   edx: ca55e084
esi: ca581004   edi: 00000000   ebp: 00000000   esp: ca315ca8
ds: 007b   es: 007b   ss: 0068
Process ssh (pid: 1652, threadinfo=ca314000 task=ca3e1000)
Stack: c02ad9a2 ca581004 00000000 00000000 ca315d94 ca4d6004 00000000 00000000
       000005dc ca581004 00000000 00000028 c02adec1 ca581004 ca315d4c 00000010
       00000000 00000000 00000000 00000096 00000096 c119c8c8 00000000 cc0bf004
Call Trace:
 [<c02ad9a2>] ip6_output2+0x172/0x250
 [<c02adec1>] ip6_xmit+0x201/0x3a0
 [<c02d0818>] tcp_v6_xmit+0x118/0x250
 [<c0280c55>] tcp_transmit_skb+0x3e5/0x600
 [<c028361c>] tcp_connect+0x3bc/0x490
 [<c02cd63b>] tcp_v6_connect+0x3bb/0x7c0
 [<c0297ed4>] inet_stream_connect+0x114/0x260
 [<c0254095>] sys_connect+0x85/0xc0
 [<c0252a4a>] sock_map_fd+0xfa/0x130
 [<c0253c0d>] sys_socket+0x3d/0x60
 [<c0254c41>] sys_socketcall+0xd1/0x2a0
 [<c01092bb>] syscall_call+0x7/0xb



-- 
Anders Gustafsson - andersg@0x63.nu - http://0x63.nu/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OOPS in ip6_output2
  2003-07-17 15:13 OOPS in ip6_output2 Anders Gustafsson
@ 2003-07-18  9:40 ` YOSHIFUJI Hideaki / 吉藤英明
  2003-07-18  9:46   ` Anders Gustafsson
  0 siblings, 1 reply; 4+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2003-07-18  9:40 UTC (permalink / raw)
  To: andersg; +Cc: netdev, yoshfuji

In article <20030717151354.GA10640@h55p111.delphi.afb.lu.se> (at Thu, 17 Jul 2003 17:13:54 +0200), Anders Gustafsson <andersg@0x63.nu> says:

> I don't follow netdev so maybe this is old stuff, but I got this oops when
> trying to ssh to a ipv6-host.

What version are you using?
(Current tree may have fix for this.)
Thanks.

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OOPS in ip6_output2
  2003-07-18  9:40 ` YOSHIFUJI Hideaki / 吉藤英明
@ 2003-07-18  9:46   ` Anders Gustafsson
  2003-07-18  9:55     ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Gustafsson @ 2003-07-18  9:46 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / ?$B5HF#1QL@; +Cc: netdev

On Fri, Jul 18, 2003 at 11:40:12AM +0200, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote:
> In article <20030717151354.GA10640@h55p111.delphi.afb.lu.se> (at Thu, 17 Jul 2003 17:13:54 +0200), Anders Gustafsson <andersg@0x63.nu> says:
> 
> > I don't follow netdev so maybe this is old stuff, but I got this oops when
> > trying to ssh to a ipv6-host.
> 
> What version are you using?
> (Current tree may have fix for this.)
> Thanks.

Latest bk as of wednesday I think.

It did just happen once in that kernel, so I don't really know if it's
solved in latest bk which I run now.

-- 
Anders Gustafsson - andersg@0x63.nu - http://0x63.nu/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OOPS in ip6_output2
  2003-07-18  9:46   ` Anders Gustafsson
@ 2003-07-18  9:55     ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 0 replies; 4+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2003-07-18  9:55 UTC (permalink / raw)
  To: andersg; +Cc: netdev, yoshfuji

In article <20030718094615.GD5964@h55p111.delphi.afb.lu.se> (at Fri, 18 Jul 2003 11:46:15 +0200), Anders Gustafsson <andersg@0x63.nu> says:

> Latest bk as of wednesday I think.
> 
> It did just happen once in that kernel, so I don't really know if it's
> solved in latest bk which I run now.

Well, I fixed a refcnt bug on Wednesday.
Please tell us if you saw similar bug again.
Thanks.
--yoshfuji

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-18  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-17 15:13 OOPS in ip6_output2 Anders Gustafsson
2003-07-18  9:40 ` YOSHIFUJI Hideaki / 吉藤英明
2003-07-18  9:46   ` Anders Gustafsson
2003-07-18  9:55     ` YOSHIFUJI Hideaki / 吉藤英明

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.