asherliu / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

device_vector() constructor causes the 'abort() has been called' run-time exception #485

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello everyone,
For some odd reason I'm getting an 'abort() has been called' run-time exception 
whenever I call the device_vector constructor (i.e., device_vector<int> d_vec( 
5 )). This issue is even prevalent when running the code posted on the Thrust 
quick start guide, so there shouldn't be an issue with the Thrust code.

This hadn't happened in the past. It's odd that all of a sudden it's happening. 
What could trigger such an exception and how to fix it?

CUDA 4.1 SDK is installed (I don't remember the version of Thrust. I'm using 
the one shipped with the CUDA 4.1 SDK) using VC++ 2010, 64-bit Windows 7. 
Nvidia Geforce 260 GTX. I have installed the driver needed for the respective 
device.

Original issue reported on code.google.com by hamadbel...@gmail.com on 15 Apr 2012 at 11:07

GoogleCodeExporter commented 8 years ago
Since this isn't a problem with Thrust per se, could you raise this issue on 
the mailing list?

https://groups.google.com/forum/?fromgroups#!forum/thrust-users

Original comment by jaredhoberock on 16 Apr 2012 at 12:05