On 2015-02-19, Joseph Oficre <seran...@gmail.com> wrote: > Hello. > I have a question here. Why is x2goclient still "unsupported"? I mean..it's > pretty free and i use x2go instead of NX. > The only thing why i still dont use OpenBSD on my desktop is x2goclient. > So once i've found this > https://github.com/jasperla/openbsd-wip/tree/master/x11/x2goclient > Successfully compiled (just need to change "lrelease" to "lrelease4". > > But when i try to connect i get "segmentation fault". Core file attached > below. Can someone help me to solve it, please? > > [demime 1.01d removed an attachment of type application/octet-stream which > had a name of x2goclient.core]
Don't send core dumps. They are useless without the source code and exact binary you are running, and may contain sensitive information. A backtrace might give clues. gdb /path/to/program /path/to/file.core bt However as this for something on openbsd-wip you are probably better off talking to the person who added it there.