T O P I C R E V I E W |
longs |
Posted - Nov 12 2007 : 12:29:17 AM private string TermIdx = @"0123415341536789:;<9:=<>:=1>?012@015@015@015AB78CDE8CD=1FD01GH01GH01IH01IJ0KLMN;LMBEOPDQRST0RUH0RVH0RWH0RWM0XYMNZ[MB\\\\]PT^_ST`_WH`_WH`_WM`_WM`aYMbc[Mde]Sfe]gfh_gih_Wih_WjhaWjka[jkl[jmn]ope]qph_qrh_sth_W";
when open code file and scroll to right,visual studio crashes occurs with all 16xx beta,no problem with 15xx builds |
4 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Nov 15 2007 : 9:34:24 PM case=9893 is fixed in build 1618 |
feline |
Posted - Nov 13 2007 : 08:34:41 AM I am seeing the same crash now:
case=9893
Thank you for the second example, it crashes immediately with this. |
longs |
Posted - Nov 12 2007 : 8:04:21 PM I'm playing with visual studio 2005 and c#. Now installed the latest build 1616 and when I try 1. to scroll using scrollbar to right,visual studio crashes 2. to use 'End' key jump to the end of the string,visual studio crashes
these strings are not wrapped in source code window,
visual studio reports: EventType : BEX P1 : devenv.exe P2 : 8.0.50727.762 P3 : 45716759 P4 : va_x.dll P5 : 10.4.1616.0 P6 : 473402ae P7 : 0002c723 P8 : c0000409 P9 : 00000000
following are the context codes:
private int [ ] TermBase = new int [ ] { 4 , 19 , 3 , 18 , 4 , 19 , 4 , 19 , 4 , 20 , 4 , 20 , 6 , 22 , 6 , 22 , 6 , 22 , 7 , 22 , 6 , 21 , 6 , 21 };
private string TermIdx = @"0123415341536789:;<9:=<>:=1>?012@015@015@015AB78CDE8CD=1FD01GH01GH01IH01IJ0KLMN;LMBEOPDQRST0RUH0RVH0RWH0RWM0XYMNZ[MB\\\\]PT^_ST`_WH`_WH`_WM`_WM`aYMbc[Mde]Sfe]gfh_gih_Wih_WjhaWjka[jkl[jmn]ope]qph_qrh_sth_W";
private string TermOS = @"211122112122112121222211221122122222212222222221222122222232222222222222222233223232223232222222322222112122112121222211222122222222222222222222322222112122112121222111211122122222212221222221221122122222222222222222222223222232222232222222222222112122112121122111211122122122212221222221221122122222222222222221211122112122212221222211222122222232222232222222222222112122112121111111222222112121112121111111222222111121112121111111211122112122112121122111222212111121111121111111111122112122112121122111211122112122212221222221222211111121111121111111222111111121111111111111111122112121112121111111222111111111111111111111111122111121112121111111221122122222212221222221222111011111111111111111111122111121111121111111211122112122112121122211221111011111101111111111111112111121111121111111211122112122112221222211221111011111101111111110111111111121111111111111111122112121112121122111111011111121111111111111111011111111112111111111111011111111111111111111221111011111101110111110111011011111111111111111221111011011101110111110111011011111101111111111211111001011101110111110110011011111101111111111211111001011001010111110110011011111101111111110211111001011001010111100110011011011101110111110211111001011001010011100110011001011101110111110211111001010001010011000100011001011001010111110111111001010001010011000111111111111111111111111100011001011001010111100111111001010001010000000111111000010000010000000100011001011001010011100110011001011001110111110100011001010001010011000110011001011001010111110111100000010000000000000000011001010001010011000111100000000000000000000000011001010001010000000111000000000000000000000000011001010000010000000";
|
feline |
Posted - Nov 12 2007 : 07:47:06 AM Which IDE and programming language are you using?
I have tried this in VS2005 with VA 1616 in C++, CLR C++ and C# In all three cases I used the left arrow key to scroll along the entire line, and off the end of it, and no problems, no crashes. |
|
|