On Tue, May 28, 2019 at 1:45 PM Spenser Gilliland <spenser@sima.ai> wrote:
> I have a user who is having issues with x2go client on OSX. He's using x2go in broker mode with the following options.
>
> $ open -a x2goclient --args --broker-url=http://<our-broker>:8080/plain/inifile
>
> The client is crashing approximately twice a day with the following (sorry for the length) message from OSX.
>
> Thanks,
> Spenser
>
> Process: x2goclient [1234]
> Path: /Applications/x2goclient.app/Contents/MacOS/x2goclient
> Identifier: x2goclient
> Version: 4.1 (4.1.2.1 git-84dcac55b72c 20180626)
...
> Crashed Thread: 7 SshMasterConnection
>
> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: EXC_I386_GPFLT
> Exception Note: EXC_CORPSE_NOTIFY
For me this looks like a problem in libssh. Maybe you can upgrade that one?
Uli