Open nikhilgupta10 opened 8 years ago
nikhilgupta10 imported these comments from Sourceforge: "ftuffner": * attachment _test_37Node_houses_bufferover.glm added
File that exhibits buffer overrun
,
"ftuffner": * cc mhauer removed
Chunking it out into ~500 line #ifdef chunks removes the problem, indicating the \dyanmic\ or olling\ buffer solution that was apparently implemented is not working.
,
"mhauer":The 'rolling buffer' solution is actually working exactly as intended, but the entirety of the #if block is being treated as one block.
,
"mhauer": * status changed from assigned to accepted ,
"jcfuller": * cc dchassin removed
milestone changed from Unscheduled to Version 3.0 RC 1 ,
"jcfuller": * owner changed from mhauer to ciraci
status changed from accepted to assigned ,
"jcfuller":- Description has changed:
Diff:
When running the attached file, which has most of the GLM in an #ifdef structure, a buffer overrun is encountered.
,