tencrocs / fb4linux

Automatically exported from code.google.com/p/fb4linux
0 stars 0 forks source link

eclipse is absolutely blocked #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Editing an .as file or mxml file
2.
3.

What is the expected output? What do you see instead?
Every "random" time the eclipse is absolutely blocked. No CPU usage, nothing 
special in RAM usage, but blocked.
ALso, nothing special in eclipse log file.

What version of the product are you using? On what operating system?
Burrito4Linux.tar.bz2 
With eclipse Indigo and with eclipse helios. 
Linux-mint 10 and Java  version:1.6.0_24. 

Please provide any additional information below.

Original issue reported on code.google.com by ser...@sacristan.com.es on 12 Jul 2011 at 2:13

GoogleCodeExporter commented 8 years ago
What does the Error Log view show? You can enable it via Window-Show view-Error 
Log.

Original comment by r.zwe...@gmail.com on 14 Jul 2011 at 7:28

GoogleCodeExporter commented 8 years ago
Same here. Nothing new shows in Error Log when eclipse freezes (I kept Error 
Log Window specially open). Eclipse keep freezing in random situations few 
times a day.

Eclipse: 3.5.2
Burrito4Linux.tar.bz2
Ubuntu 10.10 64bit
Oracle Java 1.6.0_26

Original comment by globtro...@gmail.com on 15 Jul 2011 at 12:03

GoogleCodeExporter commented 8 years ago
Could it be the same issue as issue #20?

Original comment by r.zwe...@gmail.com on 15 Jul 2011 at 12:52

GoogleCodeExporter commented 8 years ago
It's similar but with that version:
"Burrito4Linux.tar.bz2   FlashBuilder Burrito 4.5 For Linux   Burrito4Linux 
FB4Linux Burrito     Feb 11  Feb 11"

The same eclipse version but with FB4Linux Install File V100609 runs with no 
problem.

Original comment by ser...@sacristan.com.es on 15 Jul 2011 at 1:26

GoogleCodeExporter commented 8 years ago
Same here :((

Original comment by zdmyt...@gmail.com on 3 Nov 2011 at 1:47

GoogleCodeExporter commented 8 years ago
Sadly I had to go back to previous edition. FB4.5 gets blocked every 3-5 min.

Please, fix it. 

Thanks

Original comment by zdmyt...@gmail.com on 3 Nov 2011 at 2:09

GoogleCodeExporter commented 8 years ago
Hi,

Unfortunately this issue makes this release unusable for me.  Please find 
attached a few jstack traces from the last three freezes I've seen.  Hopefully 
these will help you get to the bottom of the issue.

Regards,
Trevor

Original comment by tre...@blubolt.com on 8 Nov 2011 at 11:54

Attachments:

GoogleCodeExporter commented 8 years ago
As a follow up to this the cause is a race condition deadlock when fetching one 
of the images for use in ActionScript definition tooltips (and probably 
elsewhere).  I've patched ASDefinition::getImageDescriptor() to return null and 
have had no further problems for the last couple of weeks.  I assume I'm 
missing an icon somewhere but I can't say I've noticed.  Obviously this is the 
lazy fix, but it beats the current alternative.

Attached is the re-compiled class file.  You should be able to drop this into 
the eclipse/plugins/com.adobe.flexide.as.core_4.5.0.287807/ascore.jar under 
/com/adobe/flexide/as/core/lookup/.

Regards,
Trevor

Original comment by tre...@blubolt.com on 21 Nov 2011 at 4:30

Attachments:

GoogleCodeExporter commented 8 years ago
I see something very similar to this, but I have a different version of the 
library (com.adobe.flexide.css.core_4.5.0.30897, instead of 
com.adobe.flexide.as.core_4.5.0.287807)

Is this likely the same problem? Is there an updated version of 
ASDefinition.class that I can use?

Original comment by dscob...@gmail.com on 18 Apr 2012 at 5:08