pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53812: vncserver consistently crashes
The following reply was made to PR pkg/53812; it has been noted by GNATS.
From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/53812: vncserver consistently crashes
Date: Wed, 26 Dec 2018 10:27:25 +0100
Hello Da,
mustang%engholm.org@localhost writes:
> [...]
> * install NetBSD-8.0 (several previous versions also demonstrate the
> problem)
> + select installation of binary packages (pkgin)
> * log in and install vnc package (pkgin install vnc)
> * start a VNC server (vncserver :1)
> * check to make sure Xvnc is running (pgrep -fl vnc;netstat -anfinet)
> * connect a vncviewer to the vncserver
> * note that Xvnc is no longer running (pgrep -fl vnc;netstat -anfinet)
> * note that Xvnc.core has been created
> [...]
At least in the case built from pkgsrc...
Can you please try to rebuild it from pkgsrc as follow?:
% env CFLAGS=-g INSTALL_UNSTRIPPED=yes make replace
Then when it crashes can you please share the share the output of?:
% gdb -core Xvnc.core `which Xvnc`
Another possible interesting information to look are messages in
`/var/log/messages' (some pkgsrc security machinisms produce
information there in case of program that violate them).
Thank you!
Home |
Main Index |
Thread Index |
Old Index