| Summary: | autotest.ltp: INFO: task msgctl10:18993 blocked for more than 120 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Amos Kong <akong> |
| Component: | qemu-kvm | Assignee: | Amos Kong <akong> |
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | CC: | ailan, ddutile, fyang, juzhang, lmr, mkenneth, tburke, virt-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-04 02:49:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Amos Kong
2011-04-11 04:45:16 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. (In reply to comment #0) > > How reproducible: > always > > Steps to Reproduce: > 1. Boot up a rhel6.1 guest > 2. Execute autotest.ltp test in guest > guest)# cd autotest > guest)# client/bin/autotest client/tests/ltp/control > > Actual results: > got some call trace The trace is harmless. > > Expected results: > test can pass. How the trace stops it from passing? > 2. qemu-kvm cmdline > > -m 2048 -smp 2,cores=1,threads=1,sockets=2 -cpu cpu64-rhel6,+sse2,+x2apic -vnc How much memory/cpus host has? (In reply to comment #4) > (In reply to comment #0) > > > > How reproducible: > > always > > > > Steps to Reproduce: > > 1. Boot up a rhel6.1 guest > > 2. Execute autotest.ltp test in guest > > guest)# cd autotest > > guest)# client/bin/autotest client/tests/ltp/control > > > > Actual results: > > got some call trace > The trace is harmless. So we can close this bug as NOTABUG. > > Expected results: > > test can pass. > How the trace stops it from passing? ltp test always timeout. > > 2. qemu-kvm cmdline > > > > > -m 2048 -smp 2,cores=1,threads=1,sockets=2 -cpu cpu64-rhel6,+sse2,+x2apic -vnc > How much memory/cpus host has? host memory: 4G host cpus: 4 (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #0) > > > > > > How reproducible: > > > always > > > > > > Steps to Reproduce: > > > 1. Boot up a rhel6.1 guest > > > 2. Execute autotest.ltp test in guest > > > guest)# cd autotest > > > guest)# client/bin/autotest client/tests/ltp/control > > > > > > Actual results: > > > got some call trace > > The trace is harmless. > > So we can close this bug as NOTABUG. If ltp test always timeouts then probably we can't. > > > > Expected results: > > > test can pass. > > How the trace stops it from passing? > > ltp test always timeout. HHave you tried to reproduce manually (without aoutotest)? > > > > 2. qemu-kvm cmdline > > > > > > > > -m 2048 -smp 2,cores=1,threads=1,sockets=2 -cpu cpu64-rhel6,+sse2,+x2apic -vnc > > How much memory/cpus host has? > > host memory: 4G > host cpus: 4 Is this the only guest on the host during the test? (In reply to comment #6) > (In reply to comment #5) > > > > How reproducible: > > > > always > > > > > > > > Steps to Reproduce: > > > > 1. Boot up a rhel6.1 guest > > > > 2. Execute autotest.ltp test in guest > > > > guest)# cd autotest > > > > guest)# client/bin/autotest client/tests/ltp/control > > > > > > > > Actual results: > > > > got some call trace > > > The trace is harmless. > > > > So we can close this bug as NOTABUG. > If ltp test always timeouts then probably we can't. > > > > > > > Expected results: > > > > test can pass. > > > How the trace stops it from passing? > > > > ltp test always timeout. > Have you tried to reproduce manually (without aoutotest)? No trace outputs in manual test. I also tested in the physical machine, system is very slow, but no call trace. > > > > 2. qemu-kvm cmdline > > > > > > > > > > > -m 2048 -smp 2,cores=1,threads=1,sockets=2 -cpu cpu64-rhel6,+sse2,+x2apic -vnc > > > How much memory/cpus host has? > > > > host memory: 4G > > host cpus: 4 > > Is this the only guest on the host during the test? Yes. Tested with latest qemu/kernel, the _harmless_ calltrace also exists because of heavy load. qemu-kvm-0.12.1.2-2.285.el6.x86_64 host/guest kernel: 2.6.32-262.el6.x86_64 --- client/tests/ltp is a client test in autotest upstream, there is not time limitation. In internal autotest, they added a new test autotest.ltp, and set the test timeout to 1000000 (11 days). and this test is not executed in routine testing. --- |