RE: _RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-20 Thread Eric Lemings
Brad. > -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Thursday, March 20, 2008 9:38 AM > To: dev@stdcxx.apache.org > Subject: Re: _RWSTD_REQUIRES throwing uncaught exceptions in tests? > > Martin Sebor wrote: >

Re: _RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-20 Thread Martin Sebor
Travis Vitek wrote: Eric Lemings wrote: Greetings, I've been stepping through one of the string tests. The std::string::at() member function is being called with a __pos value that is >= size() causing the _RWSTD_REQUIRES assertion to fail. It seems to be throwing an exception, which is n

Re: _RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-20 Thread Martin Sebor
PROTECTED] Sent: Wednesday, March 19, 2008 10:50 PM To: dev@stdcxx.apache.org Subject: RE: _RWSTD_REQUIRES throwing uncaught exceptions in tests? Eric Lemings wrote: Greetings, I've been stepping through one of the string tests. The std::string::at() member function is being call

Re: _RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-20 Thread Martin Sebor
ECTED] Sent: Wednesday, March 19, 2008 10:50 PM To: dev@stdcxx.apache.org Subject: RE: _RWSTD_REQUIRES throwing uncaught exceptions in tests? Eric Lemings wrote: Greetings, I've been stepping through one of the string tests. The std::string::at() member function is being called wi

RE: _RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-20 Thread Eric Lemings
> -Original Message- > From: Travis Vitek [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 10:50 PM > To: dev@stdcxx.apache.org > Subject: RE: _RWSTD_REQUIRES throwing uncaught exceptions in tests? > > > > > Eric Lemings wrote: > >

RE: _RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-19 Thread Travis Vitek
> Eric Lemings wrote: > > Greetings, > > I've been stepping through one of the string tests. The > std::string::at() member function is being called with a __pos value > that is >= size() causing the _RWSTD_REQUIRES assertion to fail. It > seems to be throwing an exception, which is not bein

Re: _RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-19 Thread Martin Sebor
I don't think this is a problem anywhere else, but check the nightly builds: http://people.apache.org/~sebor/stdcxx/results/builds. Sounds like a platform-specific problem. That said, I do see a number failures in our regression tests, for instance with Sun C++ 5.9 on Solaris 10/amd64: 21.str

_RWSTD_REQUIRES throwing uncaught exceptions in tests?

2008-03-19 Thread Eric Lemings
Greetings, I've been stepping through one of the string tests. The std::string::at() member function is being called with a __pos value that is >= size() causing the _RWSTD_REQUIRES assertion to fail. It seems to be throwing an exception, which is not being caught, as a result. Consequently, t