1 |
Problem: inconsistently synchronized I/O stmts
-
Symptom: jumbled output, system error messages
-
Fix: critical/ordered section around I/O
|
2 |
Problem: inconsistent declarations of common vars
-
Symptom: segment violation
-
Fix: verify consistent declaration
|
3 |
Problem: parallel stack size problems
-
Symptom: core dump
-
Fix: increase stack size
|