[mlpack-svn] [MLPACK] #296: [OS X] bus error at execution

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Aug 5 12:46:32 EDT 2013


#296: [OS X] bus error at execution
-----------------------------------------------+----------------------------
  Reporter:  natal                             |        Owner:  rcurtin 
      Type:  defect                            |       Status:  accepted
  Priority:  major                             |    Milestone:          
 Component:  mlpack                            |   Resolution:          
  Keywords:  OS X bus error g++ 4.8 execution  |     Blocking:          
Blocked By:                                    |  
-----------------------------------------------+----------------------------

Comment (by natal):

 This little program works and outputs the following as expected:

 {{{
 Hello bus error world
 }}}

 Now I wasn't sure whether you forgot to include gmm.hpp of mlpack. The
 simple inclusion of that file seems to generate the bus error we are
 looking at.

 Here it is :

 {{{
 #include <boost/math/special_functions/gamma.hpp>
 #include <iostream>
 #include <gmm.hpp>

 int main()
 {
   std::cout << "Hello bus error world" << std::endl;
   return 0;
 }

 }}}

 This generates the bus error.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/296#comment:4>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list