On Sat, 11 Jul 2020 at 20:37, Michael Tokarev <m...@tls.msk.ru> wrote:
>
> 10.07.2020 17:29, 小太 wrote:
> > Package: qemu-system-x86
> > Version: 1:5.0-5
> > Severity: important
> >
> > I upgraded my qemu-system-x86 from 1:5.0-5 to 1:5.0-6 today (since it was 
> > just
> > migrated to testing).
> >
> > After upgrading, trying to boot a Xen HVM DomU (in this case named 
> > "windows")
> > crashes immediately, with the following logs in /var/log/xen/xl-windows.log:
>
> Can you see where exactly it is failing, can you get a backtrace for it?

I'm not sure where it's failing - running qemu under gdb results in it
receiving a SIGHUP, after xl has claimed the domain has exited.
Starting the domain as paused and attaching to it shows the memory as
empty, and then unpausing the domain immediately exits it (despite gdb
paused on the first instruction).

Perhaps it's somewhere in Xen code? Though I don't really know how to
debug Xen itself (xl dmesg doesn't show anything unusual).
Maybe it's something better suited for a Xen dev to debug?

>
> There's no changes in 5.0-6 (compared to 5.0-5) which are related to xen.
> However there is a significant change in the toolchain, I wonder if this
> might be related.. With this in mind, I wonder if compiling 5.0-5 with
> current toolchain will make any difference, in this case if it will make
> the same issue to pop up in 5.0-5 too.
>
> Thanks!
>
> /mjt

Reply via email to