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
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_
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
-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
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
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
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
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
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
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
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
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
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
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/
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/
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
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
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
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[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
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
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
___
22 matches
Mail list logo