| Summary: | Fatal trap 12 in counter_u64_zero_one_cpu | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Jimmy Olgeni <olgeni> | ||||
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed Overcome By Events | ||||||
| Severity: | Affects Only Me | CC: | kib, op | ||||
| Priority: | --- | ||||||
| Version: | 10.1-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jimmy Olgeni
2015-05-26 20:02:23 UTC
Found another traceback, this time I have a core file.
(kgdb) bt
#0 doadump (textdump=1) at pcpu.h:219
#1 0xffffffff8095e3c7 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:452
#2 0xffffffff8095e810 in panic (fmt=<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:759
#3 0xffffffff80d84b5f in trap_fatal (frame=<value optimized out>, eva=<value optimized out>) at /usr/src/sys/amd64/amd64/trap.c:857
#4 0xffffffff80d84e5d in trap_pfault (frame=0xfffffe046a6f44c0, usermode=<value optimized out>)
at /usr/src/sys/amd64/amd64/trap.c:674
#5 0xffffffff80d844da in trap (frame=0xfffffe046a6f44c0) at /usr/src/sys/amd64/amd64/trap.c:440
#6 0xffffffff80d69ce2 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:236
#7 0xffffffff80997b8a in counter_u64_zero_one_cpu (arg=0x0) at counter.h:65
#8 0xffffffff809a86fc in smp_rendezvous_action () at /usr/src/sys/kern/subr_smp.c:439
#9 0xffffffff80d6b0f9 in Xrendezvous () at apic_vector.S:295
#10 0xffffffff80d7c965 in pmap_remove_pages (pmap=0xfffff803866f3cd8) at /usr/src/sys/amd64/amd64/pmap.c:5355
#11 0xffffffff80c0c32c in vmspace_exit (td=0xfffff80159723000) at /usr/src/sys/vm/vm_map.c:408
#12 0xffffffff8092182f in exit1 (td=0xfffff80159723000, rv=<value optimized out>) at /usr/src/sys/kern/kern_exit.c:385
#13 0xffffffff80961ca5 in sigexit (td=0xfffff80159723000, sig=10) at /usr/src/sys/kern/kern_sig.c:2969
#14 0xffffffff80962546 in postsig (sig=<value optimized out>) at /usr/src/sys/kern/kern_sig.c:2872
#15 0xffffffff809acbf7 in ast (framep=<value optimized out>) at /usr/src/sys/kern/subr_trap.c:271
#16 0xffffffff80d6b139 in doreti_ast () at /usr/src/sys/amd64/amd64/exception.S:682
#17 0x000000081c1c1928 in ?? ()
#18 0x0000000818f0bd60 in ?? ()
#19 0x000000081e429450 in ?? ()
#20 0x0000000000000528 in ?? ()
#21 0xfffffffffd279e98 in ?? ()
#22 0x0000000821b23110 in ?? ()
#23 0x5a5a5a5a5a5a5a5a in ?? ()
#24 0x0000000000000008 in ?? ()
#25 0x0000000801dd1780 in ?? ()
#26 0x0000000000000000 in ?? ()
Current language: auto; currently minimal
I never saw this again. I'll open a new PR if anything new happens on more recent versions. |