Bug 1709658 Comment 23 Edit History

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

Thanks for the info.

> https://crash-stats.allizom.org/report/index/a3ae783c-13a2-4ccf-8197-b7a840210511

This looks fine to me. I notice that you've chosen to display `mac_crash_info` in the "details" page exactly as it's displayed in the "raw data" page. It takes up a bit more room that way than as `minidump_stackwalk` displays it. But it shows people exactly how to search on substrings of `mac_crash_info`. I assume that, once `mac_crash_info` becomes searchable, it will be possible to do a search like `contains '"num_records": 2'`. Is that right?

        {
          "num_records": 2,
          "records": [
            {
              "message": "CryptKit fatal error: Raise test exception from _pthread_cond_wait(1)",
              "module": "/System/Library/Frameworks/Security.framework/Versions/A/Security"
            },
            {
              "message": "abort() called",
              "module": "/usr/lib/system/libsystem_c.dylib"
            }
          ]
        }
Thanks for the info.

> https://crash-stats.allizom.org/report/index/a3ae783c-13a2-4ccf-8197-b7a840210511

This looks fine to me. I notice that you've chosen to display `mac_crash_info` in the "details" page exactly as it's displayed in the "raw data" page. It takes up a bit more room that way than as `minidump_stackwalk` displays it. But it shows people exactly how to search on substrings of `mac_crash_info`. I assume that, once `mac_crash_info` becomes searchable, it will be possible to do a search like `mac_crash_info contains '"num_records": 2'`. Is that right?

        {
          "num_records": 2,
          "records": [
            {
              "message": "CryptKit fatal error: Raise test exception from _pthread_cond_wait(1)",
              "module": "/System/Library/Frameworks/Security.framework/Versions/A/Security"
            },
            {
              "message": "abort() called",
              "module": "/usr/lib/system/libsystem_c.dylib"
            }
          ]
        }

Back to Bug 1709658 Comment 23