in reply to Re^3: weird case of memory corruption? -- Tk ProgressBar bugged?
in thread weird case of memory corruption?
this is exatcly the point: my code show the bug that happens only sometimes. Try to execute the code many times:
>perl tkprogressbar2.pl Use of uninitialized value in numeric ge (>=) at tkprogressbar2.pl lin +e 31. WARNING: $pid{ex1}{val} NOT FOUND!! ("ex1", { as => "temp", val => undef }) >perl tkprogressbar2.pl >perl tkprogressbar2.pl >perl tkprogressbar2.pl >perl tkprogressbar2.pl Use of uninitialized value in numeric ge (>=) at tkprogressbar2.pl lin +e 31. WARNING: $pid{ex1}{val} NOT FOUND!! ("ex1", { as => "temp", val => undef })
L*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: weird case of memory corruption? -- Tk ProgressBar bugged?
by Marshall (Canon) on May 12, 2021 at 11:44 UTC |