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 192447 - StackOverflowError in FolderObj.refresh
Summary: StackOverflowError in FolderObj.refresh
Status: RESOLVED DUPLICATE of bug 192504
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 191993 192885 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-25 06:46 UTC by synergie-consulting
Modified: 2011-04-18 08:28 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error message and trace (105.79 KB, text/plain)
2010-11-25 06:46 UTC, synergie-consulting
Details
stacktrace (107.75 KB, text/plain)
2010-11-29 16:43 UTC, Filip Zamboj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description synergie-consulting 2010-11-25 06:46:23 UTC
Created attachment 103317 [details]
Error message and trace

Error by searching and replacing char with the replace windows. 

php version for mac

java.lang.StackOverflowError
	at sun.nio.cs.UTF_8$Encoder.encodeArrayLoop(UTF_8.java:341)
	at sun.nio.cs.UTF_8$Encoder.encodeLoop(UTF_8.java:447)
	at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544)
	at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:240)
	at java.lang.StringCoding.encode(StringCoding.java:272)
	at java.lang.String.getBytes(String.java:946)
	at java.io.UnixFileSystem.list(Native Method)
	at java.io.File.list(File.java:973)
	at java.io.File.listFiles(File.java:1051)
	

rest in attachement
Comment 1 Jaroslav Tulach 2010-11-25 12:17:02 UTC
*** Bug 191993 has been marked as a duplicate of this bug. ***
Comment 2 Filip Zamboj 2010-11-29 16:43:32 UTC
Created attachment 103438 [details]
stacktrace
Comment 3 Jaroslav Tulach 2010-12-07 08:06:48 UTC
*** Bug 192885 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Tulach 2010-12-08 13:29:04 UTC

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