tesla1060

Results 3 issues of tesla1060

Hi, I have used `pip install ad3` to install, I am receiving the below error, ``` C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xlocale(342) : warning C 4530: C++ exception handler used, but...

Hi, I would like to know if below passing `shared_ptr` created potential race condtion, ``` #include #include #include #include #include #include #include #include #include "third_party/concurrentqueue.h" struct Dummy { std::string name_;...

Hi, I am getting a segfault in my code, it is a multi-thread program, the core dump is as below, ``` (gdb) bt full #0 0x0000000000441540 in try_dequeue (item=, this=0xbe3c50)...