CentOS 5.5+CUDA3.2rc: 'cudafe' died due to signal 11 rock solid ICE on boost 1.33.1 posix_ti

Hi folks,

I just stepped onto this:

#include <boost/date_time/posix_time/posix_time.hpp>

int main(int argc, char* argv[])

{

	return EXIT_SUCCESS;

}

which produces:

I’m on CentOS 5.5 X86_64, gcc-4.1.2-48, boost-1.33.1-10, and CUDA 3.2rc:

just posted a bug report at https://partners.nvidia.com (NVOnline) External Media

Hi folks,

I just stepped onto this:

#include <boost/date_time/posix_time/posix_time.hpp>

int main(int argc, char* argv[])

{

	return EXIT_SUCCESS;

}

which produces:

I’m on CentOS 5.5 X86_64, gcc-4.1.2-48, boost-1.33.1-10, and CUDA 3.2rc:

just posted a bug report at https://partners.nvidia.com (NVOnline) External Media

The same happens with :

Linux janaka 2.6.34.7-61.fc13.x86_64 #1 SMP Tue Oct 19 04:06:30 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

nvcc: NVIDIA (R) Cuda compiler driver

Copyright (c) 2005-2010 NVIDIA Corporation

Built on Mon_Oct_18_11:54:53_PDT_2010

Cuda compilation tools, release 3.2, V0.2.1221

The same happens with :

Linux janaka 2.6.34.7-61.fc13.x86_64 #1 SMP Tue Oct 19 04:06:30 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

nvcc: NVIDIA (R) Cuda compiler driver

Copyright (c) 2005-2010 NVIDIA Corporation

Built on Mon_Oct_18_11:54:53_PDT_2010

Cuda compilation tools, release 3.2, V0.2.1221

Hi

I actually had tons of problems with that combination (CentOS5.5+CUDA3.2RC)as well in my code. I am now waiting for the final release, because right now its hard to judge if the problems are because of bugs in CUDA or bugs in my code which just didnt result in any errors in the previous versions of CUDA.

Cheers

Ceearem

Hi

I actually had tons of problems with that combination (CentOS5.5+CUDA3.2RC)as well in my code. I am now waiting for the final release, because right now its hard to judge if the problems are because of bugs in CUDA or bugs in my code which just didnt result in any errors in the previous versions of CUDA.

Cheers

Ceearem

It seems like something is moving beyond… look at that ‘Bug - Fixed’

It seems like something is moving beyond… look at that ‘Bug - Fixed’

When will it be available for downloads?

When will it be available for downloads?

I solved my crash problem by completely separating the CUDA code from c++ and compiling them separately with nvcc for cuda code and g++ for all my c++ code. Wrote a c function call to wrap the kernel calls. I do not see the crash anymore.

I solved my crash problem by completely separating the CUDA code from c++ and compiling them separately with nvcc for cuda code and g++ for all my c++ code. Wrote a c function call to wrap the kernel calls. I do not see the crash anymore.