[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep app fails on Ubuntu 16 shmget() related
From: |
Riccardo Mottola |
Subject: |
Re: GNUstep app fails on Ubuntu 16 shmget() related |
Date: |
Fri, 8 May 2020 10:45:43 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.2 |
Hi Andreas,
Andreas Höschler via Discussion list for the GNUstep programming
environment wrote:
>
> but rather with
>
>>> 2020-05-06 18:43:11.384 SOObjectBrowser[8177:8177] Warning: shmget()
>>> failed: Invalid argument.
>
> shmget is not used by gui but by the backend.
>
>
> /usr/src/GNUstep/libs-back# grep -r "shmget" .
>
> ./Source/x11/XWindowBuffer.m: shminfo.shmid = *shmget*(IPC_PRIVATE,
> ./Source/x11/XWindowBuffer.m: NSLog(@"XShm not supported,
> *shmget*() failed: %m.");
> ./Source/x11/XWindowBuffer.m: wi->shminfo.shmid =
> *shmget*(IPC_PRIVATE,
> ./Source/x11/XWindowBuffer.m: NSLog(@"Warning: *shmget*()
> failed: %m.");
> ./Source/x11/xutil.c:rximg->info.shmid = *shmget*(IPC_PRIVATE,
strange. On a setup with I suppose is very similar to yours, I don't get
this error.
What versions of gnustep are you using?
And again, I asked about how other applications perform on your setup.
Riccardo
- Re: GNUstep app fails on Ubuntu 16, (continued)
- Re: GNUstep app fails on Ubuntu 16, Liam Proven, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16, Andreas Höschler, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16, Liam Proven, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16, Johannes Brakensiek, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16, Andreas Höschler, 2020/05/06
Re: GNUstep app fails on Ubuntu 16, Riccardo Mottola, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16, Andreas Höschler, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16, Andreas Höschler, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16, Andreas Höschler, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16 shmget() related, Andreas Höschler, 2020/05/06
- Re: GNUstep app fails on Ubuntu 16 shmget() related,
Riccardo Mottola <=
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Andreas Höschler, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Fred Kiefer, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Fred Kiefer, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Andreas Höschler, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Fred Kiefer, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Andreas Höschler, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Fred Kiefer, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Andreas Höschler, 2020/05/08
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Fred Kiefer, 2020/05/09
- Re: GNUstep app fails on Ubuntu 16 - found workaround, Andreas Höschler, 2020/05/09