All of lore.kernel.org
 help / color / mirror / Atom feed
From: "R.Nageswara Sastry" <nasastry@in.ibm.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1713434] Re: prom-env-test test aborted and core dumped
Date: Tue, 29 Aug 2017 13:35:43 -0000	[thread overview]
Message-ID: <150401374309.8320.13186786102532246784.malone@soybean.canonical.com> (raw)
In-Reply-To: 150391152035.18876.7874968547091336063.malonedeb@chaenomeles.canonical.com

On other machine with same OS and gcc level, it's working fine. Not getting what went wrong in the machine where I can re-produce this issue.
I guess this bug can be closed. Thank you.

  /ppc64/prom-env/pseries:

SLOF **********************************************************************
QEMU Starting
 Build Date = Jul 24 2017 15:15:46
 FW Version = git-89f519f09bf85091
 Press "s" to enter Open Firmware.

Populating /vdevice methods
Populating /vdevice/vty@71000000
Populating /vdevice/nvram@71000001
Populating /pci@800000020000000
(!) Executing code specified in nvramrc
 SLOF Setup = OK
PASS: tests/prom-env-test

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1713434

Title:
  prom-env-test test aborted and core dumped

Status in QEMU:
  In Progress

Bug description:
  On ppc64le architecture machine the following test case Aborted and
  Core dumped.

  # tests/prom-env-test --quiet --keep-going -m=quick --GTestLogFD=6
  **
  ERROR:tests/libqtest.c:628:qtest_get_arch: assertion failed: (qemu != NULL)
  Aborted (core dumped)

  Steps to re-produce:
  clone from the git
  configure & compile 
  run the unit tests by 'make check'

  (gdb) bt
  #0  0x00003fff9d60eff0 in raise () from /lib64/libc.so.6
  #1  0x00003fff9d61136c in abort () from /lib64/libc.so.6
  #2  0x00003fff9de1aa04 in g_assertion_message () from /lib64/libglib-2.0.so.0
  #3  0x00003fff9de1ab0c in g_assertion_message_expr () from /lib64/libglib-2.0.so.0
  #4  0x000000001000cc30 in qtest_get_arch () at tests/libqtest.c:628
  #5  0x00000000100048f0 in main (argc=5, argv=0x3ffff2145538) at tests/prom-env-test.c:82
  (gdb) i r
  r0             0xfa	250
  r1             0x3ffff2144d30	70368510627120
  r2             0x3fff9d7b9900	70367091333376
  r3             0x0	0
  r4             0x12a7	4775
  r5             0x6	6
  r6             0x8	8
  r7             0x1	1
  r8             0x0	0
  r9             0x0	0
  r10            0x0	0
  r11            0x0	0
  r12            0x0	0
  r13            0x3fff9dfa1950	70367099623760
  r14            0x0	0
  r15            0x0	0
  r16            0x0	0
  r17            0x0	0
  r18            0x0	0
  r19            0x0	0
  r20            0x0	0
  r21            0x0	0
  r22            0x0	0
  r23            0x0	0
  r24            0x0	0
  r25            0x0	0
  r26            0x0	0
  r27            0x100287f8	268601336
  r28            0x16841b40	377756480
  r29            0x4c	76
  r30            0x3ffff2144de8	70368510627304
  r31            0x6	6
  pc             0x3fff9d60eff0	0x3fff9d60eff0 <raise+96>
  msr            0x900000000280f033	10376293541503627315
  cr             0x42000842	1107298370
  lr             0x3fff9d61136c	0x3fff9d61136c <abort+396>
  ctr            0x0	0
  xer            0x0	0
  orig_r3        0x12a7	4775
  trap           0xc00	3072

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1713434/+subscriptions

  parent reply	other threads:[~2017-08-29 13:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-28  9:12 [Qemu-devel] [Bug 1713434] [NEW] prom-env-test test aborted and core dumped R.Nageswara Sastry
2017-08-28 10:02 ` [Qemu-devel] [Bug 1713434] " Thomas Huth
2017-08-28 10:21 ` R.Nageswara Sastry
2017-08-28 10:40 ` Thomas Huth
2017-08-28 13:38 ` R.Nageswara Sastry
2017-08-28 14:12 ` Thomas Huth
2017-08-28 14:47 ` R.Nageswara Sastry
2017-08-28 17:49 ` Thomas Huth
2017-08-29  4:08 ` R.Nageswara Sastry
2017-08-29  4:39 ` Thomas Huth
2017-08-29 11:53 ` R.Nageswara Sastry
2017-08-29 12:28 ` Thomas Huth
2017-08-29 12:57 ` R.Nageswara Sastry
2017-08-29 13:35 ` R.Nageswara Sastry [this message]
2017-08-29 14:03 ` Thomas Huth
2017-11-07  9:47 ` R.Nageswara Sastry
2017-11-07 10:12 ` Thomas Huth
2017-11-07 10:58 ` R.Nageswara Sastry
2017-11-07 12:16   ` Thomas Huth
2017-11-07 13:06 ` R.Nageswara Sastry
2017-11-07 13:48 ` R.Nageswara Sastry
2017-11-07 17:59 ` R.Nageswara Sastry
2017-11-07 20:04 ` R.Nageswara Sastry
2017-11-07 20:35 ` R.Nageswara Sastry
2017-11-08  9:57 ` R.Nageswara Sastry
2017-11-08 11:00 ` Thomas Huth
2017-12-15 15:50 ` Thomas Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=150401374309.8320.13186786102532246784.malone@soybean.canonical.com \
    --to=nasastry@in.ibm.com \
    --cc=1713434@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.