[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GWorkspace and new ABI
From: |
Johannes Brakensiek |
Subject: |
Re: GWorkspace and new ABI |
Date: |
Mon, 14 Oct 2019 11:01:29 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
Hi Ivan,
thank you very much for your help! As I did not do any debugging of
GNUstep/ObjC before this really helps.
Am 11.10.19 um 16:06 schrieb Ivan Vučica:
> 1. Try using gdb to run GWorkspace (I'd guess gdb
> /usr/GNUstep/Applications/GWorkspace.app/GWorkspace should do the
> trick). Then when it inevitably calls abort(), you'll be dropped into
> gdb's CLI. Type 'bt' to get the backtrace which will tell you which
> library tried to access a bad protocol.
>
> It still won't tell you which protocol is that, but it's a start.
>
> 2. If you haven't done things like that before and don't have
> time/will to try it now, and if you previously had GNUstep on the
> machine, I'd try to nuke /usr/GNUstep and possibly
> ~/GNUstep/Library/Libraries, then /etc/GNUstep.conf. Then reinstall
> from scratch.
As I had installed 1.9 runtime to test if it works (it does) I tried
both. After reinstallation the error remains.
This is what gdb reports - not really helpful I think:
Starting program: /usr/GNUstep/Local/Tools/GWorkspace
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Unknown protocol version
Program received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50 ../sysdeps/unix/sysv/linux/raise.c: File not found.
I think the last error is raised after SIGABRT, so probably not the
cause of the issue?
So if anybody has a further hint I'll try again or otherwise just stick
to 1.9 for a while.
Johannes
- GWorkspace and new ABI, Johannes Brakensiek, 2019/10/05
- Re: GWorkspace and new ABI, Bertrand Dekoninck, 2019/10/05
- Re: GWorkspace and new ABI, Ivan Vučica, 2019/10/07
- Re: GWorkspace and new ABI, Ivan Vučica, 2019/10/07
- Re: GWorkspace and new ABI, Johannes Brakensiek, 2019/10/07
- Re: GWorkspace and new ABI, Ivan Vučica, 2019/10/11
- Re: GWorkspace and new ABI,
Johannes Brakensiek <=
- Re: GWorkspace and new ABI, Johannes Brakensiek, 2019/10/14
- Re: GWorkspace and new ABI, David Chisnall, 2019/10/14
- Re: GWorkspace and new ABI, Johannes Brakensiek, 2019/10/15
- Re: GWorkspace and new ABI, David Chisnall, 2019/10/15
- Re: GWorkspace and new ABI, Johannes Brakensiek, 2019/10/15
- Re: GWorkspace and new ABI, Riccardo Mottola, 2019/10/18
- Re: GWorkspace and new ABI, Johannes Brakensiek, 2019/10/20
- Re: GWorkspace and new ABI, Johannes Brakensiek, 2019/10/20
- Re: GWorkspace and new ABI, Sebastian Reitenbach, 2019/10/22
- Re: GWorkspace and new ABI, Johannes Brakensiek, 2019/10/22