Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » swt browser in view crash when loading ext js page with complex and heavy layout(swt browser in view crash when loading ext js page with complex and heavy layout)
swt browser in view crash when loading ext js page with complex and heavy layout [message #1831433] Wed, 19 August 2020 17:27 Go to next message
sarath s is currently offline sarath sFriend
Messages: 13
Registered: April 2020
Junior Member
Is there any way to increase the memory allocation for swt browser or view in eclipse plugin, where Browser has to use IE 11.
when broswer load with and static link which is having extjs heavy and complex layout, with out showing any error, whole running instance of eclipse crashes with out any logs.
Or is there any way to handle this crash issue, this page when loaded in IE11 browser , takes few minutes to load but browser wont crash and also when running standalone swt browser to open same page not crashing though taking time to load.
Re: swt browser in view crash when loading ext js page with complex and heavy layout [message #1831583 is a reply to message #1831433] Mon, 24 August 2020 09:02 Go to previous messageGo to next message
Rolf Theunissen is currently offline Rolf TheunissenFriend
Messages: 260
Registered: April 2012
Senior Member
You can increase the total memory that is allowed to be used by the JVM, which is used for runnning the Java code in Eclipse. The IE11 browser is embedded into Eclipse using Microsoft COM technology, so I don't expect that increasing the memory for the JVM will help you here.

Without further debugging or logs its very hard to guess what is wrong. Is there any 'hs_err_pid*.log' file in your eclipse folder?
Re: swt browser in view crash when loading ext js page with complex and heavy layout [message #1831775 is a reply to message #1831583] Fri, 28 August 2020 16:36 Go to previous message
sarath s is currently offline sarath sFriend
Messages: 13
Registered: April 2020
Junior Member
hi rolf
thanks for the help
didnt found any 'hs_err_pid*.log' files. but adding Xss did the trick
Previous Topic:Change the style of property sheet
Next Topic:make eclipse plugin as directory fromat
Goto Forum:
  


Current Time: Fri Apr 19 16:42:35 GMT 2024

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

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

Back to the top