Boost exception "bad function call" #52
Unanswered
ferchor2003
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @ferchor2003 , first of all, thank you for using Your application is catching a Let me know and -- if it's a library issue -- I will fix it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When my application starts receiving and handling a few hundred calls the ios.run() method will throw a "bad function call" exception and refuse to reconnect the socket. This of course means the flow of asterisk events to the application stop and with that all my calls.
How can I locate which is the "bad function"? I understand this is boost telling me that execution has reached a function object which is empty.
Dev Environment:
Visual Studio 2015 with Boost 1_75_0. amd64
Deployment Environment:
Windows Server 2019 Datacenter, 64 bit
16 MB Ram on AWS m5.xlarge
This is the main loop of the std::thread running the ios.run():
Beta Was this translation helpful? Give feedback.
All reactions