Ticket #228 (new defect)

Opened 7 months ago

Last modified 6 months ago

IPython crashed on start

Reported by: maintainer Assigned to: jstenar
Priority: normal Milestone:
Component: pyreadline Version:
Severity: normal Keywords: crash
Cc:

Description

IPython crashed if I try to start it through ssh on remote windows PC. Crash report attached.

Attachments

IPython_crash_report.txt (17.9 kB) - added by maintainer on 02/10/08 11:02:29.
crash report

Change History

02/10/08 11:02:29 changed by maintainer

  • attachment IPython_crash_report.txt added.

crash report

02/12/08 22:51:47 changed by bgranger

  • component changed from chainsaw to ipython.

02/13/08 12:50:00 changed by vivainio

  • owner changed from fperez to jstenar.
  • component changed from ipython to pyreadline.

02/21/08 11:48:14 changed by jstenar

There is now a quick fix to the symptom of this problem. The code now defaults to ascii encoding if the unicode-str conversions fails. I'm not sure this is enough to fix the underlying problem. I don't have a windows machine with a ssh server and python available to test this so any reports on the success/failure of this fix is appreciated.

/Jörgen