Skip to content
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

EFI_OUT_OF_RESSOURCES when running SCT #12

Open
xypron opened this issue Jan 4, 2021 · 1 comment
Open

EFI_OUT_OF_RESSOURCES when running SCT #12

xypron opened this issue Jan 4, 2021 · 1 comment

Comments

@xypron
Copy link
Member

xypron commented Jan 4, 2021

An erorr EFI_OUT_OF_RESSOURCES occurs when running the whole SCT test sequence defined by u-boot.seq.

Returned Status Code: Success                                                                                                 

FindKeyboardLayoutsConformance: [FAILED]                                                                                      
  Passes........... 2                                                                                                         
  Warnings......... 0                                                                                                         
  Errors........... 1                                                                                                         
------------------------------------------------------------                                                                  
UEFI 2.6                                                                                                                      
Revision 0x00010000                                                                                                           
Test Entry Point GUID: 3952E6C7-3B3C-4B24-9320-E2C53CC55025                                                                   
------------------------------------------------------------                                                                  
Logfile: "\Log\HIITest\HIIDatabaseProtocolTest0\FindKeyboardLayoutsConformance_0_0_3952E6C7-3B3C-4B24-9320-E2C53CC55025.log"  
Test Finished: 01/04/21  09:49a                                                                                               
Elapsed Time: 00 Days 00:00:01                                                                                                

------------------------------------------------------------                                                                  
  Remaining test cases: 42                                                                                                    
  Protocol test: FindKeyboardLayoutsFunction                                                                                  
  Instances: 1/1                                                                                                              
  Iterations: 1/1                                                                                                             
ERROR: Cannot do the operations. Status - Out of Resources 

The error is returned by SctMainFunc().

@xypron
Copy link
Member Author

xypron commented Jan 4, 2021

GetPackageListHandleConformance: [FAILED]                                                                                     
  Passes........... 0                                                                                                         
  Warnings......... 0                                                                                                         
  Errors........... 1                                                                                                         
------------------------------------------------------------                                                                  
UEFI 2.6                                                                                                                      
Revision 0x00010000                                                                                                           
Test Entry Point GUID: D51EBDA6-391B-49BC-A4CB-0EAF1A0E3A05                                                                   
------------------------------------------------------------                                                                  
Logfile: "\Log\HIITest\HIIDatabaseProtocolTest0\GetPackageListHandleConformance_0_0_D51EBDA6-391B-49BC-A4CB-0EAF1A0E3A05.log" 
Test Finished: 01/04/21  10:56p                                                                                               
Elapsed Time: 00 Days 00:00:00                                                                                                

------------------------------------------------------------                                                                  
EFI lib/efi_loader/efi_file.c(321): efi_file_open, 0x800000000000000e                                                         
EFI lib/efi_loader/efi_boottime.c(466): efi_allocate_pool_ext, 0x8000000000000009                                             
EFI lib/efi_loader/efi_file.c(321): efi_file_open, 0x800000000000000e                                                         
  Remaining test cases: 38                                                                                                    
  Protocol test: GetPackageListHandleFunction                                                                                 
  Instances: 1/1                                                                                                              
  Iterations: 1/1                                                                                                             
EFI lib/efi_loader/efi_file.c(321): efi_file_open, 0x800000000000000e                                                         
EFI lib/efi_loader/efi_file.c(321): efi_file_open, 0x800000000000000e                                                         
EFI lib/efi_loader/efi_boottime.c(466): efi_allocate_pool_ext, 0x8000000000000009                                             
ERROR: Cannot do the operations. Status - Out of Resources                                                                    
EFI returning to efi_start_image: 0x8000000000000009 

Our memory pool is exhausted. This is not what we expect on a system with 128 MiB of memory (SANDBOX_RAM_SIZE_MB=128).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant