Skip to content

bpython crash while up arrowing through history #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ikanobori opened this issue Jul 4, 2014 · 1 comment
Closed

bpython crash while up arrowing through history #113

ikanobori opened this issue Jul 4, 2014 · 1 comment

Comments

@ikanobori
Copy link
Contributor

I had bpython crash on me while I was up arrowing through my history within the interpreter this morning. I wish I could show you what I was actually doing python wise, but that is no longer available to me. All I was doing at the time was working with the boto library (for ec2).

I'm on Mac OSX 10.6.2

Here's the stack trace:

#!python

whaley@sunspot ~] 
> bpython
Traceback (most recent call last):
  File "/usr/local/bin/bpython", line 8, in <module>
    load_entry_point('bpython==0.9.5.2', 'console_scripts', 'bpython')()
  File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 2309, in main
    locals_)
  File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 2175, in curses_wrapper
    return func(stdscr, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 2238, in main_curses
    repl.repl()
  File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1219, in repl
    inp = self.get_line()
  File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1863, in get_line
    if self.p_key(key) is None:
  File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1509, in p_key
    self.fwd()
  File "/Library/Python/2.6/site-packages/bpython-0.9.5.2-py2.6.egg/bpython/cli.py", line 1116, in fwd
    self.scr.move(y, 0)
_curses.error: wmove() returned ERR
You have mail in /var/mail/whaley

@ikanobori
Copy link
Contributor Author

I think this is already fixed in tip (kind of, at least it won't crash anymore). There's still <<issue 89>>, though.

I'll close this as duplicate, feel free to reopen when you have information how to reproduce that issue and if it's not the same.

Duplicate of #89.


Original Comment By: Andreas Stührk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant