[Boost-bugs] [Boost C++ Libraries] #10203: Bus error(core dumped) occurred for boost:regex_match()

Subject: [Boost-bugs] [Boost C++ Libraries] #10203: Bus error(core dumped) occurred for boost:regex_match()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-07-16 09:43:30


#10203: Bus error(core dumped) occurred for boost:regex_match()
--------------------------+-------------------------
 Reporter: anonymous | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: Boost 1.56.0 | Component: regex
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: regex_match |
--------------------------+-------------------------
 int main(int, char**)
 {
         const boost::regex re("^[a-zA-Z]*");
         bool match = boost::regex_match("asdf",re);

     return (int) !match;
 }

 For the above program after compiling and running there is a bug occurring
 at regex_match() i.e, Bus error(core dumped).

 Can anyone please let me know the issue!

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10203>
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-02-16 18:50:16 UTC