[Cvsshell-devel] [ cvsshell-Bugs-645765 ] shell crash in or after more
Status: Beta
Brought to you by:
stefanheimann
From: <no...@so...> - 2002-11-29 18:52:58
|
Bugs item #645765, was opened at 2002-11-29 17:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=645765&group_id=48175 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: David Fraser (davidfraser) Assigned to: Nobody/Anonymous (nobody) Summary: shell crash in or after more Initial Comment: did status, ran more and crashed when I pressed Enter to go onto the next screen... ========== Traceback starts here ========== uncaught: (<class app.ShellException at 0x8154824>, <app.ShellException instance at 0x816d57c>) Traceback (most recent call last): File "/usr/local/src/cvsshell-0.3.1/src/app.py", line 244, in main self.run() File "/usr/local/src/cvsshell-0.3.1/src/cvs_shell.py", line 182, in run InteractiveApp.run(self) File "/usr/local/src/cvsshell-0.3.1/src/interactive_app.py", line 68, in run result = self.evalCommand(command) File "/usr/local/src/cvsshell-0.3.1/src/cvs_shell.py", line 148, in evalCommand self.evalSingleCommand(c) File "/usr/local/src/cvsshell-0.3.1/src/cvs_shell.py", line 178, in evalSingleCommand return fun(self, cmdName, cmdOpts) File "/usr/local/src/cvsshell-0.3.1/src/cvs_cmds.py", line 99, in status app.printListing() File "/usr/local/src/cvsshell-0.3.1/src/cvs_shell.py", line 338, in printListing self.listing.printEntries(footer=footer) File "/usr/local/src/cvsshell-0.3.1/src/cvs_shell.py", line 469, in printEntries self.app.more(lines) File "/usr/local/src/cvsshell-0.3.1/src/cvs_shell.py", line 242, in more self.shell(pager + ' ' + tmp) File "/usr/local/src/cvsshell-0.3.1/src/app.py", line 231, in shell raise ShellException(exitCode) ShellException: <app.ShellException instance at 0x816d57c> Program Version: 0.3.1 Platform: linux2 Python version: 2.2 (#1, Apr 12 2002, 15:29:57) [GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] ========== Traceback ends here ========== ---------------------------------------------------------------------- >Comment By: Stefan Heimann (stefanheimann) Date: 2002-11-29 19:52 Message: Logged In: YES user_id=327401 fixed in release 0.4 Thanks for reporting the bug and thanks for using cvsshell! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=645765&group_id=48175 |