We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bda10 commit 5a0b2a7Copy full SHA for 5a0b2a7
docs/troubleshooting/README.md
@@ -34,7 +34,7 @@ o2-analysis-... > stdout.log 2>&1
34
Search for keywords related to problems in the log file using the `grep` command:
35
36
```bash
37
-grep -e "\\[ERROR\\]" -e "\\[FATAL\\]" -e "segmentation" -e "Segmentation" -e "SEGMENTATION" -e "command not found" -e "Program crashed" -e "Error:" -e "Error in " -e "\\[WARN\\]" stdout.log
+grep -e "\\[ERROR\\]" -e "\\[FATAL\\]" -e "segmentation" -e "Segmentation" -e "SEGMENTATION" -e "command not found" -e "Program crashed" -e "Error:" -e "Error in " -e "\\[WARN\\]" -e "Warning in " stdout.log
38
```
39
40
Try to understand and resolve the first reported problem.
0 commit comments