-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EmulatorPkg IA32 Segfault in late Dxe (Bugzilla Bug 2668) #8458
Comments
Comment 12150Date: 2020-04-08 12:18:55 +0000
After getting IA32 to build on Ubuntu 18.04 it now segfaults when trying to run. It fails in late DXE which is different than https://bugzilla.tianocore.org/show_bug.cgi?id=2639. Maybe I am missing some graphics configuration because i am using a headless VM but regardless this should not cause Segmentation fault. Azure Pipeline run here (build and boot logs as artifacts): https://dev.azure.com/tianocore/edk2-ci-play/_build/results?buildId=5555&view=logs&j=340bd6f2-95b1-514a-e5d4-c88ff61ededb&t=2f930dd8-d4fd-573a-2635-738b56f3c93e Boot Log ends like INFO - [BdsDxe] Locate Variable Lock protocol - Success |
Comment 12214Date: 2020-04-14 21:40:22 +0000 Guomin: please check it. |
Comment 12408Date: 2020-05-05 23:19:30 +0000 Sorry for replying it till now, i will check it this week. |
Comment 12472Date: 2020-05-11 00:46:07 +0000 I am afraid that i have no time for it until August. |
Comment 13043Date: 2020-07-05 11:09:25 +0000 Disabling compiler optimizations worked around this issue for me (although my crash was elsewhere). This link mentions the workaround: https://edk2.groups.io/g/discuss/topic/67981202#76 I added -O0 as shown below and it loaded properly. !include NetworkPkg/Network.dsc.inc [BuildOptions] Disable deprecated APIs.__*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -O0 |
Comment 13283Date: 2020-07-31 20:38:28 +0000 (In reply to Brian Delgado from comment #4) It is no helpful, but still thank yo. |
Comment 18353Date: 2022-02-14 01:51:17 +0000 Will check it. |
Comment 18421Date: 2022-02-21 22:42:48 +0000 sent change https://edk2.groups.io/g/devel/message/86842 for review Thanks |
Comment 18471Date: 2022-03-01 00:14:51 +0000 Sent change for review: [edk2-devel] [PATCH 0/2] Avoid Emulator Segmentation fault: https://edk2.groups.io/g/devel/message/86842 [edk2-devel] [PATCH 1/2] MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no error: https://edk2.groups.io/g/devel/message/86843 [edk2-devel] [PATCH 2/2] EmulatorPkg/EmuGopDxe: Set ModeInfo after Open successfully: https://edk2.groups.io/g/devel/message/86844 |
Comment 18472Date: 2022-03-01 04:26:01 +0000 Sent V2 change [edk2-devel] [PATCH v2 0/2] Avoid Emulator Segmentation fault: https://edk2.groups.io/g/devel/message/87138 [edk2-devel] [PATCH v2 1/2] MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no error: https://edk2.groups.io/g/devel/message/87139 [edk2-devel] [PATCH v2 2/2] EmulatorPkg/EmuGopDxe: Set ModeInfo after Open successfully: https://edk2.groups.io/g/devel/message/87140 Thanks |
Comment 18512Date: 2022-03-02 19:52:51 +0000 Sent V3 change [edk2-devel] [PATCH v3 0/2] Avoid Emulator Segmentation fault: https://edk2.groups.io/g/devel/message/87190 [edk2-devel] [PATCH v3 1/2] MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no error: https://edk2.groups.io/g/devel/message/87191 [edk2-devel] [PATCH v3 2/2] EmulatorPkg/EmuGopDxe: Set ModeInfo after Open successfully: https://edk2.groups.io/g/devel/message/87192 Thanks |
Comment 18524Date: 2022-03-03 04:53:17 +0000 Merged Guomin |
Comment 18526Date: 2022-03-03 04:59:23 +0000 *** Bug 2639 has been marked as a duplicate of this bug. *** |
We've migrated bugzilla to github, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 Signed-off-by: Leif Lindholm <[email protected]>
We've migrated bugzilla to github, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 Signed-off-by: Leif Lindholm <[email protected]>
We've migrated bugzilla to github, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 Signed-off-by: Leif Lindholm <[email protected]>
We've migrated bugzilla to github, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 Signed-off-by: Leif Lindholm <[email protected]>
We've migrated bugzilla to github, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 Signed-off-by: Leif Lindholm <[email protected]>
We've migrated bugzilla to github, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 Signed-off-by: Leif Lindholm <[email protected]>
We've migrated bugzilla bugs to github issues, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 And drop bugzilla.tianocore.org from "references". The server is no longer in use, and the certificate has expired, so stop telling people to go there. Signed-off-by: Leif Lindholm <[email protected]>
We've migrated bugzilla bugs to github issues, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: #8453 #8458 And drop bugzilla.tianocore.org from "references". The server is no longer in use, and the certificate has expired, so stop telling people to go there. Signed-off-by: Leif Lindholm <[email protected]>
(cherry picked from commit 258f2d1) We've migrated bugzilla bugs to github issues, so update the references to specific bugs called out in the top-level readme. Also delete the references to BZ2661 and BZ2668 which are both *closed*: tianocore#8453 tianocore#8458 And drop bugzilla.tianocore.org from "references". The server is no longer in use, and the certificate has expired, so stop telling people to go there. Signed-off-by: Leif Lindholm <[email protected]> (cherry picked from commit 258f2d1) Change-Id: Ic99ba325907b9fd94bc15e71c46886f406e78a95
This issue was created automatically with bugzilla2github
Bugzilla Bug 2668
Date: 2020-04-08T12:18:55+00:00
From: @spbrogan
To: guomin.jiang
CC: brian.delgado, nobody
See also: https://bugzilla.tianocore.org/show_bug.cgi?id=2639
See also: https://bugzilla.tianocore.org/show_bug.cgi?id=2638
Last updated: 2022-03-03T04:59:23+00:00
The text was updated successfully, but these errors were encountered: