Opened 11 months ago
Closed 11 months ago
#16404 closed enhancement (fixed)
Make bug reporter give advice for common crashes
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | pett | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Would like to have Bug Reporter detect common crashes that we cannot fix such as Apple Intel graphics driver crashes, or Mac Qt display reconfiguration crashes and show advice to tell the user the cause of the crash so they can try to avoid it. Also this should reduce the number of bug report submissions.
Change History (2)
comment:1 by , 11 months ago
Cc: | added |
---|
comment:2 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Done.
Added messages for Apple graphics crash, Mac display config crash, and Linux Qt failed to initialize OpenGL.
More crash advice messages can be added to bug_reporter/crash_report.py in the _common_crash_message(traceback) function.