Bug 1086976 - [abrt] qemu-system-x86: portio_read(): qemu-system-i386 killed by SIGABRT
Summary: [abrt] qemu-system-x86: portio_read(): qemu-system-i386 killed by SIGABRT
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Virtualization Maintainers
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:f8828cf8e3a428baf87a7bee161...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-12 07:31 UTC by Chen_Min_Chin
Modified: 2023-09-14 02:06 UTC (History)
11 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-06-29 20:03:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (27.04 KB, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: cgroup (172 bytes, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: core_backtrace (12.12 KB, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: dso_list (13.81 KB, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: environ (3.12 KB, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: limits (1.29 KB, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: maps (68.01 KB, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: open_fds (1.15 KB, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: proc_pid_status (948 bytes, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details
File: var_log_messages (392 bytes, text/plain)
2014-04-12 07:32 UTC, Chen_Min_Chin
no flags Details

Description Chen_Min_Chin 2014-04-12 07:31:56 UTC
Description of problem:
1.run qemu-system-i386 with "-sound all" in CentOS5.
2.crash during booting CentOS5.

Version-Release number of selected component:
qemu-system-x86-1.6.2-1.fc20

Additional info:
reporter:       libreport-2.2.1
backtrace_rating: 4
cmdline:        qemu-system-i386 -enable-kvm -smp 2 -hda centOS5-vbox.vdi -vga qxl -m 1G -soundhw all -boot menu=on -spice port=5901,password=***
crash_function: portio_read
executable:     /usr/bin/qemu-system-i386
kernel:         3.13.9-200.fc20.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #4 portio_read at /usr/src/debug/qemu-1.6.2/ioport.c:176
 #5 memory_region_read_accessor at /usr/src/debug/qemu-1.6.2/memory.c:407
 #6 access_with_adjusted_size at /usr/src/debug/qemu-1.6.2/memory.c:477
 #7 memory_region_dispatch_read1 at /usr/src/debug/qemu-1.6.2/memory.c:944
 #8 memory_region_dispatch_read at /usr/src/debug/qemu-1.6.2/memory.c:966
 #9 io_mem_read at /usr/src/debug/qemu-1.6.2/memory.c:1742
 #10 address_space_rw at /usr/src/debug/qemu-1.6.2/exec.c:2009
 #11 address_space_read at /usr/src/debug/qemu-1.6.2/exec.c:2042
 #12 cpu_inw at /usr/src/debug/qemu-1.6.2/ioport.c:105
 #13 kvm_handle_io at /usr/src/debug/qemu-1.6.2/kvm-all.c:1508

Comment 1 Chen_Min_Chin 2014-04-12 07:32:01 UTC
Created attachment 885663 [details]
File: backtrace

Comment 2 Chen_Min_Chin 2014-04-12 07:32:03 UTC
Created attachment 885664 [details]
File: cgroup

Comment 3 Chen_Min_Chin 2014-04-12 07:32:05 UTC
Created attachment 885665 [details]
File: core_backtrace

Comment 4 Chen_Min_Chin 2014-04-12 07:32:07 UTC
Created attachment 885666 [details]
File: dso_list

Comment 5 Chen_Min_Chin 2014-04-12 07:32:09 UTC
Created attachment 885667 [details]
File: environ

Comment 6 Chen_Min_Chin 2014-04-12 07:32:13 UTC
Created attachment 885668 [details]
File: limits

Comment 7 Chen_Min_Chin 2014-04-12 07:32:15 UTC
Created attachment 885669 [details]
File: maps

Comment 8 Chen_Min_Chin 2014-04-12 07:32:17 UTC
Created attachment 885670 [details]
File: open_fds

Comment 9 Chen_Min_Chin 2014-04-12 07:32:19 UTC
Created attachment 885671 [details]
File: proc_pid_status

Comment 10 Chen_Min_Chin 2014-04-12 07:32:21 UTC
Created attachment 885672 [details]
File: var_log_messages

Comment 11 Cole Robinson 2014-04-15 19:31:54 UTC
Hmm, doesn't seem to reproduce here with x86 kvm.

Is this regularly reproducible for you?

If so, you can see the output of 'qemu-system-i386 -soundhw' and try each soundcard until you find the out that causes the crash?

Also, would be interesting to know if qemu from fedora-virt-preview reproduces the issue as well:

https://fedoraproject.org/wiki/Virtualization_Preview_Repository

Comment 12 Chen_Min_Chin 2014-04-17 01:29:24 UTC
(In reply to Cole Robinson from comment #11)
> Hmm, doesn't seem to reproduce here with x86 kvm.
> 
> Is this regularly reproducible for you?
> 
> If so, you can see the output of 'qemu-system-i386 -soundhw' and try each
> soundcard until you find the out that causes the crash?
> 
> Also, would be interesting to know if qemu from fedora-virt-preview
> reproduces the issue as well:
> 
> https://fedoraproject.org/wiki/Virtualization_Preview_Repository

I think thar I am using regularly reproducible.
If I replace '-soundhw all' with '-device AC97', then it will work well.

Below is soundcard list I tested.
ac97        Intel 82801AA AC97 Audio
adlib       Yamaha YM3812 (OPL2)
cs4231a     CS4231A
es1370      ENSONIQ AudioPCI ES1370
gus         Gravis Ultrasound GF1
hda         Intel HD Audio
pcspk       PC speaker
sb16        Creative Sound Blaster 16

Finally, I found with gus soundcard will cause centso5 crash.

Comment 13 Cole Robinson 2014-04-17 20:30:22 UTC
Can you try the virt preview repository? Install it, sudo yum update qemu-system-i386, and try to reproduce the issue.

Comment 14 Chen_Min_Chin 2014-04-21 13:40:02 UTC
I have try the virt preview repository.
But it still crash.
And show the error message 'qemu-system-i386: /builddir/build/BUILD/qemu-2.0.0/ioport.c:182: portio_read: Assertion `mrp' failed.'

Comment 15 Chen_Min_Chin 2014-04-21 13:41:39 UTC
(In reply to Cole Robinson from comment #13)
> Can you try the virt preview repository? Install it, sudo yum update
> qemu-system-i386, and try to reproduce the issue.

I have try the virt preview repository.
But it still crash.
And show the error message 'qemu-system-i386: /builddir/build/BUILD/qemu-2.0.0/ioport.c:182: portio_read: Assertion `mrp' failed.'

Comment 16 Fedora End Of Life 2015-05-29 11:32:52 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 17 Cole Robinson 2015-05-31 19:31:52 UTC
 Chen_Min_Chin does this still reproduce on F22?

Comment 18 Fedora End Of Life 2015-06-29 20:03:20 UTC
Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 19 Red Hat Bugzilla 2023-09-14 02:06:15 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.