MozillaSecurity / FuzzManager

A fuzzing management tools collection
Mozilla Public License 2.0
187 stars 48 forks source link

[CrashManager] Support parsing Mac OS X 10.7 crash logs from Console.app #271

Closed nth10sd closed 7 years ago

nth10sd commented 7 years ago

Going forward, there might be some releng machines on Mac which might be fuzzing the shell via jsfunfuzz. The crash reporting parsing may need to be updated to work with the 10.7 Console.app stack traces. An example log is attached.

Ref: number 898612 stack10-7.txt

nth10sd commented 7 years ago

I may have fixed this in commit https://github.com/MozillaSecurity/FuzzManager/commit/55b2f4a407cf44a47f91be15cccab44b55a27bf5, however, we'd need to refresh FuzzManager with the latest master rev to know for sure.

nth10sd commented 7 years ago

This issue is definitely fixed by the commit above.