Gentoo Archives: gentoo-user

From: Nikola Hardi <hardi.nikola@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] apps-office/gtg Won't Work on ~amd64
Date: Fri, 04 Mar 2011 21:36:31
Message-Id: 4D71692D.70506@gmail.com
In Reply to: Re: [gentoo-user] apps-office/gtg Won't Work on ~amd64 by Paul Hartman
1 On 03/04/2011 08:11 PM, Paul Hartman wrote:
2 > On Fri, Mar 4, 2011 at 5:21 AM, Nikola Hardi <hardi.nikola@×××××.com> wrote:
3 >> Hi! I've got some troubles with running apps-office/gtg (Getting Things
4 >> Gnome) on my ~amd64 machine. I'm just getting segmentation fault. A
5 >> friend of mine told me that it works on amd64 arch. Have anybody else
6 >> expirienced such problem on ~amd64 and what could be the problem? I've
7 >> tried to run it as normal and as a root user, and got the same problem.
8 >>
9 >> This is my the first post on some mailing list so please tell me if I've
10 >> done something wrong. :)
11 > Hi, and welcome to the list. :)
12 >
13 > You can try to run it via strace to see what it's doing when it crashes.
14 >
15 > You can try to compile it with debug symbols in-tact and run it in a debugger.
16 >
17 > Also check dmesg output after the segfault happens, sometimes it'll
18 > write something to the kernel log there (especially if it's glibc
19 > blocking potential buffer overruns etc.).
20 >
21 >
22 Thanks for the welcome. :)
23
24 I've found something in dmesg about uuids:
25
26 [ 5082.367340] gtg[4333]: segfault at 8 ip 00007f95dd57e9d2 sp
27 00007ffff23614d0 error 6 in libuuid.so.1.3.0[7f95dd57d000+4000]
28 [ 5119.329740] gtg[4575]: segfault at 8 ip 00007f5a1f8af9d2 sp
29 00007fff6dd74e30 error 6 in libuuid.so.1.3.0[7f5a1f8ae000+4000]
30 [ 7920.250220] gtg[32397]: segfault at 8 ip 00007fa971ae49d2 sp
31 00007fffbb013590 error 6 in libuuid.so.1.3.0[7fa971ae3000+4000]
32
33 And I was told on #gtg support channel that it has to be something with
34 this bug:
35
36 http://bugs.gentoo.org/show_bug.cgi?id=317557
37
38 Here is the strace log, too: http://pastebin.com/LRyLgv1H
39
40 The solution may be downgrade of the sys-apps/util-linux and libuuid
41 library. A quick fix is random number generator for uuid, for now. :D