| 1311 |  |  | 
| 1312 |  | Added -n option to mkillum for (shared memory) parallel processing. | 
| 1313 |  |  | 
| 1314 | < | Fixed long-standing bug in parallel processing code that only seemed | 
| 1315 | < | to manifest with the new mkillum -n option, where rtrace would | 
| 1316 | < | deadlock upon termination. | 
| 1314 | > | Fixed a long-standing bug in parallel processing code that only | 
| 1315 | > | seemed to manifest with the new mkillum -n option, where rtrace | 
| 1316 | > | would deadlock upon termination.  The reason it never showed up | 
| 1317 | > | before is because I always closed processes in the reverse order | 
| 1318 | > | of opening them in other programs.  I went through and found similar | 
| 1319 | > | (potential) bugs in the rview device subprocess code and util/netproc.c. |