Re: crash on 4.2-stable (sendto() system call)

2000-11-28 Thread FengYue
On Tue, 28 Nov 2000, FengYue wrote: ->Did I find the bug causing the panic or did I miss something? Also, if it's the bug that causes the panic, the fix should be pretty simple i guess, like do something like this before the IP version check: fin_fin_v = ip->ip_v; right? To Unsubscribe: sen

Re: crash on 4.2-stable (sendto() system call)

2000-11-28 Thread FengYue
On Thu, 23 Nov 2000, FengYue wrote: ->dmesg: kvm_read: ->--- ->#6 0xc01882dd in fr_makefrip (hlen=20, ip=0xc0a48fe4, fin=0xd892fb0c) ->at ../../netinet/fil.c:258 ->#7 0xc018e20c in fr_checkicmpmatchingstate (ip=0xc0a48fc8, ->fin=0xd892fc1c) ->at ../../netinet/ip_state.c:1081 Hi, I'm

Re: crash on 4.2-stable (sendto() system call)

2000-11-23 Thread FengYue
On Thu, 23 Nov 2000, Alfred Perlstein wrote: ->* Bosko Milekic <[EMAIL PROTECTED]> [001123 14:51] wrote: ->> ->> Hello, ->> ->> Can you please also get the instruction at which the page fault ->> occured? You can try "where" from gdb or you can get the instruction ->> pointer from th

Re: crash on 4.2-stable (sendto() system call)

2000-11-23 Thread Alfred Perlstein
* Bosko Milekic <[EMAIL PROTECTED]> [001123 14:51] wrote: > > Hello, > > Can you please also get the instruction at which the page fault > occured? You can try "where" from gdb or you can get the instruction > pointer from the original page fault message and then you can probably >

Re: crash on 4.2-stable (sendto() system call)

2000-11-23 Thread Bosko Milekic
Hello, Can you please also get the instruction at which the page fault occured? You can try "where" from gdb or you can get the instruction pointer from the original page fault message and then you can probably "disassemble fr_makefrip" and get us the contents around the instruct

crash on 4.2-stable (sendto() system call)

2000-11-23 Thread FengYue
Hi, got a crash on 4.2-stable. the machine was running 4.1.1-stable and had no problem at all. 10 hours after upgrade to 4.2-stable I got a vmcore. Here it's the trace and could someone take a look, it looks like it was the sendto() call triggered the crash but I don't know how to reproduce it