e-shubin
Results
2
issues of
e-shubin
There is a race condition between checking out of a worker from the pool and worker process's termination. In test case provided worker is terminated via gen_server:cast for more reliable...
A simple eunit test case causes an error in redbug ``` erlang rb_test() -> {_, _} = redbug:start("lists:sort->stack", [{print_file, "redbug.txt"}]), timer:sleep(2000), ?assertEqual([1,2,3], lists:sort([3,2,1])), redbug:stop(). ``` ``` =ERROR REPORT==== 4-Feb-2014::15:04:28 ===...