Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfbInitClient segmentation fault on macOS native builds #25

Open
changkun opened this issue Feb 18, 2020 · 0 comments
Open

rfbInitClient segmentation fault on macOS native builds #25

changkun opened this issue Feb 18, 2020 · 0 comments
Assignees
Labels
help wanted Extra attention is needed NeedsInvestigation

Comments

@changkun
Copy link
Owner

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:

  1. build occamy natively on vnc branch
  2. run occamyd
  3. access web client
  4. connect to vnc container
  5. see the error

Expected behavior
connect normally

Desktop (please complete the following information):

  • OS: macOS
  • Browser chrome
@changkun changkun added help wanted Extra attention is needed NeedsInvestigation labels Feb 18, 2020
@changkun changkun self-assigned this Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed NeedsInvestigation
Projects
None yet
Development

No branches or pull requests

1 participant