Bug 342112 - DBCS3.7 SWT error occurs in breakpoints view when class name is DBCS
Summary: DBCS3.7 SWT error occurs in breakpoints view when class name is DBCS
Status: CLOSED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.1   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2011-04-07 04:17 EDT by Kentaroh Noji CLA
Modified: 2011-06-09 23:38 EDT (History)
6 users (show)

See Also:


Attachments
Error log (24.60 KB, text/plain)
2011-04-07 04:20 EDT, Kentaroh Noji CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaroh Noji CLA 2011-04-07 04:17:37 EDT
Build Identifier: I20110312-1300

JDK: "JRE 1.6.0 IBM Windows AMD 64 build pwa6460sr9fp1-20110208_03(SR9 FP1)"
OS:  Windows 7 Service pack 1 Japanese

SWT error occurs in breakpoints view when class name is DBCS. When class name is alphanumeric, the problem does not occur. This problem occurs in v4.1,  but does not occur in v3.7.  


Reproducible: Sometimes

Steps to Reproduce:
1. Create a Java project
2. Create a Java class with DBCS name. e.g, Japanese
3. Open breakpoints view. Window > Show view > other > debug > Breakpoints
4. Add breakpoints to java class
5. The error occurs. 

If there are not any problems, try to rename the class, and then add breakpoints. The similar problem happens.
Comment 1 Kentaroh Noji CLA 2011-04-07 04:20:36 EDT
Created attachment 192703 [details]
Error log

Here is the error log for this problem.
Comment 2 Kentaroh Noji CLA 2011-05-10 02:58:52 EDT
Are there any updates?
Comment 3 Pawel Piech CLA 2011-06-08 16:20:26 EDT
First error in log is: "org.eclipse.swt.SWTError: No more handles".  I have no idea what to make of it as I don't know how a resource leak should be related to a specific label entry in the Breakpoints view.

Could this be a known UI issue?
Comment 4 Dani Megert CLA 2011-06-09 04:56:56 EDT
I can neither reproduce with 3.7 RC4 nor latest 4.1 build (4.1_I20110604-2201).

Kentaroh, can you try with those builds and if you can still reproduce, please attach the Java file here.
Comment 5 Kentaroh Noji CLA 2011-06-09 23:38:20 EDT
> Kentaroh, can you try with those builds and if you can still reproduce, please
> attach the Java file here.

Hi, I was not able to reproduce this problem with the build 4.1RC2 (Win64 7). It works fine. Thank you.