yyzybb537 / libgo

Go-style concurrency in C++11
MIT License
3.18k stars 754 forks source link

mutex destroyed while busy #280

Open tianhaifu opened 1 year ago

tianhaifu commented 1 year ago

用 vs2017的debug下,运行 sample3_channel.cpp,会报 mutex destroyed while busy,然后程序crash,咋回事啊,bug?

paradiseforgithub commented 1 year ago

已收到您的邮件,如有问题会尽快给您回复. 

zsxcandy commented 1 year ago

好多例子在windows上都会崩溃啊

bizehao commented 1 year ago

我的也是 会崩溃 报这个错误

bizehao commented 1 year ago

release下正常 debug下报这个错误