This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175200 - debugger crashes on german windows
Summary: debugger crashes on german windows
Status: RESOLVED DUPLICATE of bug 196842
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: jymen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-22 12:44 UTC by schurlix
Modified: 2011-03-31 11:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description schurlix 2009-10-22 12:44:47 UTC
There seems to be an issue in handling Paths containing blanks:

[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>c:\dokumente und einstellungen\g_graf\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
Exception in thread MainThread:
args =  ['C:\\Dokumente und
Einstellungen\\g_graf\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py', 'localhost', '29100']
Traceback (most recent call last):
localDebuggee= None
  File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
    self.run()
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590,
in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Dokumente und Einstellungen/g_graf/Eigene Dateien/Downloads/NewPythonProject/src/newpythonproject.py", line
4, in <module>
    __author__="g_graf"
  File "C:/Dokumente und Einstellungen/g_graf/Eigene Dateien/Downloads/NewPythonProject/src/newpythonproject.py", line
4, in <module>
    __author__="g_graf"
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724,
in trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604,
in dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
Debug session normal end
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line
1447, in parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Einstellungen\\g_graf\\Eigene'

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>*sys-package-mgr*: processing new jar, 'C:\Programme\NetBeans 6.7.1\python1\jython-2.5\jython.jar'
>>>*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\resources.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\rt.jar'
>>>*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\jsse.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\jce.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\charsets.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\ext\dnsns.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\ext\localedata.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\ext\sunjce_provider.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\ext\sunmscapi.jar'
*sys-package-mgr*: processing new jar, 'C:\Programme\Java\jdk1.6.0_16\jre\lib\ext\sunpkcs11.jar'
>>>c:\dokumente und einstellungen\g_graf\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Dokumente und
Einstellungen\\g_graf\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py', 'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:Traceback (most recent call last):
  File "C:\Programme\NetBeans 6.7.1\python1\jython-2.5\Lib\threading.py", line 247, in _Thread__bootstrap
    self.run()
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590,
in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Dokumente und Einstellungen/g_graf/Eigene Dateien/Downloads/NewPythonProject/src/newpythonproject.py", line
4, in <module>
    __author__="g_graf"
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724,
in trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604,
in dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line
1447, in parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: Einstellungen\g_graf\Eigene
Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>c:\dokumente und einstellungen\g_graf\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
args =  ['C:\\Dokumente und
Einstellungen\\g_graf\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py', 'localhost', '29100']
localDebuggee= None
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
Exception in thread MainThread:Traceback (most recent call last):
  File "C:\Programme\NetBeans 6.7.1\python1\jython-2.5\Lib\threading.py", line 247, in _Thread__bootstrap
    self.run()
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590,
in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/Dokumente und Einstellungen/g_graf/Eigene Dateien/Downloads/NewPythonProject/src/newpythonproject.py", line
4, in <module>
    __author__="g_graf"
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724,
in trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604,
in dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line
1447, in parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: Einstellungen\g_graf\Eigene
Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\dokumente und einstellungen\g_graf\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
Exception in thread MainThread:
args =  ['C:\\Dokumente und
Einstellungen\\g_graf\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py', 'localhost', '29100']
Traceback (most recent call last):
localDebuggee= None
  File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
JPyDbg connecting  localhost  on in=  29100 /out= 29101
    self.run()
JPyDbgI0001 : connected to  localhost
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590,
in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/NB/newsxml/NewPythonProject2/src/newpythonproject2.py", line 4, in <module>
    __author__="g_graf"
  File "C:/NB/newsxml/NewPythonProject2/src/newpythonproject2.py", line 4, in <module>
    __author__="g_graf"
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724,
in trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604,
in dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
Debug session normal end
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line
1447, in parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Einstellungen\\g_graf\\Eigene'

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\dokumente und einstellungen\g_graf\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
Exception in thread MainThread:
args =  ['C:\\Dokumente und
Einstellungen\\g_graf\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py', 'localhost', '29100']
Traceback (most recent call last):
localDebuggee= None
  File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
JPyDbg connecting  localhost  on in=  29100 /out= 29101
JPyDbgI0001 : connected to  localhost
    self.run()
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590,
in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/NB/newsxml/NewPythonProject2/src/newpythonproject2.py", line 4, in <module>
    __author__="g_graf"
  File "C:/NB/newsxml/NewPythonProject2/src/newpythonproject2.py", line 4, in <module>
    __author__="g_graf"
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724,
in trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604,
in dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
Debug session normal end
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line
1447, in parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Einstellungen\\g_graf\\Eigene'

>>>[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
c:\dokumente und einstellungen\g_graf\.netbeans\6.7\config\nbpython\debug\nbpythondebug\jpydaemon.py
Exception in thread MainThread:
args =  ['C:\\Dokumente und
Einstellungen\\g_graf\\.netbeans\\6.7\\config\\nbPython\\debug\\nbpythondebug\\jpydaemon.py', 'localhost', '29100']
Traceback (most recent call last):
localDebuggee= None
  File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
JPyDbg connecting  localhost  on in=  29100 /out= 29101
    self.run()
JPyDbgI0001 : connected to  localhost
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 590,
in run
    exec self._cmd in self._myglobals,self._mylocals
  File "<string>", line 1, in <module>
  File "C:/NB/newsxml/NewPythonProject2/src/newpythonproject2.py", line 4, in <module>
    import os
  File "C:/NB/newsxml/NewPythonProject2/src/newpythonproject2.py", line 4, in <module>
    import os
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 724,
in trace_dispatch
    self.dispatchLineAndBreak(mainDebugger, frame , lthread )
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 604,
in dispatchLineAndBreak
    lthread.additionalInfo.breakHere(frame,lthread)
Debug session normal end
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line 810,
in breakHere
    while ( self.dbg.parseSubCommand(  self.dbg._connection.getNextDebuggerCommand() , frame , lthread ) == FREEZE ):
  File "C:\Dokumente und Einstellungen\g_graf\.netbeans\6.7\config\nbPython\debug\nbpythondebug\jpydaemon.py", line
1447, in parseSubCommand
    temp = int(temp)
ValueError: invalid literal for int() with base 10: 'Einstellungen\\g_graf\\Eigene'

>>>
Comment 1 kenorb 2011-03-31 11:15:16 UTC

*** This bug has been marked as a duplicate of bug 196842 ***