Community
Participate
Working Groups
Build Identifier: 1.14.2979 When I use the blockselector to select ablock of 39000 lines the program is hanging. Reproducible: Always Steps to Reproduce: 1.start block selecter shift + alt + a 2.Start selecting a small block keep the shift key pressed. 3.Scroll with the mouse down to the last line which you want to select and go back in the editor with the mouse. now the block is selected an the system is hanging.
Could you provide a thread dump of the JVM when it appears to hang? For more information see http://wiki.eclipse.org/How_to_report_a_deadlock
I don't have a file with 39000 lines, but I tried this on a file with about 3700 lines (I used Shift+Ctrl+End to select to the last line of the file), and manipulating that selection (e.g. growing it by 1 character horizontally) is very slow. Probably not a deadlock but a poor (supra-linear) algorithm somewhere?
Same sort of behaviour in PyDev in Eclipse 20230309-1520; looks more fundamental than a CDT issue.