[mlpack-git] [mlpack] det compiled with debugging issue (#464)

Jerone Andrews notifications at github.com
Wed Oct 28 12:26:48 EDT 2015


Ok using log.cpp:125 i get:

[DEBUG] Compiled with debugging symbols.
[INFO ] Loading 'Downloads/mlpack-1.0.12/build/train5.csv' as CSV data.  Size is 196 x 1024.
[INFO ] Performing 10-fold cross validation.
[INFO ] 176 leaf nodes in the tree using full dataset; minimum alpha: 150.057.
[DEBUG] [bt]: (1) 1   libmlpack.1.dylib                   0x000000010023c6f6 _ZN6mlpack3det7TrainerERN4arma3MatIdEEmbmmNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE + 6150
[DEBUG] [bt]: (2) 2   det                                 0x0000000100003979 main + 2553
[DEBUG] [bt]: (3) 3   det                                 0x0000000100002f39 _start + 247
[DEBUG] [bt]: (4) 4   det                                 0x0000000100002e41 start + 33
[DEBUG] [bt]: (5) 5   ???                                 0x0000000000000005 0x0 + 5

Breakpoint 1, mlpack::Log::Assert (condition=false, message=...) at /Users/Jerone/Downloads/mlpack-1.0.12/src/mlpack/core/util/log.cpp:125
125	    Log::Debug << message << std::endl;
(gdb) bt
#0  mlpack::Log::Assert (condition=false, message=...) at /Users/Jerone/Downloads/mlpack-1.0.12/src/mlpack/core/util/log.cpp:125
#1  0x000000010023c6f6 in mlpack::det::Trainer(arma::Mat<double>&, unsigned long, bool, unsigned long, unsigned long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) ()
   from /Users/Jerone/Downloads/mlpack-1.0.12/build/lib/libmlpack.1.dylib
#2  0x0000000100003979 in main (argc=5, argv=0x7fff5fbffaf0) at /Users/Jerone/Downloads/mlpack-1.0.12/src/mlpack/methods/det/det_main.cpp:111
(gdb) 

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/464#issuecomment-151900456
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151028/28dc3fb3/attachment.html>


More information about the mlpack-git mailing list