Mailinglist Archive: opensuse-bugs (4060 mails)

< Previous Next >
[Bug 623393] hard lock at boot with acpi on acer aspire 1310

https://bugzilla.novell.com/show_bug.cgi?id=623393

https://bugzilla.novell.com/show_bug.cgi?id=623393#c31


--- Comment #31 from Markus Kohm <jabber@xxxxxxx> 2011-01-28 07:48:37 UTC ---
(In reply to comment #29)
Function acpi_init_one_device does not exist, there only is
acpi_ns_init_one_device in drivers/acpi/acpica/nsinit.c

If you would have attached a real diff

Sorry. Done (see comment #30).

Anyway, if it's really this, something might go wrong when the _STA or _INI
function of the affected device is called...

If it's really this function you could also place a debug print at the
beginning like at the end:
ACPI_EXCEPTION((AE_INFO, status, "during %s._INI"
"execution",scope_name));
then we would know which device exactly is no. 35.

scope_name is not defined at the begin of acpi_ns_init_one_device. It will be
defined at the function some lines after

status = acpi_ns_evaluate(info);

but it never returns from acpi_ns_evaluate of 35th call of
acpi_ns_init_one_device (see comment #27).

The calls of _STA and _INI function are before this line.

Because of this, I don't know how to provide the needed info.

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >