preshing / junction

Concurrent data structures in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash in Debug lib.

zmzmdr opened this issue · comments

commented

Hi,
I have a crash when I linked the lib which build following.

$ git clone https://github.com/preshing/junction.git
$ git clone https://github.com/preshing/turf.git
$ cd junction
$ cmake -DCMAKE_INSTALL_PREFIX=~/junction-install -DJUNCTION_WITH_SAMPLES=OFF ..
$ cmake --build . --target install --config Debug

And the test file is 'MapScalabilityTests'.
Here is the callstack.
image

commented

The 'TURF_WITH_ASSERTS ' macro should be defined?
This action quick fixed my problem.

I am having same problem
How did you solve this issue?