From 137453ae9898c80acab62782be228b62cd2012bd 2018-03-13 15:17:05 From: Thomas Kluyver Date: 2018-03-13 15:17:05 Subject: [PATCH] Backport PR #11043: Update crashhandler.py to solve #11042 --- diff --git a/IPython/core/crashhandler.py b/IPython/core/crashhandler.py index 2cbe133..22bbd7a 100644 --- a/IPython/core/crashhandler.py +++ b/IPython/core/crashhandler.py @@ -54,6 +54,16 @@ with the subject '{app_name} Crash Report'. If you want to do it now, the following command will work (under Unix): mail -s '{app_name} Crash Report' {contact_email} < {crash_report_fname} +In your email, please also include information about: +- The operating system under which the crash happened: Linux, macOS, Windows, + other, and which exact version (for example: Ubuntu 16.04.3, macOS 10.13.2, + Windows 10 Pro), and whether it is 32-bit or 64-bit; +- How {app_name} was installed: using pip or conda, from GitHub, as part of + a Docker container, or other, providing more detail if possible; +- How to reproduce the crash: what exact sequence of instructions can one + input to get the same crash? Ideally, find a minimal yet complete sequence + of instructions that yields the crash. + To ensure accurate tracking of this issue, please file a report about it at: {bug_tracker} """