Skip to content

Visual Studio 2013 Optimizations Cause Crash #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
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 rohde.sa...@gmail.com on 29 Jul 2014 at 4:04

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions