Bug 1702411 Comment 45 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Looking at the frequency of different stacks with nsResult:

```
Errors:
> cat qmerrors_until_1622505580053.json | grep result | sort | uniq -c
    166                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     25                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
     18                 "result": "NS_ERROR_FILE_FS_CORRUPTED",
     10                 "result": "NS_ERROR_FILE_IS_LOCKED",
      3                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
     50                 "result": "NS_ERROR_FILE_NOT_FOUND",
      3                 "result": "NS_ERROR_FILE_READ_ONLY",
      4                 "result": null,

Warnings:
> cat qmwarnings_until_1622505580053.json | grep result | sort | uniq -c
     65                 "result": "NS_ERROR_FAILURE",
     27                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     15                 "result": "NS_ERROR_FILE_CORRUPTED",
      3                 "result": "NS_ERROR_FILE_DEVICE_FAILURE",
      1                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
      9                 "result": "NS_ERROR_FILE_IS_LOCKED",
      1                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
    108                 "result": "NS_ERROR_FILE_NOT_FOUND",
      2                 "result": "NS_ERROR_FILE_READ_ONLY",
     45                 "result": "NS_ERROR_FILE_TARGET_DOES_NOT_EXIST",
      6                 "result": "NS_ERROR_FILE_TOO_BIG",
     44                 "result": "NS_ERROR_ILLEGAL_VALUE",
      6                 "result": "NS_ERROR_MALFORMED_URI",
      7                 "result": "NS_ERROR_STORAGE_IOERR",
      6                 "result": "NS_ERROR_UNEXPECTED",
     55                 "result": null,
```

Please note, that this does not count, how often those stacks occur, it is just the number of stacks in this script run.

Things worth an investigation: 

Error | Comment
----|----
NS_ERROR_FILE_DEVICE_FAILURE | Should never be a Warning?
NS_ERROR_FILE_NO_DEVICE_SPACE  | Should never be a Warning?
NS_ERROR_FAILURE | See bug 1712582
NS_ERROR_UNEXPECTED | Unspecific?
Looking at the frequency of different stacks with nsResult:

```
Errors:
> cat qmerrors_until_1622505580053.json | grep result | sort | uniq -c
    166                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     25                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
     18                 "result": "NS_ERROR_FILE_FS_CORRUPTED",
     10                 "result": "NS_ERROR_FILE_IS_LOCKED",
      3                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
     50                 "result": "NS_ERROR_FILE_NOT_FOUND",
      3                 "result": "NS_ERROR_FILE_READ_ONLY",
      4                 "result": null,

Warnings:
> cat qmwarnings_until_1622505580053.json | grep result | sort | uniq -c
     65                 "result": "NS_ERROR_FAILURE",
     27                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     15                 "result": "NS_ERROR_FILE_CORRUPTED",
      3                 "result": "NS_ERROR_FILE_DEVICE_FAILURE",
      1                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
      9                 "result": "NS_ERROR_FILE_IS_LOCKED",
      1                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
    108                 "result": "NS_ERROR_FILE_NOT_FOUND",
      2                 "result": "NS_ERROR_FILE_READ_ONLY",
     45                 "result": "NS_ERROR_FILE_TARGET_DOES_NOT_EXIST",
      6                 "result": "NS_ERROR_FILE_TOO_BIG",
     44                 "result": "NS_ERROR_ILLEGAL_VALUE",
      6                 "result": "NS_ERROR_MALFORMED_URI",
      7                 "result": "NS_ERROR_STORAGE_IOERR",
      6                 "result": "NS_ERROR_UNEXPECTED",
     55                 "result": null,
```

Please note, that this does not count, how often those stacks occur, it is just the number of unique stacks in this script run.

Things worth an investigation: 

Error | Comment
----|----
NS_ERROR_FILE_DEVICE_FAILURE | Should never be a Warning?
NS_ERROR_FILE_NO_DEVICE_SPACE  | Should never be a Warning?
NS_ERROR_FAILURE | See bug 1712582
NS_ERROR_UNEXPECTED | Unspecific?
Looking at the frequency of different stacks with nsResult:

```
Errors:
> cat qmerrors_until_1622505580053.json | grep result | sort | uniq -c
    166                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     25                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
     18                 "result": "NS_ERROR_FILE_FS_CORRUPTED",
     10                 "result": "NS_ERROR_FILE_IS_LOCKED",
      3                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
     50                 "result": "NS_ERROR_FILE_NOT_FOUND",
      3                 "result": "NS_ERROR_FILE_READ_ONLY",
      4                 "result": null,

Warnings:
> cat qmwarnings_until_1622505580053.json | grep result | sort | uniq -c
     65                 "result": "NS_ERROR_FAILURE",
     27                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     15                 "result": "NS_ERROR_FILE_CORRUPTED",
      3                 "result": "NS_ERROR_FILE_DEVICE_FAILURE",
      1                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
      9                 "result": "NS_ERROR_FILE_IS_LOCKED",
      1                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
    108                 "result": "NS_ERROR_FILE_NOT_FOUND",
      2                 "result": "NS_ERROR_FILE_READ_ONLY",
     45                 "result": "NS_ERROR_FILE_TARGET_DOES_NOT_EXIST",
      6                 "result": "NS_ERROR_FILE_TOO_BIG",
     44                 "result": "NS_ERROR_ILLEGAL_VALUE",
      6                 "result": "NS_ERROR_MALFORMED_URI",
      7                 "result": "NS_ERROR_STORAGE_IOERR",
      6                 "result": "NS_ERROR_UNEXPECTED",
     55                 "result": null,
```

Please note, that this does not count, how often those stacks occur, it is just the number of unique stack frames in this script run.

Things worth an investigation: 

Error | Comment
----|----
NS_ERROR_FILE_DEVICE_FAILURE | Should never be a Warning?
NS_ERROR_FILE_NO_DEVICE_SPACE  | Should never be a Warning?
NS_ERROR_FAILURE | See bug 1712582
NS_ERROR_UNEXPECTED | Unspecific?
Looking at the frequency of different stacks with nsResult:

```
Errors:
> cat qmerrors_until_1622505580053.json | grep result | sort | uniq -c
    166                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     25                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
     18                 "result": "NS_ERROR_FILE_FS_CORRUPTED",
     10                 "result": "NS_ERROR_FILE_IS_LOCKED",
      3                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
     50                 "result": "NS_ERROR_FILE_NOT_FOUND",
      3                 "result": "NS_ERROR_FILE_READ_ONLY",
      4                 "result": null,

Warnings:
> cat qmwarnings_until_1622505580053.json | grep result | sort | uniq -c
     65                 "result": "NS_ERROR_FAILURE",
     27                 "result": "NS_ERROR_FILE_ACCESS_DENIED",
     15                 "result": "NS_ERROR_FILE_CORRUPTED",
      3                 "result": "NS_ERROR_FILE_DEVICE_FAILURE",
      1                 "result": "NS_ERROR_FILE_DIR_NOT_EMPTY",
      9                 "result": "NS_ERROR_FILE_IS_LOCKED",
      1                 "result": "NS_ERROR_FILE_NO_DEVICE_SPACE",
    108                 "result": "NS_ERROR_FILE_NOT_FOUND",
      2                 "result": "NS_ERROR_FILE_READ_ONLY",
     45                 "result": "NS_ERROR_FILE_TARGET_DOES_NOT_EXIST",
      6                 "result": "NS_ERROR_FILE_TOO_BIG",
     44                 "result": "NS_ERROR_ILLEGAL_VALUE",
      6                 "result": "NS_ERROR_MALFORMED_URI",
      7                 "result": "NS_ERROR_STORAGE_IOERR",
      6                 "result": "NS_ERROR_UNEXPECTED",
     55                 "result": null,
```

Please note, that this does not count, how often those stacks occur, it is just the number of unique stack frames in this script run (we could do better but not with a 5min bash line).

Things worth an investigation: 

Error | Comment
----|----
NS_ERROR_FILE_DEVICE_FAILURE | Should never be a Warning?
NS_ERROR_FILE_NO_DEVICE_SPACE  | Should never be a Warning?
NS_ERROR_FAILURE | See bug 1712582
NS_ERROR_UNEXPECTED | Unspecific?

Back to Bug 1702411 Comment 45