Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » com.ibm.icu.text.MessageFormat initialization maxing out CPU
com.ibm.icu.text.MessageFormat initialization maxing out CPU [message #480910] Tue, 18 August 2009 21:24 Go to next message
Justin Dolezy is currently offline Justin DolezyFriend
Messages: 12
Registered: July 2009
Junior Member
All of a sudden I'm seeing crazy CPU use and it appears to be due to
com.ibm.icu.text.MessageFormat:
> private static UnicodeSet IDStartChars = new UnicodeSet("[:ID_Start:]");

which is triggered when building an editor action bar, adding a GEF
UndoRetargetAction in this case. I'm not sure what's changed in my app to
cause this (I have a large change set waiting to be checked in.. is there
a history view showing what I've changed eg since 1pm today?!).

I'd have thought that an i18n prob like this might get triggered by a
manifest change, but I don't see any in the sync view.

Has anyone every come across something like this??

Thanks,
Justin
Re: com.ibm.icu.text.MessageFormat initialization maxing out CPU [message #481035 is a reply to message #480910] Wed, 19 August 2009 12:04 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

When it starts chewing up the CPU you can get a stack dump to help understand what is taking all of the time. See http://wiki.eclipse.org/How_to_report_a_deadlock

PW


Previous Topic:Re: info on Common Navigator Framework
Next Topic:Get a SHELL
Goto Forum:
  


Current Time: Sat Jan 25 07:18:48 GMT 2025

Powered by FUDForum. Page generated in 0.02368 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top