Skip to content

SIGBUS signal in DRAWEXE #689

@pieterhijma

Description

@pieterhijma

Description

Running DRAWEXE and issuing the command pload ALL leads to a SIGBUS error on Linux.

To reproduce, build either the master or IR branch (currently commits 5c814b and 51abcf respectively) and run:

export LD_LIBRARY_PATH="$(pwd)/lib:$LD_LIBRARY_PATH"
./bin/DRAWEXE

Expected Behavior

No SIGBUS error.

Actual Behavior

A SIBGUS error is raised.

Stacktrace:
#0  0x00007ffff7f12cbc in opencascade::MurmurHash::MurmurHashUtils::unaligned_load (thePnt=0x7ffff7fbf000 ) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/Standard/Standard_HashUtils.lxx:68
#1  0x00007ffff7f11bac in opencascade::MurmurHash::MurmurHash64A (theKey=0x7ffff7fafa38 +16>, theLen=1431763232, theSeed=179400546166150) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/Standard/Standard_HashUtils.lxx:88
#2  0x00007ffff7f139c0 in opencascade::MurmurHash::hash_combine (theValue=@0x7ffff7fafa38: -126 '\202', theLen=1431763232, theSeed=179400546166150) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/Standard/Standard_HashUtils.hxx:40
#3  0x00007ffff7f12dd8 in opencascade::hashBytes (theKey=0x7ffff7fafa38 +16> "\202\262\362\367\377\177", theLen=1431763232) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/Standard/Standard_HashUtils.hxx:104
#4  0x00007ffff7f1217a in TCollection_AsciiString::HashCode (this=0x7fffffffa860) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/TCollection/TCollection_AsciiString.lxx:90
#5  0x00007ffff7f120ae in std::hash::operator() (this=0x7fffffffa727, theString=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/TCollection/TCollection_AsciiString.lxx:27
#6  0x00007ffff7f141c6 in NCollection_DefaultHasher::HashCode (this=0x555555cc61f1, theKey=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_DefaultHasher.hxx:50
#7  0x00007ffff7f14139 in NCollection_DefaultHasher::operator() (this=0x555555cc61f1, theKey=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_DefaultHasher.hxx:36
#8  0x00007ffff2a8b4be in NCollection_IndexedDataMap, NCollection_DefaultHasher >::HashCode (this=0x555555cc61c8, theKey=..., theUpperBound=101) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_IndexedDataMap.hxx:706
#9  0x00007ffff2a8ade5 in NCollection_IndexedDataMap, NCollection_DefaultHasher >::lookup (this=0x555555cc61c8, theKey=..., theNode=@0x7fffffffa7e8: 0x7ffff7f11e7e , theHash=@0x7fffffffa7f0: 93464221199744) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_IndexedDataMap.hxx:668
#10 0x00007ffff2a89cd2 in NCollection_IndexedDataMap, NCollection_DefaultHasher >::Add (this=0x555555cc61c8, theKey1=..., theItem=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_IndexedDataMap.hxx:322
#11 0x00007ffff2a85a37 in DE_Wrapper::Bind (this=0x555555b27c00, theNode=...) at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDE/DE/DE_Wrapper.cxx:396
#12 0x00007ffff0b59279 in DE_PluginHolder::DE_PluginHolder (this=0x7ffff0b771a8 <(anonymous namespace)::THE_OCCT_GLTF_COMPONENT_PLUGIN>) at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDE/DE/DE_PluginHolder.hxx:32
#13 0x00007ffff0b58831 in __static_initialization_and_destruction_0 () at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDEGLTF/DEGLTF/DEGLTF_ConfigurationNode.cxx:31
#14 0x00007ffff0b5885d in _GLOBAL__sub_I_DEGLTF_ConfigurationNode.cxx(void) () at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDEGLTF/DEGLTF/DEGLTF_ConfigurationNode.cxx:391
#15 0x00007ffff7fcb2d7 in ?? () from /lib64/ld-linux-x86-64.so.2
#16 0x00007ffff7fcb3ad in ?? () from /lib64/ld-linux-x86-64.so.2
#17 0x00007ffff7fc84b5 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
#18 0x00007ffff7fd2089 in ?? () from /lib64/ld-linux-x86-64.so.2
#19 0x00007ffff7fc8416 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
#20 0x00007ffff7fd249e in ?? () from /lib64/ld-linux-x86-64.so.2
#21 0x00007ffff52a1b34 in ?? () from /usr/lib/libc.so.6
#22 0x00007ffff7fc8416 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
#23 0x00007ffff7fc8569 in ?? () from /lib64/ld-linux-x86-64.so.2
#24 0x00007ffff52a1623 in ?? () from /usr/lib/libc.so.6
#25 0x00007ffff52a1beb in dlopen () from /usr/lib/libc.so.6
#26 0x00007ffff58ef558 in OSD_SharedLibrary::DlOpen (this=0x7fffffffb040, aMode=OSD_RTLD_LAZY) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/OSD/OSD_SharedLibrary.cxx:139
#27 0x00007ffff7f109b7 in Draw::Load (theDI=..., theKey=..., theResourceFileName=..., theDefaultsDirectory=..., theUserDefaultsDirectory=..., theIsVerbose=false) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw.cxx:726
#28 0x00007ffff7f2d189 in Pload (theDI=..., theNbArgs=2, theArgVec=0x5555555938c0) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw_PloadCommands.cxx:224
#29 0x00007ffff7f1ade7 in Draw_Interpretor::CallBackDataFunc::Invoke (this=0x555555865a50, theDI=..., theArgNb=2, theArgVec=0x5555555938c0) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw_Interpretor.hxx:80
#30 0x00007ffff7f273fb in CommandCmd (theClientData=0x555555865a50, interp=0x55555558f760, argc=2, argv=0x5555555938c0) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw_Interpretor.cxx:155
#31 0x00007ffff5086263 in TclInvokeStringCommand (clientData=0x55555588f950, interp=0x55555558f760, objc=2, objv=) at /usr/src/debug/tcl/tcl8.6.16/generic/tclBasic.c:2545
#32 0x00007ffff508b7e9 in TclNRRunCallbacks (interp=interp@entry=0x55555558f760, result=0, rootPtr=0x0) at /usr/src/debug/tcl/tcl8.6.16/generic/tclBasic.c:4541
#33 0x00007ffff508e751 in TclEvalObjEx (interp=interp@entry=0x55555558f760, objPtr=objPtr@entry=0x5555558a7f80, flags=flags@entry=0, invoker=invoker@entry=0x0, word=word@entry=0) at /usr/src/debug/tcl/tcl8.6.16/generic/tclBasic.c:6104
#34 0x00007ffff508e76f in Tcl_EvalObjEx (interp=interp@entry=0x55555558f760, objPtr=objPtr@entry=0x5555558a7f80, flags=flags@entry=0) at /usr/src/debug/tcl/tcl8.6.16/generic/tclBasic.c:6085
#35 0x00007ffff5131575 in Tcl_RecordAndEvalObj (interp=interp@entry=0x55555558f760, cmdPtr=cmdPtr@entry=0x5555558a7f80, flags=flags@entry=0) at /usr/src/debug/tcl/tcl8.6.16/generic/tclHistory.c:191
#36 0x00007ffff5131707 in Tcl_RecordAndEval (interp=0x55555558f760, cmd=, flags=0) at /usr/src/debug/tcl/tcl8.6.16/generic/tclHistory.c:76
#37 0x00007ffff7f28562 in Draw_Interpretor::RecordAndEval (this=0x7ffff7fb81a0 , line=0x7ffff7fb83f0  "pload ALL\n", flags=0) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw_Interpretor.cxx:458
#38 0x00007ffff7f103d6 in Draw_Interprete (com=0x7ffff7fba9d0  "pload ALL\n") at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw.cxx:628
#39 0x00007ffff7f431ad in StdinProc (clientData=0x555555663690, theMask=2) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw_Window.cxx:1427
#40 0x00007ffff51428d4 in Tcl_NotifyChannel (channel=0x555555663690, mask=2) at /usr/src/debug/tcl/tcl8.6.16/generic/tclIO.c:8482
#41 0x00007ffff51a9aae in FileHandlerEventProc (flags=-3, evPtr=0x55555593a170) at /usr/src/debug/tcl/tcl8.6.16/unix/tclUnixNotfy.c:808
#42 FileHandlerEventProc (evPtr=evPtr@entry=0x55555593a170, flags=flags@entry=-3) at /usr/src/debug/tcl/tcl8.6.16/unix/tclUnixNotfy.c:764
#43 0x00007ffff515fe01 in Tcl_ServiceEvent (flags=flags@entry=-3) at /usr/src/debug/tcl/tcl8.6.16/generic/tclNotify.c:670
#44 0x00007ffff5160124 in Tcl_DoOneEvent (flags=-3) at /usr/src/debug/tcl/tcl8.6.16/generic/tclNotify.c:967
#45 0x00007ffff56de312 in Tk_MainLoop () at /usr/src/debug/tk/tk8.6.16/unix/../generic/tkEvent.c:2075
#46 0x00007ffff7f428cd in Run_Appli (interprete=0x7ffff7f102e0 ) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw_Window.cxx:1237
#47 0x00007ffff7f0febc in Draw_Appli (argc=1, argv=0x7fffffffd3f8, Draw_InitAppli=0x555555555169 ) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw.cxx:556
#48 0x00007ffff7f29203 in Draw_Main (argc=1, argv=0x7fffffffd3f8, fDraw_InitAppli=0x555555555169 ) at /home/pieter/current/occt-liaison/occt-main/src/Draw/TKDraw/Draw/Draw_Main.cxx:108
#49 0x00005555555551c6 in main (argc=1, argv=0x7fffffffd3f8) at /home/pieter/current/occt-liaison/occt-main/src/Draw/DRAWEXE/DRAWEXE.cxx:300

It is possible to simply continue in the debugger, which shows this error message:

An exception was caught 0x555555cc6340 : OSD_SIGBUS: SIGBUS 'bus error' detected.

Sample Code or DRAW Tcl Script

pload ALL

Operating System

Linux

Compiler

GCC

Bitness

64-bit

OCCT Version

latest

Additional Files

This is similar to starting FreeCAD with this version of OCCT. In that case it leads to a segfault:

Stacktrace:
#0  0x00007fff7db9bbcb in opencascade::MurmurHash::MurmurHashUtils::unaligned_load (thePnt=0x7fffa06a0000 "") at /home/pieter/scratch/dist-occt-main/include/opencascade/Standard_HashUtils.lxx:68
#1  0x00007fff7db9a01e in opencascade::MurmurHash::MurmurHash64A (theKey=0x7fffa069c3f8 +16>, theLen=1442141280, theSeed=179400546166150) at /home/pieter/scratch/dist-occt-main/include/opencascade/Standard_HashUtils.lxx:88
#2  0x00007fff77773949 in opencascade::MurmurHash::hash_combine (theValue=@0x7fffa069c3f8: -94 '\242', theLen=1442141280, theSeed=179400546166150) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/Standard/Standard_HashUtils.hxx:40
#3  0x00007fff77766df3 in opencascade::hashBytes (theKey=0x7fffa069c3f8 +16> "\242Sg\240\377\177", theLen=1442141280) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/Standard/Standard_HashUtils.hxx:104
#4  0x00007fff7776231a in TCollection_AsciiString::HashCode (this=0x7fffffff9be0) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/TCollection/TCollection_AsciiString.lxx:90
#5  0x00007fff77762280 in std::hash::operator() (this=0x7fffffff9aa7, theString=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/TCollection/TCollection_AsciiString.lxx:27
#6  0x00007fff7777fb68 in NCollection_DefaultHasher::HashCode (this=0x555555f4a741, theKey=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_DefaultHasher.hxx:50
#7  0x00007fff7777f6f1 in NCollection_DefaultHasher::operator() (this=0x555555f4a741, theKey=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_DefaultHasher.hxx:36
#8  0x00007fff7e2554be in NCollection_IndexedDataMap, NCollection_DefaultHasher >::HashCode (this=0x555555f4a718, theKey=..., theUpperBound=101) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_IndexedDataMap.hxx:706
#9  0x00007fff7e254de5 in NCollection_IndexedDataMap, NCollection_DefaultHasher >::lookup (this=0x555555f4a718, theKey=..., theNode=@0x7fffffff9b68: 0x7fff7e07454a , theHash=@0x7fffffff9b70: 93464225762112) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_IndexedDataMap.hxx:668
#10 0x00007fff7e253cd2 in NCollection_IndexedDataMap, NCollection_DefaultHasher >::Add (this=0x555555f4a718, theKey1=..., theItem=...) at /home/pieter/current/occt-liaison/occt-main/src/FoundationClasses/TKernel/NCollection/NCollection_IndexedDataMap.hxx:322
#11 0x00007fff7e24fa37 in DE_Wrapper::Bind (this=0x555555ed48f0, theNode=...) at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDE/DE/DE_Wrapper.cxx:396
#12 0x00007fff880d4279 in DE_PluginHolder::DE_PluginHolder (this=0x7fff880f21a8 <(anonymous namespace)::THE_OCCT_GLTF_COMPONENT_PLUGIN>) at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDE/DE/DE_PluginHolder.hxx:32
#13 0x00007fff880d3831 in __static_initialization_and_destruction_0 () at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDEGLTF/DEGLTF/DEGLTF_ConfigurationNode.cxx:31
#14 0x00007fff880d385d in _GLOBAL__sub_I_DEGLTF_ConfigurationNode.cxx(void) () at /home/pieter/current/occt-liaison/occt-main/src/DataExchange/TKDEGLTF/DEGLTF/DEGLTF_ConfigurationNode.cxx:391
#15 0x00007ffff7fcb2d7 in ?? () from /lib64/ld-linux-x86-64.so.2
#16 0x00007ffff7fcb3ad in ?? () from /lib64/ld-linux-x86-64.so.2
#17 0x00007ffff7fc84b5 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
#18 0x00007ffff7fd2089 in ?? () from /lib64/ld-linux-x86-64.so.2
#19 0x00007ffff7fc8416 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
#20 0x00007ffff7fd249e in ?? () from /lib64/ld-linux-x86-64.so.2
#21 0x00007fffee8a1b34 in ?? () from /usr/lib/libc.so.6
#22 0x00007ffff7fc8416 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
#23 0x00007ffff7fc8569 in ?? () from /lib64/ld-linux-x86-64.so.2
#24 0x00007fffee8a1623 in ?? () from /usr/lib/libc.so.6
#25 0x00007fffee8a1beb in dlopen () from /usr/lib/libc.so.6
#26 0x00007ffff168bff6 in ?? () from /usr/lib/libpython3.13.so.1.0
#27 0x00007ffff1596ceb in ?? () from /usr/lib/libpython3.13.so.1.0
#28 0x00007ffff1576894 in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.13.so.1.0
#29 0x00007ffff159419f in ?? () from /usr/lib/libpython3.13.so.1.0
#30 0x00007ffff15cf8aa in PyObject_CallMethodObjArgs () from /usr/lib/libpython3.13.so.1.0
#31 0x00007ffff15cf0d6 in PyImport_ImportModuleLevelObject () from /usr/lib/libpython3.13.so.1.0
#32 0x00007ffff158c336 in ?? () from /usr/lib/libpython3.13.so.1.0
#33 0x00007ffff13bdfab in ?? () from /usr/lib/libshiboken6.cpython-313-x86_64-linux-gnu.so.6.9
#34 0x00007ffff1594a8c in ?? () from /usr/lib/libpython3.13.so.1.0
#35 0x00007ffff1560e3b in _PyObject_MakeTpCall () from /usr/lib/libpython3.13.so.1.0
#36 0x00007ffff1450a22 in ?? () from /usr/lib/libpython3.13.so.1.0
#37 0x00007ffff164c8b9 in PyEval_EvalCode () from /usr/lib/libpython3.13.so.1.0
#38 0x00007ffff1667563 in ?? () from /usr/lib/libpython3.13.so.1.0
#39 0x00007ffff158c336 in ?? () from /usr/lib/libpython3.13.so.1.0
#40 0x00007ffff1576894 in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.13.so.1.0
#41 0x00007ffff159419f in ?? () from /usr/lib/libpython3.13.so.1.0
#42 0x00007ffff15cf8aa in PyObject_CallMethodObjArgs () from /usr/lib/libpython3.13.so.1.0
#43 0x00007ffff15cf0d6 in PyImport_ImportModuleLevelObject () from /usr/lib/libpython3.13.so.1.0
#44 0x00007ffff158c336 in ?? () from /usr/lib/libpython3.13.so.1.0
#45 0x00007ffff1576894 in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.13.so.1.0
#46 0x00007ffff159419f in ?? () from /usr/lib/libpython3.13.so.1.0
#47 0x00007ffff15cf8aa in PyObject_CallMethodObjArgs () from /usr/lib/libpython3.13.so.1.0
#48 0x00007ffff15cf0d6 in PyImport_ImportModuleLevelObject () from /usr/lib/libpython3.13.so.1.0
#49 0x00007ffff158c336 in ?? () from /usr/lib/libpython3.13.so.1.0
#50 0x00007ffff1576894 in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.13.so.1.0
#51 0x00007ffff159419f in ?? () from /usr/lib/libpython3.13.so.1.0
#52 0x00007ffff15cf8aa in PyObject_CallMethodObjArgs () from /usr/lib/libpython3.13.so.1.0
#53 0x00007ffff15cf0d6 in PyImport_ImportModuleLevelObject () from /usr/lib/libpython3.13.so.1.0
#54 0x00007ffff158c336 in ?? () from /usr/lib/libpython3.13.so.1.0
#55 0x00007ffff1576894 in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.13.so.1.0
#56 0x00007ffff159419f in ?? () from /usr/lib/libpython3.13.so.1.0
#57 0x00007ffff15cf8aa in PyObject_CallMethodObjArgs () from /usr/lib/libpython3.13.so.1.0
#58 0x00007ffff15cf0d6 in PyImport_ImportModuleLevelObject () from /usr/lib/libpython3.13.so.1.0
#59 0x00007ffff158c336 in ?? () from /usr/lib/libpython3.13.so.1.0
#60 0x00007ffff13bdfab in ?? () from /usr/lib/libshiboken6.cpython-313-x86_64-linux-gnu.so.6.9
#61 0x00007ffff1594a8c in ?? () from /usr/lib/libpython3.13.so.1.0
#62 0x00007ffff15b18d2 in PyObject_Call () from /usr/lib/libpython3.13.so.1.0
#63 0x00007ffff13b57bb in ?? () from /usr/lib/libshiboken6.cpython-313-x86_64-linux-gnu.so.6.9
#64 0x00007ffff1594a8c in ?? () from /usr/lib/libpython3.13.so.1.0
#65 0x00007ffff1560e3b in _PyObject_MakeTpCall () from /usr/lib/libpython3.13.so.1.0
#66 0x00007ffff1450a22 in ?? () from /usr/lib/libpython3.13.so.1.0
#67 0x00007ffff164c8b9 in PyEval_EvalCode () from /usr/lib/libpython3.13.so.1.0
#68 0x00007ffff1667563 in ?? () from /usr/lib/libpython3.13.so.1.0
#69 0x00007ffff1574c62 in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.13.so.1.0
#70 0x00007ffff164c8b9 in PyEval_EvalCode () from /usr/lib/libpython3.13.so.1.0
#71 0x00007ffff168af5c in ?? () from /usr/lib/libpython3.13.so.1.0
#72 0x00007ffff168801b in ?? () from /usr/lib/libpython3.13.so.1.0
#73 0x00007ffff168335e in ?? () from /usr/lib/libpython3.13.so.1.0
#74 0x00007ffff21428d4 in Base::InterpreterSingleton::runString[abi:cxx11](char const*) (this=0x55555565a750, sCmd=0x7ffff5f67980  "#", '*' , "\n#*   Copyright (c) 2002,2003 Jürgen Riegel          *\n#*", ' ' ...) at /home/pieter/current/occt-liaison/freecad-occt-main/src/Base/Interpreter.cpp:247
#75 0x00007ffff50e00bc in Gui::Application::runInitGuiScript () at /home/pieter/current/occt-liaison/freecad-occt-main/src/Gui/Application.cpp:2250
#76 0x00007ffff5324ad3 in Gui::StartupPostProcess::showMainWindow (this=0x7fffffffcc90) at /home/pieter/current/occt-liaison/freecad-occt-main/src/Gui/StartupProcess.cpp:423
#77 0x00007ffff5322dac in Gui::StartupPostProcess::execute (this=0x7fffffffcc90) at /home/pieter/current/occt-liaison/freecad-occt-main/src/Gui/StartupProcess.cpp:220
#78 0x00007ffff50e10da in Gui::Application::runApplication () at /home/pieter/current/occt-liaison/freecad-occt-main/src/Gui/Application.cpp:2425
#79 0x000055555557db68 in main (argc=1, argv=0x7fffffffd468) at /home/pieter/current/occt-liaison/freecad-occt-main/src/Main/MainGui.cpp:322
```

Metadata

Metadata

Assignees

Labels

0. NewThe issue was created, but not updated by maintainer. Waiting for updates labels and categories1. Foundation ClassesContainers, system calls wrappers, smart pointers and other low level of OCCT code2. BugSomething isn't working7. FreeCADThe issue related to FreeCAD project

Type

No type

Projects

Status

Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions