panic when loading mlxen

2018-02-02 Thread Daniel Braniss
with latest stable (r328769) when I have
mlxen_load=“YES”
in my loader.conf it panics:

KDB: debugger backends: ddbsize 0x4638 at 0x22d6000 
f
KDB: current backend: ddb
Copyright (c) 1992-2018 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 11.1-STABLE #18: Fri Feb  2 10:46:12 IST 2018
   danny@pe-44:/home/obj/pe-44/net/rnd/r+d/stable/11/sys/HUJI amd64
FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM 
5.0.1)
VT(vga): resolution 640x480
CPU: Intel(R) Xeon(R) CPU   E5507  @ 2.27GHz (2261.04-MHz K8-class CPU)
 Origin="GenuineIntel"  Id=0x106a5  Family=0x6  Model=0x1a  Stepping=5
 Features=0xbfebfbff
 Features2=0x9ce3bd
 AMD Features=0x28100800
 AMD Features2=0x1
 VT-x: PAT,HLT,MTF,PAUSE,EPT,VPID
 TSC: P-state invariant, performance statistics
real memory  = 25769803776 (24576 MB)
avail memory = 24931561472 (23776 MB)
Event timer "LAPIC" quality 100
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 2 package(s) x 4 core(s)
ioapic1: Changing APIC ID to 1
ioapic0  irqs 0-23 on motherboard
ioapic1  irqs 32-55 on motherboard


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 10
fault virtual address   = 0x1818
fault code  = supervisor write data, page not present
instruction pointer = 0x20:0x80ad427f
stack pointer   = 0x28:0x822e3be0
frame pointer   = 0x28:0x822e3c30
code segment= base 0x0, limit 0xf, type 0x1b
   = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 0 (swapper)
[ thread pid 0 tid 10 ]
Stopped at  taskqgroup_attach_cpu+0x4f: lock cmpxchgq   %r12,(%rdi)
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 11.1-release - verbose boot causes the machine to restart

2018-02-02 Thread Torfinn Ingolfsen
On Wed, 31 Jan 2018 16:41:55 -0600
Adam Vande More  wrote:

> On Wed, Jan 31, 2018 at 3:58 PM, Torfinn Ingolfsen <
> torfinn.ingolf...@getmail.no> wrote:
> 
> > Ok, this I haven't seen before.
> > I just installed FreeBSD 11.1-release on a quite new machine[1]. The
> > machine is an ASRock BeeBox-S 7100U, a quite "normal" NUC-form machine with
> > a i3-7100U (Kaby Lake) and an internal SSD.
> > Installation went great (I only had to manually copy /boot/boot1.efi to
> > the correct EFI partition. Yes - there are other operating systems on the
> > internal SSD), and the machine boots and works normally.
> >
> > However, if I select verbose boot from the boot menu, the kernel starts
> > spitting out kernel messages and after a while the machine restarts.
> > Afterwards (after a normal boot) there is no sign of this unusal activity
> > either in dmesg output, /var/log/messages or /var/crash.
> >
> > Is this something developers want to know more about? If so, pointers on
> > howe to debug this further is appreciated.
> > Details (including dmesg outpuyt from a normal boot) on the FreeBSD
> > page[2] of this machine.
> >
> > References:
> > 1) https://sites.google.com/site/tingox/asrock_beebox-s_7100u
> > 2) https://sites.google.com/site/tingox/asrock_beebox-s_7100u_fbsd
> >
> >
> Is it a panic reboot? 

I don't think so - there are no indications of that.
-- 
Torfinn Ingolfsen 
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: panic when loading mlxen

2018-02-02 Thread K. Macy
That's odd since it doesn't use any of taskqgroup stuff. I take it you
can't get a core?

Also, why are you loading it in loader.conf (slower) as opposed to rc.conf?
-M



On Fri, Feb 2, 2018 at 4:46 AM, Daniel Braniss  wrote:
> with latest stable (r328769) when I have
> mlxen_load=“YES”
> in my loader.conf it panics:
>
> KDB: debugger backends: ddbsize 0x4638 at 0x22d6000   
>   f
> KDB: current backend: ddb
> Copyright (c) 1992-2018 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
>The Regents of the University of California. All rights reserved.
> FreeBSD is a registered trademark of The FreeBSD Foundation.
> FreeBSD 11.1-STABLE #18: Fri Feb  2 10:46:12 IST 2018
>danny@pe-44:/home/obj/pe-44/net/rnd/r+d/stable/11/sys/HUJI amd64
> FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM 
> 5.0.1)
> VT(vga): resolution 640x480
> CPU: Intel(R) Xeon(R) CPU   E5507  @ 2.27GHz (2261.04-MHz K8-class 
> CPU)
>  Origin="GenuineIntel"  Id=0x106a5  Family=0x6  Model=0x1a  Stepping=5
>  
> Features=0xbfebfbff
>  
> Features2=0x9ce3bd
>  AMD Features=0x28100800
>  AMD Features2=0x1
>  VT-x: PAT,HLT,MTF,PAUSE,EPT,VPID
>  TSC: P-state invariant, performance statistics
> real memory  = 25769803776 (24576 MB)
> avail memory = 24931561472 (23776 MB)
> Event timer "LAPIC" quality 100
> ACPI APIC Table: 
> FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
> FreeBSD/SMP: 2 package(s) x 4 core(s)
> ioapic1: Changing APIC ID to 1
> ioapic0  irqs 0-23 on motherboard
> ioapic1  irqs 32-55 on motherboard
>
>
> Fatal trap 12: page fault while in kernel mode
> cpuid = 0; apic id = 10
> fault virtual address   = 0x1818
> fault code  = supervisor write data, page not present
> instruction pointer = 0x20:0x80ad427f
> stack pointer   = 0x28:0x822e3be0
> frame pointer   = 0x28:0x822e3c30
> code segment= base 0x0, limit 0xf, type 0x1b
>= DPL 0, pres 1, long 1, def32 0, gran 1
> processor eflags= interrupt enabled, resume, IOPL = 0
> current process = 0 (swapper)
> [ thread pid 0 tid 10 ]
> Stopped at  taskqgroup_attach_cpu+0x4f: lock cmpxchgq   %r12,(%rdi)
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


random 11.1 boot panic

2018-02-02 Thread Daniel Braniss
this has been happening randomly for some time now,
…
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray ]
Stopped at  vga_bitblt_one_text_pixels_block+0x13e: movl(%rax,%r13,4),%d
db> bt
Tracing pid 4 tid 100042 td 0xf8000a4f2620
vga_bitblt_one_text_pixels_block() at vga_bitblt_one_text_pixels_block+0x13e/fr0
vga_bitblt_text() at vga_bitblt_text+0xc0/frame 0xfe05d950f160
vt_flush() at vt_flush+0x38f/frame 0xfe05d950f1b0
termcn_cnputc() at termcn_cnputc+0xbe/frame 0xfe05d950f1e0
cnputc() at cnputc+0x181/frame 0xfe05d950f210
cnputs() at cnputs+0x78/frame 0xfe05d950f230
putchar() at putchar+0x14d/frame 0xfe05d950f2b0
kvprintf() at kvprintf+0x113d/frame 0xfe05d950f3b0
vprintf() at vprintf+0x84/frame 0xfe05d950f500
printf() at printf+0x43/frame 0xfe05d950f560
cddone() at cddone+0x210/frame 0xfe05d950fb20
xpt_done_process() at xpt_done_process+0x697/frame 0xfe05d950fb60
xpt_done_td() at xpt_done_td+0x196/frame 0xfe05d950fbb0
fork_exit() at fork_exit+0x82/frame 0xfe05d950fbf0
fork_trampoline() at fork_trampoline+0xe/frame 0xfe05d950fbf0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
db>

danny

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"