Re: x2goclient: segfault

2016-05-15 Thread Rafael Sadowski
On Sun May 15, 2016 at 03:06:45AM +0200, Jeremie Courreges-Anglas wrote: > Jeremie Courreges-Anglas writes: > > > Jeremie Courreges-Anglas writes: > > > >> Denis Fondras writes: > >> > Try to increase your stack size. > > $

Re: x2goclient: segfault

2016-05-15 Thread Denis Fondras
On Sun, May 15, 2016 at 03:06:45AM +0200, Jeremie Courreges-Anglas wrote: > Aaaand it turns out that not only OpenBSD is affected, here's a short > diff that makes x2goclient run ssh properly. > I am happy to confirm your patch resolves the issue :) Thank you very much Jeremie.

Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Jeremie Courreges-Anglas writes: > >> Denis Fondras writes: >> Try to increase your stack size. $ ulimit -s 4096 $ ulimit -Hs 32768 >>> >>> Thank you Jeremie. >>> >>>

Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Denis Fondras writes: > >>> Try to increase your stack size. >>> >>> $ ulimit -s >>> 4096 >>> $ ulimit -Hs >>> 32768 >>> >> >> Thank you Jeremie. >> >> $ ulimit -a >> core file size (blocks, -c) unlimited >>

Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Denis Fondras writes: >> Try to increase your stack size. >> >> $ ulimit -s >> 4096 >> $ ulimit -Hs >> 32768 >> > > Thank you Jeremie. > > $ ulimit -a > core file size (blocks, -c) unlimited > data seg size (kbytes, -d) 33554432 > file size

Re: x2goclient: segfault

2016-05-14 Thread Denis Fondras
> Try to increase your stack size. > > $ ulimit -s > 4096 > $ ulimit -Hs > 32768 > Thank you Jeremie. $ ulimit -a core file size (blocks, -c) unlimited data seg size (kbytes, -d) 33554432 file size (blocks, -f) unlimited max locked memory (kbytes, -l)

Re: x2goclient: segfault

2016-05-14 Thread Jeremie Courreges-Anglas
Denis Fondras writes: > Hi, > > When launching x2goclient (from openbsd-wip) on amd64/5.9 it segfaults. > The problem lies with the buffer[] declaration in > SshMasterConnection::channelLoop(). When the I move it outside of the function > it works like a charm. Can a dev

Re: x2goclient

2013-12-22 Thread Stuart Henderson
On 2013/12/22 03:15, Predrag Punosevac wrote: I noticed that Rafael Sadowski was working on x2goclient https://github.com/jasperla/openbsd-wip/blob/master/x11/x2goclient/Makefile Are there any serious technical obstacles to commit the port? Due to the fact that NX is no completely

Re: x2goclient

2013-12-22 Thread Predrag Punosevac
Stuart Henderson st...@openbsd.org wrote: On 2013/12/22 03:15, Predrag Punosevac wrote: I noticed that Rafael Sadowski was working on x2goclient https://github.com/jasperla/openbsd-wip/blob/master/x11/x2goclient/Makefile Are there any serious technical obstacles to commit the port?