Bug 85326 - Invalid thread access in StyledText.replaceStyleRanges
Summary: Invalid thread access in StyledText.replaceStyleRanges
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-02-15 16:07 EST by Douglas Pollock CLA
Modified: 2007-06-22 10:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Pollock CLA 2005-02-15 16:07:36 EST
I20040215-0800, GTK+ 2.4.14, KDE 3.3.2, Linux 2.6.10, X.Org 6.8.0

I have this exception on the console.  It didn't seem to have any effect.


org.eclipse.swt.SWTException: Invalid thread access
	at org.eclipse.swt.SWT.error(SWT.java:2839)
	at org.eclipse.swt.SWT.error(SWT.java:2762)
	at org.eclipse.swt.SWT.error(SWT.java:2733)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:399)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336)
	at org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledText.java:6276)
	at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:4209)
	at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4288)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:573)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:562)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:560)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:138)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.documentPartitioningChanged(PresentationReconciler.java:152)
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(AbstractDocument.java:556)
	at
org.eclipse.jface.text.AbstractDocument.checkStateOfPartitioner(AbstractDocument.java:1508)
	at
org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1228)
	at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:423)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:443)
	at 
[truncated: too long]
Comment 1 Dani Megert CLA 2005-02-15 16:54:59 EST
Doug, can you please attach the full log as attachement. We need to see where
this started, otherwise we can't do much.
Comment 2 Douglas Pollock CLA 2005-02-15 18:29:19 EST
The log is already gone.  Sorry.
Comment 3 Dani Megert CLA 2007-06-22 09:59:18 EDT
Get rid of deprecated state.
Comment 4 Dani Megert CLA 2007-06-22 10:04:33 EDT
.