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

Windows - ipc_send_cb crash #1930

Open
mikisch81 opened this issue Nov 12, 2024 · 0 comments
Open

Windows - ipc_send_cb crash #1930

mikisch81 opened this issue Nov 12, 2024 · 0 comments

Comments

@mikisch81
Copy link

Describe the bug
Crash in ipc_send_cb in stressed reqrep example

Expected behavior
Client and server run without any crash

Actual Behavior
At one point client calls nng_send and a crash happens in the invocation of ipc_send_cb.

To Reproduce
Run the modified version of the reqrep example with ipc transport from here: https://gist.github.com/mikisch81/428c4ad87afcc1c8881b282cd5e80eb3

This example also was used to reproduce #1827 and #1837

Server: reqrep.exe server ipc://testing.nng
Client: reqrep.exe client ipc://testing.nng

** Environment Details **

  • NNG version: 1.9.0
  • Operating system and version: Windows 10
  • Compiler and language used: C/C++ clang
  • Shared or static library: static

Additional context

Screenshot 2024-11-12 at 11 15 44 AM

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