Closed yystju closed 4 years ago
Oh, I forgot to mention:
1) I am using cmake to manage the build. I found on windows Release build, the code can work very well. On WSL(Windows Subsystem Linux) Ubuntu20.04, It can work as well on both Release and Debug build. I haven't tried macOS, but, yestoday, the code can work on it...
2) My code is based on boot 1.73.0
Hello, @yystju !
Can you please check does it work with last fixes in develop
branch?
thanks!
Hi,
I have been using boost::fiber in my code for several weeks now. Before today it works very well. But this morning, I run into an BOOT_ASSERT failure which occurred at/lib/fiber/src/scheduler.cpp:406. For now, I think I've tried all what I can do ... from building boosts again to comment all the content of the coroutine functions... At last, I found the official example "work_stealing.cpp" cannot work as well... I am guessing it's related to the updating of my windows10 this morning... But I have no direct evidence. Please take a look, if there're other guys who also run into the situation...
Thank you.
-Quan
The boost code is like below:
My code is like (I removed the not-related parts, but it's based on the "work_stealing.cpp"):
Please see the attached snapshot for what happened...