RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

frequently crash on macOS Mojave 10.14.6 #95

Closed coderxdotwang closed 4 years ago

coderxdotwang commented 5 years ago

issue report:

image
RobertGummesson commented 5 years ago

Hmmm... Not a particularly useful crash report. Segmentation fault 11 is Apple's way of saying "No idea what just happened".

When do you get this? Just right after you launch it or when you are processing a log?

coderxdotwang commented 5 years ago

emmm.. it`s the only report presented, only happens when processiong a log,should I always use the tool by running this project in Xcode,or acrhive -> install and launch the BuildTimeAnalyzer.app(now in this way)?

RobertGummesson commented 5 years ago

It shouldn't matter if you archive or run it directly from Xcode. I just tried it myself and it didn't crash for me. I am on macOS Catalina though.

Given that you can reproduce the crash, are you able to do some debugging on your own?

coderxdotwang commented 5 years ago

yeah, I forgot that I can debug it myself,will have a try tomorrow 😪

coderxdotwang commented 5 years ago

after about 10 attempts(quit Xcode -> delete DerivedData -> reopen Xcode -> clean Project / modify some codes -> build -> open Analyzer and process log), no lucky there, In fact, I can't reproduce the crash anymore in both way. is there any relation to the project/log status? as I fixed the top issuses listed by the analyzer in the past fewew days.