| Summary: | Bhyve crashes, won't start | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Nathan <ndowens04> |
| Component: | bhyve | Assignee: | freebsd-virtualization (Nobody) <virtualization> |
| Status: | Closed DUPLICATE | ||
| Severity: | Affects Only Me | CC: | afedorov, andrey, jkim |
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Nathan
2019-10-21 20:10:09 UTC
Confirm, tested r353887 and r354013, freebsd and linux bhyve guests
lldb -c /bhyve.core /usr/sbin/bhyve
(lldb) target create "/usr/sbin/bhyve" --core "/bhyve.core"
Core file '/bhyve.core' (x86_64) was loaded.
(lldb) bt
* thread #1, name = 'bhyve', stop reason = signal SIGABRT
* frame #0: 0x00000008007fa50a libc.so.7`__sys_thr_kill at thr_kill.S:4
frame #1: 0x00000008007f9eb4 libc.so.7`__raise(s=6) at raise.c:52:10
frame #2: 0x000000080076de39 libc.so.7`abort at abort.c:67:8
frame #3: 0x00000008007e8131 libc.so.7`__assert(func=<unavailable>, file=<unavailable>, line=<unavailable>, failedexpr=<unavailable>) at assert.c:51:2
frame #4: 0x000000000021fb42 bhyve`main(argc=<unavailable>, argv=<unavailable>) at bhyverun.c:1190:3
frame #5: 0x000000000021b10f bhyve`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1.c:76:7
(lldb) quit
*** This bug has been marked as a duplicate of bug 241467 *** |