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

Segmentation fault when running with default parameters #1

Open
GregBurns opened this issue Sep 6, 2018 · 0 comments
Open

Segmentation fault when running with default parameters #1

GregBurns opened this issue Sep 6, 2018 · 0 comments

Comments

@GregBurns
Copy link

RoundTrip_ping with default parameters seg faults when run against a single instance of RoundTrip_pong also with default parameters. The default senderId for RoundTrip_pong is 0 and the problem appears to be the [msg->senderId - 1] index around line 277. I believe this should be simply [msg->senderId]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant