Open 19f04fc4-9590-484e-9a0b-3ed40b7847b8 opened 3 years ago
Another segfault at a different location in IsStructurallyEquivalent. The rest of the stack looks the same.
Process 24007 resuming Set option General:Start Date to (absolute . 1546329600) Setting option "General" "Start Date" to (absolute . 1546329600) Set option General:End Date to (absolute . 1609488000) Setting option "General" "End Date" to (absolute . 1609488000) Found value 1546329600 for option "General" "Start Date" Found value 1609488000 for option "General" "End Date" Process 24007 stopped
scm_unused_struct* scm_from_value<std::__1::vector<account_s const*, std::__1::allocator<account_s const*> > >(value=size=0) at swig-app-utils-guile.cpp:1659:22 1656 scm_from_value<GncOptionAccountList>(GncOptionAccountList value) 1657 { 1658 SCM s_list = SCM_EOL; -> 1659 for (auto acct : value) 1660 { 1661 SCM elem = scm_list_1(SWIG_NewPointerObj(acct, SWIGTYPE_p_Account, 0)); 1662 s_list = scm_append(scm_list_2(s_list, elem)); Target 0: (guile) stopped. (lldb) p value (GncOptionAccountList) $17 = size=0 {} (lldb) up frame #​1: 0x0000000119d735f7 libgnc-app-utils.dylib
scm_unused_struct GncOption_get_scm_value(this=0x00007ffeefbfc8c8, option=0x0000000100712790)::$_0::operator()
Extended Description
(lldb) f 4 frame #4: 0x0000000119818e1b libgnc-app-utils.dylib`GncOption::GncOption<scm_unused_struct*, 0>(this=0x0000000102f05540, section="__reg", name="query", key="", doc_string="query", value=0x0000000000000304, ui_type=INTERNAL) at gnc-option.cpp:45:1 42 ValueType value, GncOptionUIType ui_type) : 43 m_option{std::make_unique(std::move(GncOptionValue {
44 section, name, key, doc_string, value, ui_type}))}
-> 45 {
46 }
47
48 template ValueType
(lldb) p m_option
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
Stack dump:
lldb --version lldb-1205.0.28.2 Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
macOS 11.4