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

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Aug 5 12:35:16 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 rcurtin):

 Interesting.  Now let's try to dig a little deeper.  I suspect the problem
 to be in boost somewhere.  Can you try this sample program (compiled with
 the same options as you originally were) and see what it gives?

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

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

 Let me know what that gives.  If that's still giving the bus error, then
 we can start digging into Boost until we have the relevant information,
 then file a bug there.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/296#comment:3>
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