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 149392 - IDE crashes when text entered in the debugger window command line
Summary: IDE crashes when text entered in the debugger window command line
Status: RESOLVED INVALID
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: tonybeckham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 17:58 UTC by tonybeckham
Modified: 2009-01-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
successfull help() on a linux JRE 1.6 JVM (95.52 KB, image/png)
2008-10-07 18:48 UTC, jymen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonybeckham 2008-10-07 17:58:41 UTC
If you are debugging a python file and enter help() at the prompt in the dubugger window the ide crashes.  The message is:
Invalid memory access of location 00000000 eip=005b6ac8

System Info:
Product Version: nbPython M7
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nbpython)
Comment 1 jymen 2008-10-07 18:45:32 UTC
This is a specific Mac JVM crash that should not happen in a java application(=> JVM bug)

=> Try to find a later patch to the mac 1.5 JVM or assign the problem as a Java Mac OSX JVM problem.

(see the attached image bellow which shows a successfull help() command entered on a linux JRE 1.6 jvm 
Comment 2 jymen 2008-10-07 18:48:40 UTC
Created attachment 71313 [details]
successfull help() on a linux JRE 1.6 JVM
Comment 3 tonybeckham 2008-10-21 16:15:04 UTC
successful w/ different jdk on mac.  Determined problem is specific to 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
from Apple.