llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[ORC] JIT session error: Symbols not found: [ __ImageBase ]

Open jsji opened this issue 1 year ago • 1 comments

Describe the bug

llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp
failing 
// JIT session error: Symbols not found: [ __ImageBase ]
// unknown file: error: SEH exception with code 0x3221225477 thrown in the test body.
https://github.com/intel/llvm/actions/runs/11758403932/job/32756817619?pr=16022

To reproduce

FAIL: LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests.exe/6/11 (54199 of 54566)
******************** TEST 'LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests.exe/6/11' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:D:\github\_work\llvm\llvm\build\unittests\ExecutionEngine\Orc\.\OrcJITTests.exe-LLVM-Unit-3192-6-11.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=11 GTEST_SHARD_INDEX=6 D:\github\_work\llvm\llvm\build\unittests\ExecutionEngine\Orc\.\OrcJITTests.exe
--

Script:
--
D:\github\_work\llvm\llvm\build\unittests\ExecutionEngine\Orc\.\OrcJITTests.exe --gtest_filter=ReOptimizeLayerTest.BasicReOptimization
--
JIT session error: Symbols not found: [ __ImageBase ]
unknown file: error: SEH exception with code 0x3221225477 thrown in the test body.
Stack trace:



unknown file
SEH exception with code 0x3221225477 thrown in the test body.
Stack trace:

Environment

  • OS: [Windows]

Additional context

No response

jsji avatar Nov 09 '24 20:11 jsji

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days.

github-actions[bot] avatar Nov 24 '25 04:11 github-actions[bot]