You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//kernel.h698default:
699/// ??? That is impossible700assert( false );
I am basically spawning a bunch of thread which then call push_{front, back} and pop_{front, back} over and over again ( I tried to do some performance evaluations).
The Error does not happen everytime, but quite often. I think that I am maybe using the library wrong, but as the assert just said "impossible" I thought that I better create this issue
The text was updated successfully, but these errors were encountered:
When using this library I get an assertion error:
Looking this up in the sources it states:
I am basically spawning a bunch of thread which then call push_{front, back} and pop_{front, back} over and over again ( I tried to do some performance evaluations).
The Error does not happen everytime, but quite often. I think that I am maybe using the library wrong, but as the
assert
just said "impossible" I thought that I better create this issueThe text was updated successfully, but these errors were encountered: