[tor-bugs] #4098 [arm]: Arm crashes when TAKEOWNERSHIP command is issued in panel mode

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Sep 26 22:34:23 UTC 2011


#4098: Arm crashes when TAKEOWNERSHIP command is issued in panel mode
-----------------------+----------------------------------------------------
 Reporter:  Sebastian  |          Owner:  atagar
     Type:  defect     |         Status:  new   
 Priority:  normal     |      Milestone:        
Component:  arm        |        Version:        
 Keywords:             |         Parent:        
   Points:             |   Actualpoints:        
-----------------------+----------------------------------------------------
 Let me know if more is needed to reproduce:

 {{{
 Traceback (most recent call last):
   File "./src/starter.py", line 543, in <module>
     cli.controller.startTorMonitor(time.time() - initTime)
   File "/Downloads/arm/src/cli/controller.py", line 683, in
 startTorMonitor
     curses.wrapper(drawTorMonitor, startTime)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py",
 line 43, in wrapper
     return func(stdscr, *args, **kwds)
   File "/Downloads/arm/src/cli/controller.py", line 784, in drawTorMonitor
     isKeystrokeConsumed = panelImpl.handleKey(key)
   File "/Downloads/arm/src/cli/interpretorPanel.py", line 96, in handleKey
     self.prompt()
   File "/Downloads/arm/src/cli/interpretorPanel.py", line 73, in prompt
     input, isDone = input.strip(), False
 AttributeError: 'NoneType' object has no attribute 'strip'
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4098>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list