I just discovered that the copy of `/usr/lib/dyld` that's loaded into every process has its own `__crash_info` section, which isn't examined by current code (by my patch for this bug). This wouldn't be hard to fix. I'll open a new bug to do it, once my current patch has baked for a while.
Bug 1577886 Comment 43 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I just discovered that the copy of `/usr/lib/dyld` that's loaded into every process has its own `__crash_info` section, which isn't examined by current code (by my patch for this bug). This wouldn't be hard to fix. I'll open a new bug to do it, once my current patch has baked for a while. Edit: This is now fixed by bug 1814852.