Link Copied
A test case that reproduces the problem... Or,
1. In a Debugger, seta break point on a line 692 in 'task.h' and as soon as a program hits the break point step-into it:
...
static void spawn_root_and_wait( task& root ) {
root.prefix().owner->spawn_root_and_wait( root, root.prefix().next );
}
...
2. Continue debugging inside the function untillAccess Violation ( SEGFAULT )happens...
Best regards,
Sergey
For more complete information about compiler optimizations, see our Optimization Notice.