Re: [Boost-bugs] [Boost C++ Libraries] #2854: Boost assertion fails inconsistently

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2854: Boost assertion fails inconsistently
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-03-14 10:22:17


#2854: Boost assertion fails inconsistently
----------------------------------------+-----------------------------------
  Reporter: dineshkherajani_at_[hidden] | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: Boost 1.39.0 | Component: regex
   Version: Boost 1.35.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-----------------------------------

Comment(by dineshkherajani_at_[hidden]):

 John, Thanks for a promprt response.

 {{{
 void URL::parseUrl()
 {
     static const boost::regex e
 ("^(([^:/?#]+):)?(//)?([^/?#]*)?([^?#]*)(\\?([^#]*))?(#(.*))?");
     boost::smatch subMatch;
     if(regex_match(m_url, subMatch, e))
     {
        ...
     }

 }}}

 This is where I "usually" get an assertion failure.

 Assertion failed: 0 != m_pimpl.get(), file
 ../../../../3rdpartylibs/boostlibs_1.35//boost/regex/v4/basic_regex.hpp,
 line 493

 Thanks for your attention.

 Dinesh

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2854#comment:2>
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:49:59 UTC