libconcurrency icon indicating copy to clipboard operation
libconcurrency copied to clipboard

Visual Studio 2013 Optimizations Cause Crash

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. Open project in Visual Studio 2013
2. Set project configuration as "Release"
3. Run example code.

What is the expected output? What do you see instead?
Program should complete successfully. Example crashes on switching to a saved 
coroutine.

What version of the product are you using? On what operating system?
Using revision 2013 on Windows7 64bit.

Please provide any additional information below.
Problem: Optimizations excludes the frame pointer.
Fix: Go to project->properties. Navigate to Configuration 
Properties->C/C++->Optimization. Select custom in the Optimization dropdown. 
Select No for "Omit Frame Pointers" drop-down.


Original issue reported on code.google.com by [email protected] on 29 Jul 2014 at 4:04

GoogleCodeExporter avatar Mar 13 '15 15:03 GoogleCodeExporter