[Boost-bugs] [Boost C++ Libraries] #2627: Using operator "<<" with boost::posix_time::time_duration with duration over 24 hours causes crash

Subject: [Boost-bugs] [Boost C++ Libraries] #2627: Using operator "<<" with boost::posix_time::time_duration with duration over 24 hours causes crash
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-01 02:37:25


#2627: Using operator "<<" with boost::posix_time::time_duration with duration
over 24 hours causes crash
--------------------------------+-------------------------------------------
 Reporter: pacchang_at_[hidden] | Owner:
     Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: None
  Version: Boost 1.37.0 | Severity: Problem
 Keywords: |
--------------------------------+-------------------------------------------
 Using MSVC 9.0, when using operator "<<" with
 boost::posix_time::time_duration with duration over 24 hours, I get the
 following assertion error at runtime:

 f:\dd\vctools\crt_bld\self_x86\crt\src\strftime.c(658) : Assertion failed:
 ( ( timeptr->tm_hour >=0 ) && ( timeptr->tm_hour <= 23 ) )

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2627>
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