-
Notifications
You must be signed in to change notification settings - Fork 27
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
Run for some mins, there is a segmentation error #17
Comments
Thanks! I'll look at it. There are important pieces of information missing: how did you compile the library and your application, e.g., which Boost version is used. To reproduce the example, I'd probably need to know what "influx.h" and |
as you're using the async api, are you sure, you're not just running out of memory? |
reproduced the code in a branch. Will wait for a couple of minutes. I don't see anything suspicious. You're not pushing too many points either. I'll try shutting down the database after a while to see what happens |
when there's no connectivity to the DB the program terminates
↓
|
Now I think I can say for sure, there was an error inserting data into the DB. Added explicit waits for the cpprestsdk request tasks, catching and re-throwing errors. Opened #18 as an open-ended follow-up reminder. Now your program should run, and in case of errors output something like:
|
Here is my file
main.cc
The text was updated successfully, but these errors were encountered: