Code review comment for lp:~schnetter/pocl/main

Revision history for this message
Pekka Jääskeläinen (pekka-jaaskelainen) wrote :

The matrix transpose test case seems to crash here. Some double free? Valgrind should help debugging it.

  6: example2: matrix transpose *** glibc detected *** /home/visit0r/src/pocl/examples/example2/.libs/lt-example2: free(): invalid next size (fast): 0x0000000000f05cc0 ***
======= Backtrace: =========
/lib/libc.so.6(+0x71ad6)[0x2b2e98a19ad6]
/lib/libc.so.6(cfree+0x6c)[0x2b2e98a1e84c]
/home/visit0r/src/pocl/lib/CL/.libs/libCL.so.0(+0x45d7)[0x2b2e985605d7]
/lib/libpthread.so.0(+0x68ba)[0x2b2e987928ba]
/lib/libc.so.6(clone+0x6d)[0x2b2e98a7702d]

« Back to merge proposal