Re: GnuCash Segfaults on start

2014-04-27 Thread Herbert Mühlburger
Hi, Am 2014-04-24 22:38, schrieb Geert Janssens: Can you generate a backtrace from the core file ? That will give some insight in where exactly gnucash is segfaulting. I attached the backtrace of the crash. Regards, Herbert. #0 0x7fffd599edac in dbi_initialize_r () from

Re: GnuCash Segfaults on start

2014-04-27 Thread Geert Janssens
On Sunday 27 April 2014 21:16:02 Herbert Mühlburger wrote: Hi, Am 2014-04-24 22:38, schrieb Geert Janssens: Can you generate a backtrace from the core file ? That will give some insight in where exactly gnucash is segfaulting. I attached the backtrace of the crash. Regards,

Re: GnuCash Segfaults on start

2014-04-24 Thread Geert Janssens
On Thursday 24 April 2014 22:26:29 Herbert Mühlburger wrote: Hi, GnuCash segfaults when I try to run it on Ubuntu 14.04 64bit. My latest revision is: e6c36983d49b578a89395d1719016670e8d0fbb2 I did not change any source code I just wanted to compile the latest version and run it. Any

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
It might be best to work on 2.6..1. Here'e the 2.6.1 compile error - which involves libgnc: libtool: link: gcc -Wdeclaration-after-statement -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -o .libs/gnucash gnucash-bin.o -pthread -Wl,--export-dynamic -pthread

Re: Gnucash Segfaults

2014-02-28 Thread Geert Janssens
On Friday 28 February 2014 02:12:23 Ted Creedon wrote: It might be best to work on 2.6..1. Here'e the 2.6.1 compile error - which involves libgnc: libtool: link: gcc -Wdeclaration-after-statement -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -o

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
deleted 2.4, 2.6.1 compiled fine but when executing: gnucash: error while loading shared libraries: libgnc-gnome.so.0: cannot open shared object file: No such file or directory libgnc-gnome. was deleted when 2.4 was removed and its not in the suse distro. So I moved it did ldconfig cp

Re: Gnucash Segfaults

2014-02-28 Thread Geert Janssens
Hmm, you should not be copying files around like that. That makes everything much harder to track. First question: how do you install gnucash ? I presume using make install ? What prefix are you using for this ? I strongly suggest using something other than /usr or /usr/local. These two

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
Yes, removed the cp - it was there all the time Yes make install strace gnucash: cut open(/etc/localtime, O_RDONLY)= 6 fstat(6, {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0 mmap(NULL, 2819, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f7dcbf7 close(6)= 0

Re: Gnucash Segfaults

2014-02-28 Thread Geert Janssens
Ah, it looks like gnucash (or better GIO) is not finding the gsettings schemas. GIO aborts in that case. I have seen this happen before when environment variable XDG_DATA_DIRS is not set correctly for your specific set up. Is XDG_DATA_DIRS set on your system ? What is your installation

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
echo $XDG_DATA_DIRS /usr/share:/usr/share no prefixes On Fri, Feb 28, 2014 at 4:43 AM, Geert Janssens janssens-ge...@telenet.bewrote: Ah, it looks like gnucash (or better GIO) is not finding the gsettings schemas. GIO aborts in that case. I have seen this happen before when

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
needs to set to /usr/local/shareexport export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/local/share now running fine lets see how my tax run works out thank you tedc On Fri, Feb 28, 2014 at 4:43 AM, Geert Janssens janssens-ge...@telenet.bewrote: Ah, it looks like gnucash (or better GIO) is not

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
ps in a make what should the prefix be? tedc On Fri, Feb 28, 2014 at 5:15 AM, Ted Creedon tcree...@easystreet.netwrote: needs to set to /usr/local/shareexport export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/local/share now running fine lets see how my tax run works out thank you tedc

Re: Gnucash Segfaults

2014-02-28 Thread Geert Janssens
On Friday 28 February 2014 05:17:06 Ted Creedon wrote: ps in a make what should the prefix be? You can use whatever you want. If the program should be available for several users on the system /opt is a common choice. If you're the only user you could set it to $HOME/gnucash for example. You

Re: Gnucash Segfaults

2014-02-27 Thread Derek Atkins
Hi, On Thu, February 27, 2014 8:16 pm, Ted Creedon wrote: gnucash[12625]: segfault at 10016 ip 7f15bd5d4cac sp 7fff24f1a228 error 4 in libgobject-2.0.so.0.3800.2[7f15bd5a2000+4f000] Any chance you could pull a full backtrace? This says that the crash happened in one of GnuCash's

Re: Gnucash segfaults

2009-03-11 Thread Derek Atkins
Micha Lenk mi...@lenk.info writes: Hi, I know that Gnucash 2.2.6 is somewhat outdated. But can someone please have a short glimpse at the following Debian bug report?: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519148 Any other suggestions on how to tackle the problem? Get a stack