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 167038 - StackOverflowError at java.io.FileOutputStream.writeBytes
Summary: StackOverflowError at java.io.FileOutputStream.writeBytes
Status: RESOLVED DUPLICATE of bug 166982
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: issues@php
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-13 15:32 UTC by menic
Modified: 2009-06-22 16:55 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 43640


Attachments
stacktrace (106.83 KB, text/plain)
2009-06-13 15:32 UTC, menic
Details
stacktrace (106.31 KB, text/plain)
2009-06-15 10:32 UTC, qingyue
Details

Note You need to log in before you can comment on or make changes to this bug.
Description menic 2009-06-13 15:32:36 UTC
Build: NetBeans IDE Dev (Build 2009-06-13_09-04-52 )
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments:
GUEST: after pasting code snippets via clipboard...



Stacktrace: 
java.lang.StackOverflowError
        at java.io.FileOutputStream.writeBytes(FileOutputStream.java:0)
        at java.io.FileOutputStream.write(FileOutputStream.java:0)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:0)
        at java.io.BufferedOutputStream.write(BufferedOutputStream.java:0)
        at java.io.PrintStream.write(PrintStream.java:0)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:0)
Comment 1 menic 2009-06-13 15:32:41 UTC
Created attachment 83537 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-06-13 15:32:46 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=43640
Comment 3 qingyue 2009-06-15 10:32:28 UTC
Build: NetBeans IDE Dev (Build 200906141401)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments: 


Stacktrace: 
java.lang.StackOverflowError
        at java.lang.String.startsWith(String.java:1451)
        at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1511)
        at java.lang.ClassLoader$1.run(ClassLoader.java:331)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:329)
        at org.netbeans.core.startup.TopLogging$NbFormatter.print(TopLogging.java:605)
Comment 4 qingyue 2009-06-15 10:32:33 UTC
Created attachment 83578 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-06-15 10:32:37 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=43640
Comment 6 Exceptions Reporter 2009-06-17 14:25:17 UTC
This issue already has 11 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=43640
Comment 7 Exceptions Reporter 2009-06-18 02:24:10 UTC
This issue already has 12 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=43640
Comment 8 Exceptions Reporter 2009-06-22 13:36:28 UTC
This issue already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=43640
Comment 9 Exceptions Reporter 2009-06-22 13:37:44 UTC
This issue already has 21 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=43640
Comment 10 Filip Zamboj 2009-06-22 16:55:53 UTC

*** This issue has been marked as a duplicate of 166982 ***