Opened 12 years ago
Closed 12 years ago
#121 closed defect (fixed)
parallel bug in pb
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | critical | Milestone: | 0.12.3 |
Component: | pb | Version: | 0.12.2 |
Keywords: | Cc: |
Description
in function pb_setup2v, the script used is not basedon a real temp name and thus is overwritten by the different processes leading to pb with sbx2setupvm e.g. Should be rather:
my $pbscript = "$ENV{'PBDESTDIR'}/setupv.$$";
Note:
See TracTickets
for help on using tickets.
Same for my $pbscript = "$ENV{'PBDESTDIR'}/snapv"; in pb_snap2v, pb_update2v. Also verify calls to pb_script2v
Check also pb_send2target line 2393.