I've noticed two oopses with a git tree I pulled yesterday. Last commit: 4706df3d3c42af802597d82c8b1542c3d52eab23
Probably the same bug as the one that Andrew Morton forwarded here: http://marc.theaimsgroup.com/?l=linux-netdev&m=112618307911533&w=2 I see a bunch of assertion failures, followed by a partial oops that I got from a netconsole. The oops occurred _just_ after I started up gaim, and I've noticed this as the trigger each time the system froze. KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (1127) KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (1127) KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->sacked_out >= 0) failed at net/ipv4/tcp_input.c (2147) KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) Leak l=4294967294 4 KERNEL: assertion (!skb_queue_empty(&sk->sk_write_queue)) failed at net/ipv4/tcp_timer.c (291) Unable to handle kernel NULL pointer dereference at virtual address 00000048 printing eip: c032be51 *pde = 00000000 Oops: 0000 [#1] PREEMPT Modules linked in: netconsole pcmcia thermal fan button processor ac battery nfs lockd sunrpc ipt_state iptable_filter iptable_nat ip_tables ip_conntrack rtc ipw2200 ieee80211 ieee80211_crypt 3c59x mii e1000 yenta_socket rsrc_nonstatic pcmcia_core snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc ehci_hcd usbhid uhci_hcd usbcore CPU: 0 EIP: 0060:[<c032be51>] Not tainted VLI EFLAGS: 00010246 (2.6.13-g4706df3d) EIP is at tcp_time_to_recover+0x59/0xb0 eax: 00ceaac8 ebx: d7763000 ecx: ffffffff edx: 00000000 esi: 00000000 edi: d7763000 ebp: 00000003 esp: c04bee60 ds: 007b es: 007b ss: 0068 ------------------ I'll see if I can get a better oops. Just wanted to send this out before I crash again :) -- Dave - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html