Open GoogleCodeExporter opened 9 years ago
I found a snippet from the error logs you have posted which I understand. See
below:
...
Caused by: org.eclipse.swt.SWTError: Item not added
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.widgets.Widget.error(Unknown Source)
at org.eclipse.swt.widgets.Menu.createItem(Unknown Source)
at org.eclipse.swt.widgets.MenuItem.<init>(Unknown Source)
...
...
...
This exception is thrown when a widget could not be added anymore due to memory
constraints (your memory has been saturated). I have replicated this exception
by
adding as many MenuItems as I could (using a loop block), then on a
8500th-9000th
MenuItem, this exception is thrown. :D
Original comment by jha...@gmail.com
on 11 Feb 2010 at 9:50
You can try starting hawkscope without memory constraints. Try the alternative
bundle:
http://hawkscope.googlecode.com/files/hawkscope-0.6.2-no-installer.zip
Original comment by tomas.va...@gmail.com
on 23 Jun 2010 at 5:43
Original issue reported on code.google.com by
rick.tuf...@gmail.com
on 9 Nov 2009 at 11:43