Bug 445547 - PasteAction.updateSelection can freeze the UI thread for a long time
Summary: PasteAction.updateSelection can freeze the UI thread for a long time
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.4.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-30 16:18 EDT by Marc-André Laperle CLA
Modified: 2020-09-04 15:24 EDT (History)
1 user (show)

See Also:


Attachments
Stack trace (4.87 KB, text/plain)
2014-09-30 16:18 EDT, Marc-André Laperle CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2014-09-30 16:18:47 EDT
Created attachment 247504 [details]
Stack trace

Using Eclipse 4.4.0, CDT 8.4.0.
SWT_GTK3=0 UBUNTU_MENUPROXY=0 eclipse &
Running Gnome / gdm on Ubuntu 14.04

This happened when pressing down arrow for a few seconds in Project
Explorer and then after some second(s) the line selection started
wakling slowly downwards without possibility to interrupt it. See attached stack trace.

It looks like PasteAction is not handling some kind of special clipboard content but I'm have no clue what it is. The problem has not been reproduced after the clipboard was modified (Ctrl-C in a text editor).