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

part3: aborts upon calling handler #4

Closed
607011 opened this issue May 3, 2023 · 5 comments
Closed

part3: aborts upon calling handler #4

607011 opened this issue May 3, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@607011
Copy link
Contributor

607011 commented May 3, 2023

aborts upon calling handler in trip::router::execute(), see line 112 as well as 114 in https://github.com/ct-Open-Source/micro-webservice/blob/part3/trip/router.hpp
This happens only when running on Windows. No problems with neither Linux nor macOS.
This magically does not happen with macOS Ventura 13.3.1 (running on MacBook Air M2).

@607011 607011 added the bug Something isn't working label May 3, 2023
@607011 607011 self-assigned this May 3, 2023
@607011 607011 changed the title part3/Windows: aborts upon calling handler part3/Windows & WSL w/ Win 11: aborts upon calling handler May 3, 2023
607011 added a commit that referenced this issue May 3, 2023
@607011 607011 changed the title part3/Windows & WSL w/ Win 11: aborts upon calling handler part3: aborts upon calling handler May 3, 2023
@607011
Copy link
Contributor Author

607011 commented May 3, 2023

Commit edce323 shifted the problem from a segfault to a call of a pure virtual function. But: Still macOS is not affected, only Windows (incl. WSL) and Linux.

607011 added a commit that referenced this issue May 3, 2023
@607011
Copy link
Contributor Author

607011 commented May 3, 2023

Commit 4d022b7 fixed the problem for Linux targets. Tests with Windows to come …

@607011
Copy link
Contributor Author

607011 commented May 3, 2023

macOS Ventura: ✅

@607011
Copy link
Contributor Author

607011 commented May 4, 2023

Windows 11: ✅

@607011
Copy link
Contributor Author

607011 commented May 4, 2023

WSL (Win 11): ✅

@607011 607011 closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant