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 152195 - [65cat]ArrayStoreException at java.lang.System.arraycopy
Summary: [65cat]ArrayStoreException at java.lang.System.arraycopy
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 13:14 UTC by rajivderas
Modified: 2015-05-18 05:57 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 135456


Attachments
stacktrace (867 bytes, text/plain)
2008-12-12 14:22 UTC, rvijapurapu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-11-03 13:14:37 UTC
Build: NetBeans IDE 6.5 RC2 (Build 20081102235707)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86
User comments: clieked auto detect button
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.python.core.Py.flushLine(Py.java:1310)
        at org.python.core.Py.displayException(Py.java:1003)
        at org.python.core.PyException.printStackTrace(PyException.java:79)
        at org.python.core.PyException.toString(PyException.java:98)
        at org.netbeans.core.startup.TopLogging.doPrintStackTrace(TopLogging.java:507)
        at org.netbeans.core.startup.TopLogging.printStackTrace(TopLogging.java:483)
        at org.netbeans.core.NbErrorManager$Exc.printStackTrace(NbErrorManager.java:374)
        at org.netbeans.core.NbErrorManager$Exc.printStackTrace(NbErrorManager.java:305)
        at org.netbeans.core.NotifyExcPanel$.run(NotifyExcPanel.java:443)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Peter Pis 2008-11-03 13:17:55 UTC
Reassigning to python.
Comment 2 rvijapurapu 2008-12-12 14:22:20 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.python.core.Py.flushLine(Py.java:1310)
        at org.python.core.Py.displayException(Py.java:1003)
        at org.python.core.PyException.printStackTrace(PyException.java:79)
        at org.python.core.PyException.toString(PyException.java:98)
        at org.netbeans.lib.uihandler.LogFormatter.printThrown(LogFormatter.java:211)
        at org.netbeans.lib.uihandler.LogFormatter.format(LogFormatter.java:329)
Comment 3 rvijapurapu 2008-12-12 14:22:29 UTC
Created attachment 74912 [details]
stacktrace
Comment 4 Lou Dasaro 2015-05-18 05:57:21 UTC
Unable to replicate anomaly without some use case. May have been fixed by changes to Autodetect. Therefore marking as fixed. If this recurs, please reopen with my apologies and your reproducable test case.