On 2019/03/08 08:57, 岡本健二 wrote: > I have a problem to run gnucash on my -current system: > > It does not remember the previous state of windows size, position, or > opened files before... and dumps gnucash.core every time. > > I checked it as: > ci5hp2: gdb gnucash -c gnucash.core, and found the errors as: > Reading symbols from /usr/local/lib/librsvg-2.so.39.0... > Error while reading shared library symbols: > Dwarf Error: wrong version in compilation unit header (is 4, should be 2) > [in > module /usr/local/lib/librsvg-2.so.39.0] > > I'm using pkg_add -u version of gnucash. > > Kenji
gdb in base is very old (we have stayed with the last GPLv2 version) - you may be able to get a backtrace with the new one in ports: # pkg_add gdb $ egdb gnucash -c gnucash.core
