qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda
@ 2012-02-24  5:49 Gerhard Wiesinger
  2012-02-24  5:51 ` Roy Tam
  2012-02-24  8:34 ` Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Gerhard Wiesinger @ 2012-02-24  5:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

Hi,

I'm getting coredumps:
#0  qemu_opt_find (opts=0x0, name=0x7f18e8c833db "kernel") at qemu-option.c:535
535         QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) {

I bisected it down to the following commit:
a0abe474d587499a1553372c1692811f81fd3eda is the first bad commit
commit a0abe474d587499a1553372c1692811f81fd3eda
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Wed Feb 8 05:41:39 2012 +0000

     Make kernel, initrd and append be machine_opts

     Make kernel, initrd, append be machine opts (ie -machine kernel=foo)
     with the old plain command line arguments as legacy/convenience
     equivalents.

     Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
     Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

:100644 100644 c9763e0b93804b59220ea767fe9b020613074a78 7d9da787c72de4eb70cc17b09c3f75802d99ff3f M      qemu-config.c
:100644 100644 5549fcd41bb04ce86b88bd57178e4dbc010cded8 7a8cc081de036fd22edeba1297ca6719420af7a2 M      vl.c

Reverting commit and core dump has gone:
git log -u -n1 a0abe474d587499a1553372c1692811f81fd3eda
git log -u -n1 a0abe474d587499a1553372c1692811f81fd3eda > core.patch
patch -p1 -R < core.patch

Please fix it ASAP.

Ciao,
Gehard

--
http://www.wiesinger.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda
  2012-02-24  5:49 [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda Gerhard Wiesinger
@ 2012-02-24  5:51 ` Roy Tam
  2012-02-24  8:34 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Roy Tam @ 2012-02-24  5:51 UTC (permalink / raw)
  To: Gerhard Wiesinger; +Cc: Peter Maydell, qemu-devel

Hi,

2012/2/24 Gerhard Wiesinger <lists@wiesinger.com>:
> Hi,
>
> I'm getting coredumps:
> #0  qemu_opt_find (opts=0x0, name=0x7f18e8c833db "kernel") at
> qemu-option.c:535
> 535         QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) {
>
> I bisected it down to the following commit:
> a0abe474d587499a1553372c1692811f81fd3eda is the first bad commit
> commit a0abe474d587499a1553372c1692811f81fd3eda
> Author: Peter Maydell <peter.maydell@linaro.org>
> Date:   Wed Feb 8 05:41:39 2012 +0000
>
>    Make kernel, initrd and append be machine_opts
>
>    Make kernel, initrd, append be machine opts (ie -machine kernel=foo)
>    with the old plain command line arguments as legacy/convenience
>    equivalents.
>
>    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
>
> :100644 100644 c9763e0b93804b59220ea767fe9b020613074a78
> 7d9da787c72de4eb70cc17b09c3f75802d99ff3f M      qemu-config.c
> :100644 100644 5549fcd41bb04ce86b88bd57178e4dbc010cded8
> 7a8cc081de036fd22edeba1297ca6719420af7a2 M      vl.c
>
> Reverting commit and core dump has gone:
> git log -u -n1 a0abe474d587499a1553372c1692811f81fd3eda
> git log -u -n1 a0abe474d587499a1553372c1692811f81fd3eda > core.patch
> patch -p1 -R < core.patch
>
> Please fix it ASAP.
>

A quick fix was posted in launchpad.
https://bugs.launchpad.net/bugs/939995

> Ciao,
> Gehard
>
> --
> http://www.wiesinger.com/
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda
  2012-02-24  5:49 [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda Gerhard Wiesinger
  2012-02-24  5:51 ` Roy Tam
@ 2012-02-24  8:34 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2012-02-24  8:34 UTC (permalink / raw)
  To: Gerhard Wiesinger; +Cc: qemu-devel

On 24 February 2012 05:49, Gerhard Wiesinger <lists@wiesinger.com> wrote:
> I'm getting coredumps:
> #0  qemu_opt_find (opts=0x0, name=0x7f18e8c833db "kernel") at
> qemu-option.c:535
> 535         QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) {
>

Yeah, I posted a fix for this on Tuesday:
http://patchwork.ozlabs.org/patch/142548/

Sorry for the inconvenience.

-- PMM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-24  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24  5:49 [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda Gerhard Wiesinger
2012-02-24  5:51 ` Roy Tam
2012-02-24  8:34 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).