On Fri, Mar 4, 2011 at 5:21 AM, Nikola Hardi <[email protected]> wrote: > Hi! I've got some troubles with running apps-office/gtg (Getting Things > Gnome) on my ~amd64 machine. I'm just getting segmentation fault. A > friend of mine told me that it works on amd64 arch. Have anybody else > expirienced such problem on ~amd64 and what could be the problem? I've > tried to run it as normal and as a root user, and got the same problem. > > This is my the first post on some mailing list so please tell me if I've > done something wrong. :)
Hi, and welcome to the list. :) You can try to run it via strace to see what it's doing when it crashes. You can try to compile it with debug symbols in-tact and run it in a debugger. Also check dmesg output after the segfault happens, sometimes it'll write something to the kernel log there (especially if it's glibc blocking potential buffer overruns etc.).

