Bug 6151
Summary: | The ASLTS test b129 falls into an infinitive loop in a 32-bit slack mode | ||
---|---|---|---|
Product: | ACPI | Reporter: | Valery A Podrezov (Valery.A.Podrezov) |
Component: | ACPICA-Core | Assignee: | Robert Moore (Robert.Moore) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
AML code to reproduce bug (infinite loop)
Proposed patch |
Description
Valery A Podrezov
2006-03-02 07:08:26 UTC
Created attachment 7497 [details]
AML code to reproduce bug (infinite loop)
AML code of ASLTS test b129 to reproduce bug (infinite loop).
Created attachment 7498 [details]
Proposed patch
The ASLTS testing in a slack mode is blocked because
of this bug - the ACPICA AML Interpreter falls into an
infinitive loop on b129 test attached.
The root cause (similar to 6028) is an invalid
non-zero value of some pointer in FAILURE case.
The patch sets that pointer to NULL in FAILURE case.
INTERNAL BUG NUMBER
202
Patch integrated into version 20060310 ACPICA 20060608 shipped in Linux-2.6.17-git9, closed. |