• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

eclipse in linux, setup to start up

 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys

i have 3 gb of ram, and i start up my eclipse with this values


after to have almost 70 windows (in elclipse toolbar Window->new window )of eclipse and inside of them at least 5-9 editors
all eclipse is gone down, and in my terminal i see this



how i can fix that?

eclipse 3.3 europe release, Fedora Core 5

thanks in advanced
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is due to a bug in your JVM. Try a different version of Java or an alternative vendor's version (such as IBM's).

JVMs are pretty reliable, but no program is completely bug-free, alas.
 
Manuel Jordan
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply Tim

i will try with update12

regards
 
Manuel Jordan
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well

the same history



some idea?

regards
[ October 13, 2007: Message edited by: Manuel Jordan ]
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Manuel Jordan:
# An error report file with more information is saved as hs_err_pid3207.log

Does the information in this file tell you anything interesting?
 
Manuel Jordan
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paul

a huge report appear in the log, but is not consistent for human eyes

something like this


regards
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libgobject-2.0.so.0+0x17f1e]
C [libgobject-2.0.so.0+0x1efcb]
C [libgobject-2.0.so.0+0x1f8cc] g_signal_handlers_block_matched+0x8c
C [libswt-pi-gtk-3346.so+0x3123c] Java_org_eclipse_swt_internal_gtk_OS__1g_1signal_1handlers_1block_1matched+0x2d
J org.eclipse.swt.internal.gtk.OS._g_signal_handlers_block_matched(IIIIIII)I
J org.eclipse.swt.internal.gtk.OS.g_signal_handlers_block_matched(IIIIIII)I
j org.eclipse.swt.widgets.MenuItem.setSelection(Z)V+26



It looks like you were selecting a menu item. The stack trace says that it crashed in a native shared library: libgobject-2.0.so.0

I don't know what that library is, but maybe there's a bug in it. Are you really opening 70 windows at once inside Eclipse? Why so many windows; is it really necessary? Maybe you're hitting a limitation somewhere.
 
Manuel Jordan
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Jesper

thanks for the reply

It looks like you were selecting a menu item. The stack trace says that it crashed in a native shared library: libgobject-2.0.so.0


yes always happens this, when try to create a new widnow or a new class or even a file (.jsp - .js)

Are you really opening 70 windows at once inside Eclipse?


yes, and each ones has at least 5-8 editors

Why so many windows; is it really necessary? Maybe you're hitting a limitation somewhere.


yes i need 70 and more and i cant, normally to spread my application in many areas like mvc
for instance
BO DAO entities ajax jsp js css jasper report and more

so i have 10 desktops in linux and each has many windows of 70,
i do this to have a fast approach to my application code

now, i bought more ram, kingston, i have 3gb, but i thought that given more values to start elcipse i should kill this problem

if you can help me i appreciate

thanks for advanced

BTW: eclipse has an own forum??, i cant find one in google

regards
 
reply
    Bookmark Topic Watch Topic
  • New Topic