You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TaskBuilder::spawn() is causing a "conditional jump or move depends on uninitialized values(s)" error in valgrind.
fn main() { spawn(proc() {}) }
Is the absolute minimum required to reproduce, and the error message is still present if a TaskBuilder is created and TaskBuilder::spawn() is called directly. Tested on 18c451f (most recent master as of this post).
The text was updated successfully, but these errors were encountered:
TaskBuilder::spawn() is causing a "conditional jump or move depends on uninitialized values(s)" error in valgrind.
fn main() { spawn(proc() {}) }
Is the absolute minimum required to reproduce, and the error message is still present if a TaskBuilder is created and TaskBuilder::spawn() is called directly. Tested on 18c451f (most recent master as of this post).
The text was updated successfully, but these errors were encountered: