changkun/occamy
rfbInitClient segmentation fault on macOS native builds
Offen
#25 geöffnet am 18.02.2020
NeedsInvestigationhelp wanted
Repository-Metriken
- Stars
- (319 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Describe the bug segmentation fault exit, debug shows the error hanppens in between of
if (vnc_settings->encodings)
rfb_client->appData.encodingsString = strdup(vnc_settings->encodings);
and
if (rfbInitClient(rfb_client, NULL, NULL)) {
which means it is because of the rfbInitClient. Not sure why.
To Reproduce Steps to reproduce the behavior:
- build occamy natively on
vncbranch - run occamyd
- access web client
- connect to vnc container
- see the error
Expected behavior connect normally
Desktop (please complete the following information):
- OS: macOS
- Browser chrome