On 19/03/13 15:48, Kapetanakis Giannis wrote:

I got another one today when I tried again with current.
On the same machine I got:

kernel: type 265 trap, code=0
Stopped at      0x104208:

The the serial was blocked so I couldn't get trace.

On another machine I got:

ddb> s
kernel: privileged instruction fault trap, code=0
Stopped at      0x31a:
ddb> trace
(null)() at 0x31a
com_common_putc() at com_common_putc+0x83
cnputc() at cnputc+0x2a
db_putchar() at db_putchar+0xfd
kprintf() at kprintf+0x162
db_printf() at db_printf+0x7a
kdbprinttrap() at kdbprinttrap+0x24
kdb_trap() at kdb_trap+0x11d
trap() at trap+0x11d
--- trap (number 1632641138) ---
end of kernel
end trace frame: 0x4b866d88ed08c, count: -9
0x6f77737361506465:

These last 2 above where produced with wrong config (syncdev vlan instead of enc0)

Anyway with the correct syncdev enc0 again:
ddb> s
Stopped at      pool_do_get+0x1cd:      jnz     pool_do_get+0x336

ddb> trace
pool_do_get(d0ab8c80,2,0,d8cf6000,0) at pool_do_get+0x1cd
pool_get(d0ab8c80,2,0,d80b0300,14) at pool_get+0x47
m_get(2,1,1,d80b0300,d80b0300) at m_get+0x3c
m_prepend(d80b0300,14,2,f5303b38,11e30) at m_prepend+0x53
ipip_output(d80b0300,d3167400,f5303b80,0,0) at ipip_output+0x1e2
ipsp_process_packet(d80b0300,d3167400,2,0,0) at ipsp_process_packet+0x178
ip_output(d80b0300,0,0,2,d3124374) at ip_output+0xe28
pfsync_sendout(0,f5303d26,0,d80b0200,d3167400) at pfsync_sendout+0x450
pfsync_update_tdb(d3167400,1,4,2,d80b0100) at pfsync_update_tdb+0x125
esp_output(d80b0100,d3167400,0,14,9) at esp_output+0x3ac
ipsp_process_packet(d80b0000,d3167400,2,0,0) at ipsp_process_packet+0x21d
ip_output(d80b0000,0,0,2,d3124374) at ip_output+0xe28
pfsync_sendout(0,f5303f56,0,d80b4f00,d3167400) at pfsync_sendout+0x450
pfsync_update_tdb(d3167400,1,4,2,d80b4e00) at pfsync_update_tdb+0x125
esp_output(d80b4e00,d3167400,0,14,9) at esp_output+0x3ac
ipsp_process_packet(d80b4d00,d3167400,2,0,0) at ipsp_process_packet+0x21d
ip_output(d80b4d00,0,0,2,d3124374) at ip_output+0xe28
pfsync_sendout(0,f5304186,0,d80b4c00,d3167400) at pfsync_sendout+0x450
pfsync_update_tdb(d3167400,1,4,2,d80b4b00) at pfsync_update_tdb+0x125
esp_output(d80b4b00,d3167400,0,14,9) at esp_output+0x3ac
ipsp_process_packet(d80b4a00,d3167400,2,0,0) at ipsp_process_packet+0x21d
ip_output(d80b4a00,0,0,2,d3124374) at ip_output+0xe28
...
...

And a different one:

ddb> s
uvm_fault(0xd0a52660, 0x0, 0, 1) -> e
kernel: page fault trap, code=0
Stopped at      m_cluncount+0x1a:       movzwl  0x12(%edx),%eax

ddb> trace
m_cluncount(d8c82400,1,0,2570000,545deee8) at m_cluncount+0x1a
ether_input(d2e8e030,0,d8c82400,7fe,2) at ether_input+0x2b
bge_rxeof(d2e8e000,d2e8ba80,12000,50,5) at bge_rxeof+0x1c2
bge_intr(d2e8e000) at bge_intr+0x15a
Xintr_ioapic2() at Xintr_ioapic2+0x69
--- interrupt ---
cpu_idle_cycle(d0b0e7c0) at cpu_idle_cycle+0xf
Bad frame pointer: 0xd0bc9e28

Giannis

Reply via email to