Skip to content

Instantly share code, notes, and snippets.

error in running finalizer: CUDAnative.KernelException(dev=CUDAdrv.CuDevice(handle=0))
ERROR: a exception was thrown during kernel execution.
Stacktrace:
ERROR: a exception was thrown during kernel execution.
Stacktrace:
ERROR: a exception was thrown during kernel execution.
Stacktrace:
ERROR: a exception was thrown during kernel execution.
Stacktrace:
ERROR: a exception was thrown during kernel execution.
$ strace -p 12688
strace: Process 12688 attached
futex(0x7f921e0be760, FUTEX_WAIT_PRIVATE, 2, NULL^Cstrace: Process 12688 detached
<detached ...>
$ pstack 12688
Thread 12 (Thread 0x7f9214293700 (LWP 12689)):
#0 0x00007f921e0d4361 in sigwait () from /lib64/libpthread.so.0
#1 0x00007f921e79347b in signal_listener (arg=<optimized out>) at /buildworker/worker/package_linux64/build/src/signals-unix.c:601
#2 0x00007f921e0ccdd5 in start_thread () from /lib64/libpthread.so.0
@tanhevg
tanhevg / backtrace
Created September 6, 2019 10:29
Julia 1.2.0 segfaults during memory allocation
*** Error in `julia': corrupted double-linked list: 0x00000001d0be1000 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x80baf)[0x7ff438443baf]
/lib64/libc.so.6(+0x82295)[0x7ff438445295]
/lib64/libc.so.6(+0x831b6)[0x7ff4384461b6]
/lib64/libc.so.6(__libc_memalign+0x75)[0x7ff438448a95]
/lib64/libc.so.6(posix_memalign+0x4c)[0x7ff43844a71c]
/bmm/home/et517/tools/julia-1.2.0/bin/../lib/libjulia.so.1(jl_gc_managed_malloc+0x4c)[0x7ff438e5709c]
/bmm/home/et517/tools/julia-1.2.0/bin/../lib/libjulia.so.1(jl_alloc_array_3d+0x29c)[0x7ff438e1ebac]
[0x7ff3f0e23a2e]