Opened 18 years ago
Closed 18 years ago
#1225 closed bug (fixed)
vm_page_fault occures when ftp is started.
Reported by: | bouncer | Owned by: | hugosantos |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Network & Internet/IPv4 | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This error occurs on real hardware. The network driver used is the new e1000, running under the BSD compatibility layer. I needed this driver because the older ipro1000 driver does not support my hardware. Whic uses the 82573L controller.
I simply boot Haiku. And then I type "ftp 192.168.1.110". The vm_page_fault occures immediatly. The application never starts up.
Additional information. I can successfully ping that same address. That address by the way - is just a plain BeOS R5.0.3 machine on my subnet.
See the attached file
Attachments (1)
Change History (6)
by , 18 years ago
Attachment: | VM_PAGE_FAULT.A added |
---|
comment:1 by , 18 years ago
One more detail. I first noticed this problem at around revision 21126. Not to say it started then. Just that I finally got the e1000 driver going at around that time.
comment:2 by , 18 years ago
Owner: | changed from | to
---|
reassigned to Hugo, as he is the one who knows the BSD compat layer best.
comment:3 by , 18 years ago
Priority: | normal → high |
---|---|
Status: | new → assigned |
I'll look into this ASAP, although from the stack trace it doesn't seem related to using e1000, unless it is polluting some other memory. Bouncer, may you please mention which revision were you using? Thanks.
comment:4 by , 18 years ago
I'd just like to say that I can reproduce this bug 100%, both using qemu, and on real hardware(RTL-8169 network card).
I used to be able to use "ftp" 1-2 months ago, on the same hardware.
Revision 21175
Serial output leading up to the kdebug. Followed by a stack trace.