Runtime issues with current master

Geert Janssens geert.gnucash at kobaltwit.be
Wed Dec 2 03:51:32 EST 2015


I have done a fresh rebuild of master as of this morning (commit 
b3cfef70842). While running it I got the following errors:

1. It will run, but segfaults when quitting the application. See 
attached backtrace.

2. I tried to create a new file. The assistant completes successfully, 
however it crashes while saving with this error:

./bin/gnucash: symbol lookup error: 
/kobaltnet/janssege/Development/installs/gnucash/master/lib/gnucash/libgncmod-
backend-xml.so: undefined symbol: 
_Z34gnc_prefs_get_file_save_compressedv

The command was run from 
/kobaltnet/janssege/Development/installs/gnucash/master which is where 
my fresh build got installed.

Regards,

Geert
-------------- next part --------------
(gdb) bt
#0  0x00007fffda047c4b in dbi_shutdown_r (Inst=0x1cb0850) at dbi_main.c:259
#1  0x00007fffda51abbb in gnc_module_finalize_backend_dbi() ()
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/backend/dbi/gnc-backend-dbi.cpp:2026
#2  0x00007fffda51abaf in qof_backend_module_finalize() ()
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/backend/dbi/gnc-backend-dbi.cpp:2012
#3  0x00007ffff5c0a781 in qof_finalize_backend_libraries() ()
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/libqof/qof/qofbackend.cpp:277
#4  0x00007ffff5c202b8 in qof_close() ()
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/libqof/qof/qofutil.cpp:276
#5  0x00007ffff6332fc6 in gnc_engine_shutdown ()
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/engine/gnc-engine.c:163
#6  0x00007ffff6b6cf87 in gnc_shutdown (exit_status=0)
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/gnome-utils/gnc-gnome-utils.c:793
#7  0x0000000000405848 in inner_main (closure=0x0, argc=1, argv=0x7fffffffd908)
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/bin/gnucash-bin.c:624
#8  0x0000003320082cdd in invoke_main_func (body_data=0x7fffffffd7a0) at init.c:336
#9  0x000000332005b40a in c_body (d=0x7fffffffd6e0) at continuations.c:517
#10 0x00000033200f901c in vm_regular_engine (vm=0x233b1b0, program=0x0, argv=0xb120b8, nargs=537632016)
    at vm-i-system.c:858
---Type <return> to continue, or q <return> to quit---
#11 0x00000033200651d3 in scm_call_4 (proc=0xbefc30, arg1=arg1 at entry=0x404, arg2=<optimized out>, arg3=<optimized out>, arg4=<optimized out>) at eval.c:507
#12 0x00000033200de319 in scm_catch_with_pre_unwind_handler (key=key at entry=0x404, thunk=<optimized out>, handler=<optimized out>, pre_unwind_handler=<optimized out>) at throw.c:73
#13 0x00000033200de41f in scm_c_catch (tag=tag at entry=0x404, body=body at entry=0x332005b400 <c_body>, body_data=body_data at entry=0x7fffffffd6e0, handler=handler at entry=0x332005b820 <c_handler>, handler_data=handler_data at entry=0x7fffffffd6e0, pre_unwind_handler=pre_unwind_handler at entry=0x332005b5b0 <pre_unwind_handler>, pre_unwind_handler_data=0xb94ff0) at throw.c:207
#14 0x000000332005bbd1 in scm_i_with_continuation_barrier (body=body at entry=0x332005b400 <c_body>, body_data=body_data at entry=0x7fffffffd6e0, handler=handler at entry=0x332005b820 <c_handler>, handler_data=handler_data at entry=0x7fffffffd6e0, pre_unwind_handler=pre_unwind_handler at entry=0x332005b5b0 <pre_unwind_handler>, pre_unwind_handler_data=0xb94ff0) at continuations.c:455
#15 0x000000332005bcb5 in scm_c_with_continuation_barrier (func=<optimized out>, data=<optimized out>)
    at continuations.c:551
#16 0x00000033200db9dc in with_guile_and_parent (base=base at entry=0x7fffffffd740, data=data at entry=0x7fffffffd770)
    at threads.c:906
#17 0x0000003f03613322 in GC_call_with_stack_base (fn=fn at entry=0x33200db990 <with_guile_and_parent>, arg=arg at entry=0x7fffffffd770) at misc.c:1840
#18 0x00000033200dbe08 in scm_with_guile (parent=<optimized out>, data=0x7fffffffd770, func=0x3320082cc0 <invoke_mai---Type <return> to continue, or q <return> to quit---
n_func>) at threads.c:949
#19 0x00000033200dbe08 in scm_with_guile (func=func at entry=0x3320082cc0 <invoke_main_func>, data=data at entry=0x7fffffffd7a0) at threads.c:955
#20 0x0000003320082eb5 in scm_boot_guile (argc=<optimized out>, argv=<optimized out>, main_func=<optimized out>, closure=<optimized out>) at init.c:319
#21 0x0000000000405c70 in main (argc=1, argv=0x7fffffffd908)
    at /kobaltnet/janssege/Development/gnucash/gnucash-master/src/bin/gnucash-bin.c:776
(gdb) 


More information about the gnucash-devel mailing list