Søren Rasmussen <[email protected]> writes: > Hi, > > When using PyCUDA with the cuda 5.5 release candidate, I get a > segmentation fault when Python exits. > I guess it's a problem somewhere in the cleanup process.. > > The segfault can be reproduced by running: > $ python -c "import pycuda.autoinit" > Setup: Python 2.73rc2, CUDA 5.5, pycuda 2012.1, boost 1.48.0 > > Anyone got ideas how to fix it?
Can you see if you can get a gdb backtrace of the crash? What's the numerical driver version? (Use "dmesg | grep NV") Also try "pip install faulthandler" then $ python -c "import faulthandler; faulthandler.enable(); import pycuda.autoinit" Anyone else have initial experience with 5.5RC? Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
