You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to compile the 4coder editor with circle and I get a crash while compiling a shared library. The 4coder that I'm working on can be found here on the Monorepo branch.
To reproduce the crash:
Run from the root directory of the project the following command
circle -Icode -Icode/custom ./code/4ed_app_target.cpp --shared --fPIC -o 4ed_library.so
by running this command in gdb I can extract the following backtrace
#0 0x000000000176af3b in llvm::removeUnreachableBlocks(llvm::Function&, llvm::DomTreeUpdater*, llvm::MemorySSAUpdater*) ()
#1 0x0000000001375f80 in simplifyFunctionCFG(llvm::Function&, llvm::TargetTransformInfo const&, llvm::DominatorTree*, llvm::SimplifyCFGOptions const&) ()
#2 0x0000000001375d41 in llvm::SimplifyCFGPass::run(llvm::Function&, llvm::AnalysisManager<llvm::Function>&) ()
#3 0x000000000075ca45 in cg::cg_func_builder_t::define() ()
#4 0x000000000071a3db in cg::module_t::emit(cg::func_t&, bool, sema::odr_usage_t) ()
#5 0x000000000071a6bf in cg::module_t::emit(func_key_t, bool, sema::odr_usage_t) ()
#6 0x000000000071df9a in cg::codegen_t::emit(func_key_t, bool, sema::odr_usage_t) ()
#7 0x000000000071e4ec in cg::codegen_t::inject(sema::stmt_declaration_t*, sema::context_t&) ()
#8 0x000000000071dd0f in cg::codegen_t::inject_ast(sema::stmt_ns_t*, sema::context_t&) ()
#9 0x0000000000447655 in main ()
Here is a dump of all registers at the time of the crash
I've seen that others have reported crashes and they actually know the cause, sadly I do not have possible causes for this crash other then "it's a segmentation fault".
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to compile the 4coder editor with circle and I get a crash while compiling a shared library. The 4coder that I'm working on can be found here on the Monorepo branch.
To reproduce the crash:
Run from the root directory of the project the following command
by running this command in gdb I can extract the following backtrace
Here is a dump of all registers at the time of the crash
I've seen that others have reported crashes and they actually know the cause, sadly I do not have possible causes for this crash other then "it's a segmentation fault".
The text was updated successfully, but these errors were encountered: