crash on loading file
Reported by Roger | January 25th, 2011 @ 12:24 AM
I can get this "every so often" when I load a file from the command line, into a Redcar instance running in the background that doesn't have any windows open (hard crash):
continuing to run to wait for incoming drb connections later
org.eclipse.swt.SWT:-1:in error':
java.lang.IllegalArgumentException: Index out of bounds
(NativeException)<br/>
from org.eclipse.swt.SWT:-1:in `error'
from org.eclipse.swt.SWT:-1:in `error'
from org.eclipse.swt.custom.StyledText:-1:in `getOffsetAtLine'
from com/redcareditor/mate/MateText.java:542:in `getHoverInfo'
from org/eclipse/jface/text/source/AnnotationBarHoverManager.java:382:in `computeInformation'
from org/eclipse/jface/text/AbstractInformationControlManager.java:1120:in `doShowInformation'
from org/eclipse/jface/text/AbstractHoverInformationControlManager.java:519:in `mouseHover'
from org.eclipse.swt.widgets.TypedListener:-1:in `handleEvent'
from org.eclipse.swt.widgets.EventTable:-1:in `sendEvent'
from org.eclipse.swt.widgets.Widget:-1:in `sendEvent'
from org.eclipse.swt.widgets.Display:-1:in `runDeferredEvents'
from org.eclipse.swt.widgets.Display:-1:in `readAndDispatch'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/gems/1.9.1/gems/redcar-0.10/plugins/swt/lib/swt/event_loop.rb:13:in `start'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/gems/1.9.1/gems/redcar-0.10/plugins/core/lib/core/gui.rb:39:in `start'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/gems/1.9.1/gems/redcar-0.10/lib/redcar.rb:184:in `pump'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/gems/1.9.1/gems/redcar-0.10/bin/redcar:30
Comments and changes to this ticket
-
delisa March 10th, 2011 @ 06:10 AM
- State changed from new to hold
Should be fixed in master, so I'll mark as 'on hold' until 0.11 is out.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.
Tags
Referenced by
- 479 Redcar crashes on saving new file Somewhat of a duplicate of #472. Should be fixed in maste...