libconcurrency
libconcurrency copied to clipboard
Not initializing probe causes fibers not to start
What steps will reproduce the problem?
1. Start with mint client
2. when making probe, set "all" entries in jmpbuf to random values
3. run example code.
What is the expected output? What do you see instead?
Full execution of example code.
Program will fail with "No Thread Launch" error.
What version of the product are you using? On what operating system?
Product revision 31. Windows 7 64bit.
Please provide any additional information below.
Processor: AMD Phenom II X4 910
Architecture: AMD64
FIX:
Can be fixed with initializing all probe members to 0.
Message to Author:
Thanks so much for this library! It's a great way to start learning about
coroutines and a good spring board for future projects.
Original issue reported on code.google.com by [email protected] on 29 Jul 2014 at 3:59