Bug 5392
Summary: | Copying the RefOf reference to Named object spoils that reference | ||
---|---|---|---|
Product: | ACPI | Reporter: | Valery A Podrezov (Valery.A.Podrezov) |
Component: | ACPICA-Core | Assignee: | Valery A Podrezov (Valery.A.Podrezov) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | ASL code to reproduce bug. |
Description
Valery A Podrezov
2005-10-07 08:20:13 UTC
Created attachment 6254 [details]
ASL code to reproduce bug.
Two the same methods are represented by demo.
The only that differs Method m001 from method m000
is that RefOf reference in m001 is copied to Named
object but not to LocalX as it is in m000. Method
m001 unexpectedly causes exception.
INTERNAL BUG NUMBER
128
The patch proposed to bug 5360 does fixing this bug too (see comment to 5360). Released in ACPICA version 20060210 ACPICA 20060608 shipped in Linux-2.6.17-git9, closed. |