Date: Thu, 21 Jul 2022 15:52:37 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 265196] talos linux vms hang on reboot at the com ports, need to reboot the host to clear it up Message-ID: <bug-265196-27103-Fi6QerPYr9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265196-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-265196-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265196 --- Comment #22 from Chuck Tuffli <chuck@FreeBSD.org> --- The approach I've been using is let the VM boot, attach a debugger to the b= hyve process and then do the thing which causes the core dump (in your case, a reboot in/of the VM). E.g. $ sudo vm start u18-unh-00 Starting u18-unh-00 * found guest in /vms/u18-unh-00 * booting... $ ps waux|grep bhyve root 3430 33.3 0.0 4247640 29376 0 SC 18:23 0:02.56 bhyve: u18-unh-00 (bhyve) ctuffli 3441 0.0 0.0 12904 2616 0 S+ 18:23 0:00.00 grep bhyve $ sudo lldb (lldb) attach -p 3430 Process 3430 stopped --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265196-27103-Fi6QerPYr9>