crow
crow copied to clipboard
Crow - a C++ client for Sentry
`std::runtime_error` is used in this file, but it had not been included. I'm assuming after 2 years this has already been fixed in your work's fork, but I had to...
Thank you very much for this project! Could you please clarify the distinction between this project and [Sentry-Native](https://github.com/getsentry/sentry-native)? Maybe even on the front-page (README)? I just stumbled upon this, and...
Fixing https://github.com/nlohmann/crow/issues/33
[CMakeLists](https://github.com/nlohmann/crow/blob/master/CMakeLists.txt) file declares that minimum supported is **3.8**, but on Travis it seems that **osx_image: xcode8** has version **3.6.1**. On develop branch xcode8 is not part of the test build,...
Calling crow (capture_message, capture_exception) crashes on Ubuntu 18.04 with segmentation fault error. After investigation, we noticed that curl_wrapper has problem: Call to curl_easy_getinfo passes int instead of long as third...
Fixed issue with segmentation fault: https://curl.haxx.se/libcurl/c/CURLINFO_RESPONSE_CODE.html
- Added method wait_pending_jobs to support waiting of pending posts
https://github.com/nlohmann/crow/blob/ded07ab606c019eae9d47a885a8adfaf18bb0205/include/crow/crow.hpp#L239
conan is a package manager for C/C++
Error executing crow-master/examples/integration/external_project/example.cpp detailed information is(gdb the core file appear the information) : Program terminated with signal 11, Segmentation fault. #0 0x000000313407b93c in free () from /lib64/libc.so.6 add some debug...