Blender won't start #204

Closed
opened 2023-07-30 17:53:32 +02:00 by danog · 4 comments

It's not built in the alhp repo, but there's probably some outdated dep built by alhp, which causes a symbol lookup error:

[daniil@daniil-arch ~]$ blender
blender: symbol lookup error: blender: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc, version LLVM_15
It's not built in the alhp repo, but there's probably some outdated dep built by alhp, which causes a symbol lookup error: ``` [daniil@daniil-arch ~]$ blender blender: symbol lookup error: blender: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc, version LLVM_15 ```
Owner

Can reproduce. I tested

alembic
clang compiler-rt
draco
embree
intel-oneapi-compiler-dpcpp-cpp-runtime-libs
intel-oneapi-compiler-shared-runtime-libs
intel-oneapi-tbb
level-zero-loader
libharu
libspnav
log4cplus
minizip-ng
opencollada
openimagedenoise
openimageio
openpgl
openshadinglanguage
opensubdiv
openxr
ptex
pugixml
pystring
tinyxml
yaml-cpp

No luck so far.

Need to test the rest of the deps later, currently traveling.

Can reproduce. I tested ``` alembic clang compiler-rt draco embree intel-oneapi-compiler-dpcpp-cpp-runtime-libs intel-oneapi-compiler-shared-runtime-libs intel-oneapi-tbb level-zero-loader libharu libspnav log4cplus minizip-ng opencollada openimagedenoise openimageio openpgl openshadinglanguage opensubdiv openxr ptex pugixml pystring tinyxml yaml-cpp ``` No luck so far. Need to test the rest of the deps later, currently traveling.
anonfunc added the
bug
label 2023-07-31 12:19:55 +02:00
Owner

This problem still persists. Full backtrace for anyone interested.

#0  llvm::FoldingSetNodeID::AddPointer(void const*) () at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:337
#1  AddNodeIDOperands () at /usr/src/debug/llvm15/llvm-15.0.7.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:616
#2  AddNodeIDNode() () at /usr/src/debug/llvm15/llvm-15.0.7.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:868
#3  0x00007f4efbf6cc58 in llvm::SDNode::Profile(llvm::FoldingSetNodeID&) const () at /usr/src/debug/llvm15/llvm-15.0.7.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:10818
#4  llvm::DefaultFoldingSetTrait<llvm::SDNode>::Profile(llvm::SDNode&, llvm::FoldingSetNodeID&) () at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:236
#5  llvm::DefaultFoldingSetTrait<llvm::SDNode>::Equals(llvm::SDNode&, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) ()
    at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:404
#6  llvm::FoldingSet<llvm::SDNode>::NodeEquals(llvm::FoldingSetBase const*, llvm::FoldingSetBase::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) ()
    at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:538
#7  0x00007f4ebf86a7f6 in llvm::FoldingSetBase::FindNodeOrInsertPos(llvm::FoldingSetNodeID const&, void*&, llvm::FoldingSetBase::FoldingSetInfo const&) ()
    at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Support/FoldingSet.cpp:288
#8  0x00007f4ec045431e in llvm::FoldingSetImpl<llvm::FoldingSet<llvm::SDNode>, llvm::SDNode>::FindNodeOrInsertPos(llvm::FoldingSetNodeID const&, void*&) ()
    at /usr/src/debug/llvm/llvm-16.0.6.src/include/llvm/ADT/FoldingSet.h:490
#9  llvm::SelectionDAG::FindNodeOrInsertPos(llvm::FoldingSetNodeID const&, void*&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1328
#10 llvm::SelectionDAG::getRegister(unsigned int, llvm::EVT) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2127
#11 0x00007f4ec262b079 in llvm::SelectionDAG::getCopyFromReg(llvm::SDValue, llvm::SDLoc const&, unsigned int, llvm::EVT) () at /usr/src/debug/llvm/llvm-16.0.6.src/include/llvm/CodeGen/SelectionDAG.h:797
#12 llvm::SITargetLowering::LowerFormalArguments(llvm::SDValue, unsigned int, bool, llvm::SmallVectorImpl<llvm::ISD::InputArg> const&, llvm::SDLoc const&, llvm::SelectionDAG&, llvm::SmallVectorImpl<llvm::SDValue>&) const () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Target/AMDGPU/SIISelLowering.cpp:2557
#13 0x00007f4ec0417683 in llvm::SelectionDAGISel::LowerArguments(llvm::Function const&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:10697
#14 0x00007f4ec048f2cd in llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1398
#15 0x00007f4ec0490954 in llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:480
#16 0x00007f4ebfe58c34 in llvm::MachineFunctionPass::runOnFunction(llvm::Function&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/MachineFunctionPass.cpp:91
#17 0x00007f4ebfb071ff in llvm::FPPassManager::runOnFunction(llvm::Function&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/IR/LegacyPassManager.cpp:1430
#18 0x00007f4ec140a5c7 in RunPassOnSCC () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Analysis/CallGraphSCCPass.cpp:179
#19 RunAllPassesOnSCC () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Analysis/CallGraphSCCPass.cpp:469
#20 runOnModule() () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Analysis/CallGraphSCCPass.cpp:534
#21 0x00007f4ebfb07cbc in runOnModule () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/IR/LegacyPassManager.cpp:1545
#22 llvm::legacy::PassManagerImpl::run(llvm::Module&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/IR/LegacyPassManager.cpp:535
#23 0x00007f4ec7d66320 in ac_compile_module_to_elf () at ../mesa-23.1.6/src/amd/llvm/ac_llvm_helper.cpp:295
#24 si_compile_llvm() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader_llvm.c:102
#25 0x00007f4ec7d66f1d in si_get_shader_part() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader.c:2478
#26 0x00007f4ec7d8c9dc in si_shader_select_ps_parts () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader.c:2769
#27 si_create_shader_variant() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader.c:2945
#28 0x00007f4ec7d9cde2 in si_build_shader_variant() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_shaders.cpp:2504
#29 0x00007f4ec7dab525 in si_shader_select_with_key<false, si_shader_key_ps> () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_shaders.cpp:2845
#30 si_shader_select() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_shaders.cpp:2865
#31 0x00007f4ec816ba26 in si_update_shaders<(amd_gfx_level)11, (si_has_tess)0, (si_has_gs)0, (si_has_ngg)0>() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:264
#32 0x00007f4ec817044c in si_draw<(amd_gfx_level)11, (si_has_tess)0, (si_has_gs)0, (si_has_ngg)0, (si_is_draw_vertex_state)0, (util_popcnt)0> ()
    at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:2378
#33 si_draw_vbo<(amd_gfx_level)11, (si_has_tess)0, (si_has_gs)0, (si_has_ngg)0>() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:2520
#34 0x00007f4ec8143d66 in si_draw_rectangle() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:2586
#35 0x00007f4ec81417ca in util_blitter_custom_color() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_blitter.c:2771
#36 0x00007f4ec7dd9747 in si_blit_decompress_color() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_blit.c:519
#37 0x00007f4ec7ddb233 in si_flush_resource() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_blit.c:1306
#38 0x00007f4ec7a84467 in tc_call_flush_resource() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:4334
#39 0x00007f4ec7a85619 in batch_execute () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:394
#40 tc_batch_execute() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:445
#41 0x00007f4ec89e441a in _tc_sync.isra.0 () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:680
#42 0x00007f4ec7a91f30 in tc_flush() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:3531
#43 0x00007f4ec72416b0 in st_context_flush () at ../mesa-23.1.6/src/mesa/state_tracker/st_manager.c:822
#44 dri_flush() () at ../mesa-23.1.6/src/gallium/frontends/dri/dri_drawable.c:537
#45 0x00007f4edae7de28 in dri2_flush_drawable_for_swapbuffers_flags () at ../mesa-23.1.6/src/egl/drivers/dri2/egl_dri2.c:1853
#46 dri2_flush_drawable_for_swapbuffers () at ../mesa-23.1.6/src/egl/drivers/dri2/egl_dri2.c:1867
#47 dri2_wl_swap_buffers_with_damage () at ../mesa-23.1.6/src/egl/drivers/dri2/platform_wayland.c:1601
#48 0x00007f4edae72758 in dri2_swap_buffers () at ../mesa-23.1.6/src/egl/drivers/dri2/egl_dri2.c:1880
#49 0x00007f4edae5fbbd in eglSwapBuffers () at ../mesa-23.1.6/src/egl/main/eglapi.c:1468
#50 0x000055cac8766f54 in GHOST_ContextEGL::initializeDrawingContext() ()
#51 0x000055cac8765708 in GHOST_WindowWayland::newDrawingContext(GHOST_TDrawingContextType) ()
#52 0x000055cac87464c9 in GHOST_Window::setDrawingContextType(GHOST_TDrawingContextType) ()
#53 0x000055cac8763ba1 in GHOST_WindowWayland::GHOST_WindowWayland(GHOST_SystemWayland*, char const*, int, int, unsigned int, unsigned int, GHOST_TWindowState, GHOST_IWindow const*, GHOST_TDrawingContextType, bool, bool, bool) ()
#54 0x000055cac8760ec4 in GHOST_SystemWayland::createWindow(char const*, int, int, unsigned int, unsigned int, GHOST_TWindowState, GHOST_GLSettings, bool, bool, GHOST_IWindow const*) ()
#55 0x000055cac8742f84 in GHOST_CreateWindow ()
#56 0x000055cac7336b30 in wm_window_ghostwindow_ensure ()
#57 0x000055cac7336d0d in wm_window_ghostwindows_ensure ()
#58 0x000055cac73040d4 in WM_check ()
#59 0x000055cac731913e in wm_homefile_read_ex ()
#60 0x000055cac731d49f in WM_init ()
#61 0x000055cac6c12752 in main ()
This problem still persists. Full backtrace for anyone interested. ``` #0 llvm::FoldingSetNodeID::AddPointer(void const*) () at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:337 #1 AddNodeIDOperands () at /usr/src/debug/llvm15/llvm-15.0.7.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:616 #2 AddNodeIDNode() () at /usr/src/debug/llvm15/llvm-15.0.7.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:868 #3 0x00007f4efbf6cc58 in llvm::SDNode::Profile(llvm::FoldingSetNodeID&) const () at /usr/src/debug/llvm15/llvm-15.0.7.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:10818 #4 llvm::DefaultFoldingSetTrait<llvm::SDNode>::Profile(llvm::SDNode&, llvm::FoldingSetNodeID&) () at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:236 #5 llvm::DefaultFoldingSetTrait<llvm::SDNode>::Equals(llvm::SDNode&, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) () at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:404 #6 llvm::FoldingSet<llvm::SDNode>::NodeEquals(llvm::FoldingSetBase const*, llvm::FoldingSetBase::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) () at /usr/src/debug/llvm15/llvm-15.0.7.src/include/llvm/ADT/FoldingSet.h:538 #7 0x00007f4ebf86a7f6 in llvm::FoldingSetBase::FindNodeOrInsertPos(llvm::FoldingSetNodeID const&, void*&, llvm::FoldingSetBase::FoldingSetInfo const&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Support/FoldingSet.cpp:288 #8 0x00007f4ec045431e in llvm::FoldingSetImpl<llvm::FoldingSet<llvm::SDNode>, llvm::SDNode>::FindNodeOrInsertPos(llvm::FoldingSetNodeID const&, void*&) () at /usr/src/debug/llvm/llvm-16.0.6.src/include/llvm/ADT/FoldingSet.h:490 #9 llvm::SelectionDAG::FindNodeOrInsertPos(llvm::FoldingSetNodeID const&, void*&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1328 #10 llvm::SelectionDAG::getRegister(unsigned int, llvm::EVT) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2127 #11 0x00007f4ec262b079 in llvm::SelectionDAG::getCopyFromReg(llvm::SDValue, llvm::SDLoc const&, unsigned int, llvm::EVT) () at /usr/src/debug/llvm/llvm-16.0.6.src/include/llvm/CodeGen/SelectionDAG.h:797 #12 llvm::SITargetLowering::LowerFormalArguments(llvm::SDValue, unsigned int, bool, llvm::SmallVectorImpl<llvm::ISD::InputArg> const&, llvm::SDLoc const&, llvm::SelectionDAG&, llvm::SmallVectorImpl<llvm::SDValue>&) const () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Target/AMDGPU/SIISelLowering.cpp:2557 #13 0x00007f4ec0417683 in llvm::SelectionDAGISel::LowerArguments(llvm::Function const&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:10697 #14 0x00007f4ec048f2cd in llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1398 #15 0x00007f4ec0490954 in llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:480 #16 0x00007f4ebfe58c34 in llvm::MachineFunctionPass::runOnFunction(llvm::Function&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/CodeGen/MachineFunctionPass.cpp:91 #17 0x00007f4ebfb071ff in llvm::FPPassManager::runOnFunction(llvm::Function&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/IR/LegacyPassManager.cpp:1430 #18 0x00007f4ec140a5c7 in RunPassOnSCC () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Analysis/CallGraphSCCPass.cpp:179 #19 RunAllPassesOnSCC () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Analysis/CallGraphSCCPass.cpp:469 #20 runOnModule() () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/Analysis/CallGraphSCCPass.cpp:534 #21 0x00007f4ebfb07cbc in runOnModule () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/IR/LegacyPassManager.cpp:1545 #22 llvm::legacy::PassManagerImpl::run(llvm::Module&) () at /usr/src/debug/llvm/llvm-16.0.6.src/lib/IR/LegacyPassManager.cpp:535 #23 0x00007f4ec7d66320 in ac_compile_module_to_elf () at ../mesa-23.1.6/src/amd/llvm/ac_llvm_helper.cpp:295 #24 si_compile_llvm() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader_llvm.c:102 #25 0x00007f4ec7d66f1d in si_get_shader_part() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader.c:2478 #26 0x00007f4ec7d8c9dc in si_shader_select_ps_parts () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader.c:2769 #27 si_create_shader_variant() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_shader.c:2945 #28 0x00007f4ec7d9cde2 in si_build_shader_variant() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_shaders.cpp:2504 #29 0x00007f4ec7dab525 in si_shader_select_with_key<false, si_shader_key_ps> () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_shaders.cpp:2845 #30 si_shader_select() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_shaders.cpp:2865 #31 0x00007f4ec816ba26 in si_update_shaders<(amd_gfx_level)11, (si_has_tess)0, (si_has_gs)0, (si_has_ngg)0>() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:264 #32 0x00007f4ec817044c in si_draw<(amd_gfx_level)11, (si_has_tess)0, (si_has_gs)0, (si_has_ngg)0, (si_is_draw_vertex_state)0, (util_popcnt)0> () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:2378 #33 si_draw_vbo<(amd_gfx_level)11, (si_has_tess)0, (si_has_gs)0, (si_has_ngg)0>() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:2520 #34 0x00007f4ec8143d66 in si_draw_rectangle() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_state_draw.cpp:2586 #35 0x00007f4ec81417ca in util_blitter_custom_color() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_blitter.c:2771 #36 0x00007f4ec7dd9747 in si_blit_decompress_color() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_blit.c:519 #37 0x00007f4ec7ddb233 in si_flush_resource() () at ../mesa-23.1.6/src/gallium/drivers/radeonsi/si_blit.c:1306 #38 0x00007f4ec7a84467 in tc_call_flush_resource() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:4334 #39 0x00007f4ec7a85619 in batch_execute () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:394 #40 tc_batch_execute() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:445 #41 0x00007f4ec89e441a in _tc_sync.isra.0 () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:680 #42 0x00007f4ec7a91f30 in tc_flush() () at ../mesa-23.1.6/src/gallium/auxiliary/util/u_threaded_context.c:3531 #43 0x00007f4ec72416b0 in st_context_flush () at ../mesa-23.1.6/src/mesa/state_tracker/st_manager.c:822 #44 dri_flush() () at ../mesa-23.1.6/src/gallium/frontends/dri/dri_drawable.c:537 #45 0x00007f4edae7de28 in dri2_flush_drawable_for_swapbuffers_flags () at ../mesa-23.1.6/src/egl/drivers/dri2/egl_dri2.c:1853 #46 dri2_flush_drawable_for_swapbuffers () at ../mesa-23.1.6/src/egl/drivers/dri2/egl_dri2.c:1867 #47 dri2_wl_swap_buffers_with_damage () at ../mesa-23.1.6/src/egl/drivers/dri2/platform_wayland.c:1601 #48 0x00007f4edae72758 in dri2_swap_buffers () at ../mesa-23.1.6/src/egl/drivers/dri2/egl_dri2.c:1880 #49 0x00007f4edae5fbbd in eglSwapBuffers () at ../mesa-23.1.6/src/egl/main/eglapi.c:1468 #50 0x000055cac8766f54 in GHOST_ContextEGL::initializeDrawingContext() () #51 0x000055cac8765708 in GHOST_WindowWayland::newDrawingContext(GHOST_TDrawingContextType) () #52 0x000055cac87464c9 in GHOST_Window::setDrawingContextType(GHOST_TDrawingContextType) () #53 0x000055cac8763ba1 in GHOST_WindowWayland::GHOST_WindowWayland(GHOST_SystemWayland*, char const*, int, int, unsigned int, unsigned int, GHOST_TWindowState, GHOST_IWindow const*, GHOST_TDrawingContextType, bool, bool, bool) () #54 0x000055cac8760ec4 in GHOST_SystemWayland::createWindow(char const*, int, int, unsigned int, unsigned int, GHOST_TWindowState, GHOST_GLSettings, bool, bool, GHOST_IWindow const*) () #55 0x000055cac8742f84 in GHOST_CreateWindow () #56 0x000055cac7336b30 in wm_window_ghostwindow_ensure () #57 0x000055cac7336d0d in wm_window_ghostwindows_ensure () #58 0x000055cac73040d4 in WM_check () #59 0x000055cac731913e in wm_homefile_read_ex () #60 0x000055cac731d49f in WM_init () #61 0x000055cac6c12752 in main () ```
Owner

I just noticed there is a bugreport upstream. Seems like there is some mix of llvm 15 & 16 going on (as one can see in the bt above).

So I'm marking this as blocked by upstream, but I'll leave it open for visibility.

I just noticed there is a [bugreport](https://bugs.archlinux.org/task/79506) upstream. Seems like there is some mix of llvm 15 & 16 going on (as one can see in the bt above). So I'm marking this as blocked by upstream, but I'll leave it open for visibility.
anonfunc added
blocked upstream
and removed
bug
labels 2023-09-04 16:14:31 +02:00
Owner

This seems to be solved by upstream. Closing.

This seems to be solved by upstream. Closing.
Sign in to join this conversation.
No description provided.