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. > > Rega

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 /usr/lib/x86_

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 &g

GnuCash Segfaults on start

2014-04-24 Thread Herbert Mühlburger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 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 suggestions? The

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. Yo

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 wrote: > 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

Re: Gnucash Segfaults

2014-02-28 Thread Geert Janssens
On Friday 28 February 2014 05:06:49 Ted Creedon wrote: > echo $XDG_DATA_DIRS > > /usr/share:/usr/share > > > no prefixes > No prefix means the default prefix. That is usually /usr/local So the gsettings files will be stored in /usr/local/share/glib-2.0/schemas Since /usr/local/share is not in

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 wrote: > Ah, it looks like gnucash (or better GIO) is not finding the gsettings > s

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 wrote: > 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

Re: Gnucash Segfaults

2014-02-28 Thread Johannes Kapune
Hello Ted, for opensuse best GnuCash version you can get at repository of Johannes Engel: http://download.opensuse.org/repositories/home:/j-engel/openSUSE_13.1/ normally this works very well Johannes Am 28.02.2014 13:43, schrieb Geert Janssens: Ah, it looks like gnucash (or better GIO) is n

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 prefi

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
Yes, removed the cp - it was there all the time Yes make install strace gnucash: 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 munmap(0

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 paths

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 /data/

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 > .libs/

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
GNU cash froze up after generatiing a TXF report & jumping around to transactions No other actions done. I'd be glad to stack trace 2.6.1 if I can get it to compile tedc Program received signal SIGSEGV, Segmentation fault. 0x73075cac in g_type_check_instance_is_a () from /usr/lib64/libgo

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 ../../sr

Re: Gnucash Segfaults

2014-02-28 Thread Frank H. Ellenberger
Hi, Am 28.02.2014 02:51, schrieb Derek Atkins: : > On Thu, February 27, 2014 8:16 pm, Ted Creedon wrote: : >> built from r4dc6397+ on 2013-09-28. > > No idea what release this is... > >> OpenSuSe 13.1 >> >> What is a stable release? > > 2.6.1 is the current stable release. You can find several

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

Gnucash Segfaults

2014-02-27 Thread Ted Creedon
gnucash[12625]: segfault at 10016 ip 7f15bd5d4cac sp 7fff24f1a228 error 4 in libgobject-2.0.so.0.3800.2[7f15bd5a2000+4f000] built from r4dc6397+ on 2013-09-28. OpenSuSe 13.1 What is a stable release? Tedc ___ gnucash-devel mailing list gn

Re: Gnucash segfaults

2009-03-11 Thread Derek Atkins
Micha Lenk 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 trace? h

Gnucash segfaults

2009-03-10 Thread Micha Lenk
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? Regards Micha ___