1 | | ok... got another page fault at boot (black screen).. |
2 | | |
3 | | {{{ |
4 | | loaded driver /boot/system/add-ons/kernel/drivers/dev/net/ipro1000 |
5 | | vm_soft_fault: va 0xd3000000 not covered by area in address space |
6 | | vm_page_fault: vm_soft_fault returned error 'Bad address' on fault at 0xd3000000, ip 0x530119, write 1, user 1, thread 0x12f |
7 | | vm_page_fault: thread "picasso" (303) in team "app_server" (303) tried to write address 0xd3000000, ip 0x530119 ("???" +0x530119) |
8 | | debug_server: Thread 303 entered the debugger: Segment violation |
9 | | ahci: ahci_supports_device |
10 | | ahci: ahci_supports_device |
11 | | [net/ipro1000/0] compat_open(0x2) |
12 | | ifmedia_ioctl: switching lem to Type: Ethernet |
13 | | SubType: autoselect |
14 | | stack trace, current PC 0x530119 _ZNK11HWInterface12_CopyToFrontEPhmllll + 0x2d5: |
15 | | (0x62d53fa8) 0x530555 _ZN11HWInterface16_CopyBackToFrontER7BRegion + 0x85 |
16 | | (0x62d54008) 0x50bc83 _ZN21AccelerantHWInterface16_CopyBackToFrontER7BRegion + 0xe3 |
17 | | (0x62d54068) 0x531e85 _ZN11HWInterface15CopyBackToFrontERK5BRect + 0x213 |
18 | | (0x62d54138) 0x52f890 _ZN11HWInterface10InvalidateERK5BRect + 0x2e |
19 | | (0x62d54158) 0x52a6f0 _ZN13DrawingEngine10FillRegionER7BRegionRK9rgb_color + 0x10a |
20 | | (0x62d541e8) 0x4bdb4b _ZN7Desktop14_SetBackgroundER7BRegion + 0xb3 |
21 | | (0x62d54248) 0x4c3387 _ZN7Desktop4InitEv + 0x2d1 |
22 | | (0x62d54318) 0x4b7806 _ZN9AppServer14_CreateDesktopEjPKc + 0x52 |
23 | | (0x62d54358) 0x4b7b77 _ZN9AppServer16_DispatchMessageElRN8BPrivate12LinkReceiverE + 0xf7 |
24 | | (0x62d543b8) 0x4cc6c1 _ZN13MessageLooper14_MessageLooperEv + 0xbb |
25 | | (0x62d54508) 0x4cc5ff _ZN13MessageLooper15_message_threadEPv + 0xf |
26 | | (0x62d54528) 0x4b77ac _ZN9AppServer9RunLooperEv + 0x34 |
27 | | (0x62d54548) 0x4b7fab main + 0x5e |
28 | | (0x62d54578) 0x4b6e3c _start + 0x50 |
29 | | (0x62d545b0) 0x1d6ef98 runtime_loader + 0x122 |
30 | | /dev/net/ipro1000/0: media change, media 0x20 quality 1000 speed 1000000000 |
31 | | vm_soft_fault: va 0xd3000000 not covered by area in address space |
32 | | vm_page_fault: vm_soft_fault returned error 'Bad address' on fault at 0xd3000000, ip 0x80091f9d, write 1, user 0, thread 0x14d |
33 | | }}} |
34 | | |
35 | | |
36 | | qemu command: |
37 | | {{{ |
38 | | qemu-system-i386 --usbdevice tablet -m 4096 -hda /dev/sdc --enable-kvm -smp 4 -serial stdio |
39 | | }}} |
40 | | |
41 | | OS: |
42 | | {{{ |
43 | | hrev46154 x86 (gcc4) |
44 | | }}} |
| 1 | EDIT: <unrelated page fault removed and copied to #2539> |