Bug 207725 - ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT => Abort: \_TZ.GETP; \_TZ.CHGZ._CRT - Intel(R) Xeon(R) CPU E3-1505M
Summary: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT => Abort: \_TZ.GETP; \_TZ.CHGZ._C...
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: ACPI
Classification: Unclassified
Component: ACPICA-Core (show other bugs)
Hardware: Intel Linux
: P1 blocking
Assignee: acpi_acpica-core@kernel-bugs.osdl.org
URL:
Keywords:
: 207727 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-05-13 07:58 UTC by linux4all
Modified: 2021-06-03 03:06 UTC (History)
2 users (show)

See Also:
Kernel Version: since 5.4.9 till 5.7.0-rc5
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
journal log; dsdt.dat; .config-5.7.0-rc5 (585.08 KB, text/plain)
2020-05-13 07:58 UTC, linux4all
Details
acpi dump with Bios version 1.34 from 2020.05.11 (62.11 KB, application/x-xz)
2020-07-03 07:25 UTC, linux4all
Details
acpidump 20210105 Bios version 1.37 (978.24 KB, text/plain)
2021-01-05 12:14 UTC, linux4all
Details

Description linux4all 2020-05-13 07:58:41 UTC
Created attachment 289107 [details]
journal log; dsdt.dat; .config-5.7.0-rc5

boot with nouveau module in initrd
syslog reports: systemd[1]: Startup finished
but video frozen on terminal

systemd-coredump[4106]: Process 4090 (sddm) of user 0 dumped core.
                                              
                                              Stack trace of thread 4090:
                                              #0  0x00007ff52356f520 raise (libc.so.6)
                                              #1  0x00007ff523570b01 abort (libc.so.6)
                                              #2  0x00007ff523f358a7 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5)
                                              #3  0x0000556a015a6718 _ZN4SDDM7Display5startEv (sddm)
                                              #4  0x0000556a015bff7a _ZN4SDDM4Seat13createDisplayEi (sddm)
                                              #5  0x0000556a015c01e0 _ZN4SDDM4SeatC2ERK7QStringP7QObject (sddm)
                                              #6  0x0000556a015c217f _ZN4SDDM11SeatManager10createSeatERK7QString (sddm)
                                              #7  0x0000556a015c2fd0 n/a (sddm)
                                              #8  0x00007ff5241584df _ZN11QMetaObject8activateEP7QObjectiiPPv (libQt5Core.so.5)
                                              #9  0x0000556a015c116f _ZN4SDDM10LogindSeat19canGraphicalChangedEb (sddm)
                                              #10 0x0000556a015c12ee n/a (sddm)
                                              #11 0x00007ff5241584df _ZN11QMetaObject8activateEP7QObjectiiPPv (libQt5Core.so.5)
                                              #12 0x00007ff525280dcf _ZN23QDBusPendingCallWatcher8finishedEPS_ (libQt5DBus.so.5)
                                              #13 0x00007ff524158f32 _ZN7QObject5eventEP6QEvent (libQt5Core.so.5)
                                              #14 0x00007ff524129751 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Co>
                                              #15 0x00007ff52412bedd _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThrea>
                                              #16 0x00007ff5241831b3 n/a (libQt5Core.so.5)
                                              #17 0x00007ff520564e87 g_main_context_dispatch (libglib-2.0.so.0)
                                              #18 0x00007ff520565230 n/a (libglib-2.0.so.0)
                                              #19 0x00007ff5205652bc g_main_context_iteration (libglib-2.0.so.0)
                                              #20 0x00007ff5241827df _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17Pr>
                                              #21 0x00007ff52412779a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.>
                                              #22 0x00007ff524130844 _ZN16QCoreApplication4execEv (libQt5Core.so.5)
                                              #23 0x0000556a015865c7 main (sddm)
                                              #24 0x00007ff52355a34a __libc_start_main (libc.so.6)
                                              #25 0x0000556a015868aa _start (sddm)
                                              
                                              Stack trace of thread 4091:
                                              #0  0x00007ff5236276db __poll (libc.so.6)
                                              #1  0x00007ff5205651a9 n/a (libglib-2.0.so.0)
                                              #2  0x00007ff5205652bc g_main_context_iteration (libglib-2.0.so.0)
                                              #3  0x00007ff5241827df _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17Pr>
                                              #4  0x00007ff52412779a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.>
                                              #5  0x00007ff523f45d4a _ZN7QThread4execEv (libQt5Core.so.5)
                                              #6  0x00007ff5252299e5 n/a (libQt5DBus.so.5)
                                              #7  0x00007ff523f4ac8d n/a (libQt5Core.so.5)
                                              #8  0x00007ff52331f4f9 start_thread (libpthread.so.0)
                                              #9  0x00007ff523631f2f __clone (libc.so.6)





magic sysrq shut down
Comment 1 Zhang Rui 2020-06-22 13:37:55 UTC
does the problem happen if you boot without the nouveau module?
Comment 2 Zhang Rui 2020-06-30 06:38:57 UTC
please attach the acpidump output.
Comment 3 linux4all 2020-07-03 07:25:46 UTC
Created attachment 290073 [details]
acpi dump with Bios version 1.34 from 2020.05.11

inital bios version for the bug report was 1.32 from 2020.01.07
new boot journals required?
Comment 4 linux4all 2020-07-03 07:26:49 UTC
(In reply to Zhang Rui from comment #1)
> does the problem happen if you boot without the nouveau module?

with and without
Comment 5 Zhang Rui 2020-11-19 11:51:42 UTC
Please don't use -b parameter, just run "acpidump > acpidump.out"
Comment 6 Zhang Rui 2021-01-03 14:55:59 UTC
bug closed as there is no response from the bug reporter.
please feel free to reopen it if the problem still exists in latest upstream kernel.
Comment 7 linux4all 2021-01-05 12:14:01 UTC
Created attachment 294507 [details]
acpidump 20210105 Bios version 1.37

acpidump without -b option
from 20210105
Bios version 1.37
Comment 8 Zhang Rui 2021-03-19 07:37:12 UTC
I'm confused about this bug report.
So is the problem about video frozen during boot?
or
"ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT => Abort: \_TZ.GETP; \_TZ.CHGZ._CRT"?

if it is the first one, I think you'd better file a bug at https://gitlab.freedesktop.org/ instead.
if it is the latter one, please attach the full dmesg output with the errors.
Comment 9 Zhang Rui 2021-03-19 07:38:15 UTC
*** Bug 207727 has been marked as a duplicate of this bug. ***
Comment 10 Zhang Rui 2021-06-03 03:06:43 UTC
Bug closed as there is no response from the bug reporter.
Please feel free to re-open it if the problem still exists in latest upstream kernel, and you can provide the information suggested at comment #8.

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