Click here to Skip to main content
15,905,877 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Is it me or is this a really weird VS bug? Pin
phil.o25-Aug-16 2:12
professionalphil.o25-Aug-16 2:12 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 2:17
professionalSander Rossel25-Aug-16 2:17 
GeneralRe: Is it me or is this a really weird VS bug? Pin
phil.o25-Aug-16 2:20
professionalphil.o25-Aug-16 2:20 
GeneralRe: Is it me or is this a really weird VS bug? Pin
raddevus25-Aug-16 4:56
mvaraddevus25-Aug-16 4:56 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 5:31
professionalSander Rossel25-Aug-16 5:31 
GeneralRe: Is it me or is this a really weird VS bug? Pin
raddevus25-Aug-16 8:27
mvaraddevus25-Aug-16 8:27 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 22:13
professionalSander Rossel25-Aug-16 22:13 
GeneralRe: Is it me or is this a really weird VS bug? Pin
patbob25-Aug-16 5:39
patbob25-Aug-16 5:39 
If this was C++, I'd wonder if loop unrolling and parallel execution of the individual loop iterations was happening. That would cause race conditions on the value in e.Operator.

Maybe try rerunning that with affinity set to a single core. Or maybe try it with a Fibonacci computation in the loop -- something whose result depends on inputs from the previous iterations, and therefore prevents loop unrolling and parallel execution.
We can program with only 1's, but if all you've got are zeros, you've got nothing.

GeneralRe: Is it me or is this a really weird VS bug? Pin
raddevus25-Aug-16 8:28
mvaraddevus25-Aug-16 8:28 
JokeRe: Is it me or is this a really weird VS bug? Pin
Marc Clifton25-Aug-16 1:40
mvaMarc Clifton25-Aug-16 1:40 
GeneralRe: Is it me or is this a really weird VS bug? Pin
#realJSOP25-Aug-16 1:54
professional#realJSOP25-Aug-16 1:54 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Marc Clifton25-Aug-16 2:13
mvaMarc Clifton25-Aug-16 2:13 
GeneralRe: Is it me or is this a really weird VS bug? Pin
harold aptroot25-Aug-16 1:54
harold aptroot25-Aug-16 1:54 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 2:08
professionalSander Rossel25-Aug-16 2:08 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Dan Neely25-Aug-16 2:46
Dan Neely25-Aug-16 2:46 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 2:49
professionalSander Rossel25-Aug-16 2:49 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Dan Neely25-Aug-16 3:17
Dan Neely25-Aug-16 3:17 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 3:18
professionalSander Rossel25-Aug-16 3:18 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Dan Neely25-Aug-16 3:21
Dan Neely25-Aug-16 3:21 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 3:31
professionalSander Rossel25-Aug-16 3:31 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Ryan Peden25-Aug-16 3:30
professionalRyan Peden25-Aug-16 3:30 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Nish Nishant25-Aug-16 2:09
sitebuilderNish Nishant25-Aug-16 2:09 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 2:14
professionalSander Rossel25-Aug-16 2:14 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Nish Nishant25-Aug-16 2:24
sitebuilderNish Nishant25-Aug-16 2:24 
GeneralRe: Is it me or is this a really weird VS bug? Pin
Sander Rossel25-Aug-16 2:52
professionalSander Rossel25-Aug-16 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.