bhyve Core Dump - help?

Status
Not open for further replies.

Nick Longo

Dabbler
Joined
Jan 30, 2015
Messages
17
I updated to FreeNAS 11 from Freenas 9.10 yesterday. I did an upgrade via an iso image. Everything from my old configuration is up and running.

I'm trying to install my first VM.
My host details
Build FreeNAS-11.0-U1 (aa82cc58d)
Platform AMD FX(tm)-8350 Eight-Core Processor
Memory 32630MB

VM is currently configured:
NIC (Default), VNC (Default), CDROM (ubuntu-server ISO image), Disk (40 GiB volume, AHCI)

Note: the following issue occurs regardless of whether I include a CDROM device or set the Disk or NIC to "VirtIO"

When I start the VM I see messages indicating the creation of the tap and it being up. As soon as a I try and connect via VNC I get a message that byve core dumped on signal 6 (Abort) and the Tap changes state to DOWN.

I changed the VNC setting where I turned OFF the "Wait for Boot". When I do this and try to start the VM I get the following
  • Message appears at top of FreeNAS GUI that VM Started
  • State though of VM on the VM Tap remains "STOPPED"
  • Clicking on the console messages at the bottom of the GUI stops updating/refreshing. Even clicking on it for a bigger screen, it opens but stuck at "Loading"
I have been trying to figure out how to download the symbols to be able to back trace the core dump. I saw a post in here but the link to a bug report is broken. Below is the current output of the core back trace - don't believe it helps much.

Code:
GNU gdb (GDB) 7.11.1 [GDB v7.11.1 for FreeBSD]
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-portbld-freebsd11.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
[New LWP 102309]
[New LWP 101474]
[New LWP 101282]
[New LWP 101495]
[New LWP 102252]
[New LWP 102259]
[New LWP 102262]
[New LWP 102264]
[New LWP 102270]
[New LWP 102271]
[New LWP 102272]
[New LWP 102275]
[New LWP 102285]
[New LWP 102287]
[New LWP 102288]
[New LWP 102293]
[New LWP 102297]
[New LWP 102298]
[New LWP 102301]
[New LWP 102303]

warning: Unexpected size of section `.reg-xstate/102309' in core file.
Core was generated by `bhyve: UbuntuTEst'.
Program terminated with signal SIGABRT, Aborted.

warning: Unexpected size of section `.reg-xstate/102309' in core file.
#0  0x00000008011a4d0a in ?? ()
[Current thread is 1 (LWP 102309)]
(gdb) bt
#0  0x00000008011a4d0a in ?? ()
#1  0x00000008011a4cd4 in ?? ()
#2  0x0000000000018fa5 in ?? ()
#3  0xbd09df0e5775ce98 in ?? ()
#4  0x00007fffddbebec4 in ?? ()
#5  0x0000000801a74400 in ?? ()
#6  0x00007fffddbebee0 in ?? ()
#7  0x00000008011a4c49 in ?? ()
#8  0xbd09df0e5775ce98 in ?? ()
#9  0x0000000000000000 in ?? ()
(gdb)



Would love some help or insight where to look next.
Thank you
 
D

dlavigne

Guest
What was the bug number (it is most likely set to private)?
 

Nick Longo

Dabbler
Joined
Jan 30, 2015
Messages
17
Last edited:
D

dlavigne

Guest
Weird that that location had a bhyve thread as Corral didn't use bhyve...

wrt your issue, please create a bug report at bugs.freenas.org that includes a debug (System -> Advanced -> Save Debug) and post the issue number here. Note that your report will be private (not visible to others) until a dev has had a chance to review the debug.
 
Status
Not open for further replies.
Top