Skip to content

Instantly share code, notes, and snippets.

@omerlevy
Created January 15, 2014 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omerlevy/8433760 to your computer and use it in GitHub Desktop.
Save omerlevy/8433760 to your computer and use it in GitHub Desktop.
Debug Output for Scipy CSR Bug
Program received signal SIGSEGV, Segmentation fault.
csr_matmat_pass2<int, double> (n_row=<value optimized out>, n_col=<value optimized out>, Ap=0x7fffd55ce010, Aj=0x7fffd2672010, Ax=0x7fff000097b3, Bp=0x349de50, Bj=0x7fffede3a010, Bx=0x7fffee872010,
Cp=0x7fffd852a010, Cj=0x7fff87c68010, Cx=0x7fff0447d010) at scipy/sparse/sparsetools/csr.h:604
604 Cj[nnz] = head;
Missing separate debuginfos, use: debuginfo-install atlas-3.8.4-1.el6.x86_64 blas-3.2.1-4.el6.x86_64 glibc-2.12-1.47.el6_2.12.x86_64 libgcc-4.4.6-3.el6.x86_64 libgfortran-4.4.6-3.el6.x86_64 libstdc++-4.4.6-3.el6.x86_64 zlib-1.2.3-27.el6.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment