-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I am trying to start a tiny service on my pc. And I copy the example provided in README entirely.
Then I use service_setup_ex.exe to register the service on my pc. The problem shows as soon as I click start the service.

Since I cannot debug a "server" mode app, I change the mode to "common". Then I found the crash happens at
my_log_file_ << "Start Log..." << std::endl;
It prompts to show an "Access Violation" exception.

But this only happens in release mode, not in debug mode.
Besides, I also have a try on the simple_server_example. The same problems happened.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels