ct-Open-Source / micro-webservice

Micro-Webservice, implementiert mit Boost.Beast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

part3: aborts upon calling handler

607011 opened this issue · comments

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).

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.

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

macOS Ventura: ✅

Windows 11: ✅

WSL (Win 11): ✅