pallassgj / bpipe

Automatically exported from code.google.com/p/bpipe
0 stars 1 forks source link

Same stage used with multiple different parameters in parallel causes errors #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Calling the same stage multiple times in parallel and customizing it with the 
"using" construct causes NullPointerException errors in all but one of the 
parallel paths.

eg: "s_%.txt" * [ hello.using(foo:"cat"), hello.using(foo:"bar") ] 

See test case "param_nested_parallel" for details.

Original issue reported on code.google.com by ssade...@gmail.com on 16 Aug 2012 at 12:42

GoogleCodeExporter commented 9 years ago

Original comment by ssade...@gmail.com on 16 Aug 2012 at 12:50

GoogleCodeExporter commented 9 years ago
0.9.6.1

Original comment by ssade...@gmail.com on 16 Aug 2012 at 2:01