Search

_com_error at AMP start by Christoph Schmidpeter

Closed
as External Help for as External

1
0
Sign in
to vote
Type: Bug
ID: 780786
Opened: 3/6/2013 8:07:09 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
When I use C++ AMP every time AMP initializes a _com_error is thrown. This happens even with Microsoft's AMP samples like HelloWorld_AMP.

In the output window it says:
First-chance exception at 0x74bd4b32 in HelloWorld_AMP.exe: Microsoft C++ exception: _com_error at memory location 0x00cedab8.
First-chance exception at 0x74bd4b32 in HelloWorld_AMP.exe: Microsoft C++ exception: _com_error at memory location 0x00cee348.
First-chance exception at 0x74bd4b32 in HelloWorld_AMP.exe: Microsoft C++ exception: _com_error at memory location 0x00cee538.


This exception seems to be caught internally. But still it causes trouble like the debugger to stop on exceptions. Also thrown and caught exceptions on normal program execution are a performance problem.

I use a Radeon HD 6570 with Catalyst 13.1 driver.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

Load Microsofts' example HelloWorld_AMP and run it. In the output window it says a _com_error was thrown

Product Language

English

Operating System

Windows 8

Operating System Language

English (UK)

Actual results

First-chance exception at 0x74bd4b32 in HelloWorld_AMP.exe: Microsoft C++ exception: _com_error at memory location 0x00cedab8.
First-chance exception at 0x74bd4b32 in HelloWorld_AMP.exe: Microsoft C++ exception: _com_error at memory location 0x00cee348.
First-chance exception at 0x74bd4b32 in HelloWorld_AMP.exe: Microsoft C++ exception: _com_error at memory location 0x00cee538.

Expected results

No exception thrown.
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 3/19/2013 at 11:48 AM
We have looked at the issue and will take it into consideration for future work. Please do let us know if this is blocking your development. Thanks again for your feedback
Posted by Microsoft on 3/6/2013 at 9:55 PM
Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 3/6/2013 at 8:50 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.