Skip to content

Instantly share code, notes, and snippets.

@lambday
Created July 3, 2013 20:06
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 lambday/5922327 to your computer and use it in GitHub Desktop.
Save lambday/5922327 to your computer and use it in GitHub Desktop.
(gdb) run
Starting program: /home/cfdvs/rahul/test/shogun/a.out
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[GCDEBUG] SGObject created (0x62f4d0)
[GCDEBUG] CLinearOperator created (0x62f4d0)
[GCDEBUG] CDenseMatrixOperator created (0x62f4d0)
[DEBUG] entering CDenseMatrixOperator::clone()
[DEBUG] constructing an empty instance of CDenseMatrixOperator
[DEBUG] cloning parameter dense_matrix" at index 0
Program received signal SIGSEGV, Segmentation fault.
shogun::CSGObject::clone (this=0x62f4d0) at base/SGObject.cpp:1341
1341 if (!m_parameters->get_parameter(i)->copy(copy->m_parameters->get_parameter(i)))
Missing separate debuginfos, use: debuginfo-install atlas-3.8.4-1.fc16.x86_64 bzip2-libs-1.0.6-3.fc15.x86_64 glibc-2.14.90-24.fc16.9.x86_64 hdf5-1.8.7-5.fc16.x86_64 libgcc-4.6.3-2.fc16.x86_64 libgfortran-4.6.3-2.fc16.x86_64 libquadmath-4.6.3-2.fc16.x86_64 libstdc++-4.6.3-2.fc16.x86_64 libxml2-2.7.8-8.fc16.x86_64 zlib-1.2.5-7.fc16.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment