Re: [Boost-bugs] [Boost C++ Libraries] #12799: Crash occurs inside fiber inside sscanf on Android

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12799: Crash occurs inside fiber inside sscanf on Android
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-15 15:54:14


#12799: Crash occurs inside fiber inside sscanf on Android
------------------------------------+---------------------
  Reporter: Lev Sch <zorechfan@…> | Owner: olli
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: context
   Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------+---------------------

Comment (by Lev Sch <zorechfan@…>):

 If change line

 {{{
 boost::multiprecision::cpp_rational n3 = 0.5;
 }}}

 to

 {{{
 boost::multiprecision::cpp_rational n3(1,2); // is same as 0.5;
 }}}

 in file HelloJNI\app\src\main\cpp\boostTest.cpp then no crash.

 Probably something with floating point...

 Thank you for a try.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12799#comment:10>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-03-15 15:58:02 UTC