[ 
https://issues.apache.org/jira/browse/STDCXX-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586466#action_12586466
 ] 

Eric Lemings commented on STDCXX-828:
-------------------------------------

Tail output of program:
{noformat}
...
# WARNING (S5) (4 lines):
# TEXT: istream::operator>>(double&) insufficiently exercised
# CLAUSE: istream.formatted.arithmetic
# LINE: 1191

# INFO (S1) (4 lines):
# TEXT: std::istream::operator>>(long double&)
# CLAUSE: istream.formatted.arithmetic
# LINE: 677

/source/stdcxx/trunk/tests/src/printf.cpp:977: Assertion 
'buf.endoff<*buf.pbufsize || !*buf.pbuf' failed.
/build/stdcxx/lib/libstd.so.4.2.0:void __rw::__rw_assert_fail(const char*,const 
char*,int,const char*)+0x72
/build/stdcxx/tests/27.istream.fmat.arith:int rw_vasnprintf(char**,unsigned 
long*,const char*,__va_list_element*)+0x299
/build/stdcxx/tests/27.istream.fmat.arith:int rw_asnprintf(char**,unsigned 
long*,const char*,...)+0x130
/build/stdcxx/tests/27.istream.fmat.arith:int _rw_fmtflags(const 
FmtSpec&,Buffer&,int)+0x8c
/build/stdcxx/tests/27.istream.fmat.arith:0xd12e4
/build/stdcxx/tests/27.istream.fmat.arith:0xd7020
/build/stdcxx/tests/27.istream.fmat.arith:0xd12e4
/build/stdcxx/tests/27.istream.fmat.arith:int rw_vasnprintf(char**,unsigned 
long*,const char*,__va_list_element*)+0x209
/build/stdcxx/tests/27.istream.fmat.arith:0xd7cf3
/build/stdcxx/tests/27.istream.fmat.arith:int rw_fprintf(rw_file*,const 
char*,...)+0x89
/build/stdcxx/tests/27.istream.fmat.arith:void 
test_extractor<char,std::char_traits<char>,long 
double>(__type_0*,__type_1*,__type_2*,const char*,const char*,const 
char*,int,const char*,const char*,unsigned long,const 
LocaleData&,int,int,int,int,int,int,int,__type_2,__type_2)+0x3d1
/build/stdcxx/tests/27.istream.fmat.arith:void 
test_extractor<char,std::char_traits<char>,long 
double>(__type_0*,__type_1*,__type_2*,const char*,const char*,const char*,const 
char*)+0x32d
/build/stdcxx/tests/27.istream.fmat.arith:void 
test_floating<char,std::char_traits<char>,long 
double>(__type_0*,__type_1*,__type_2*,const char*,const char*,const char*,const 
char*)+0x29
/build/stdcxx/tests/27.istream.fmat.arith:void 
test_ldbl<char,std::char_traits<char> >(__type_0*,__type_1*,const char*,const 
char*)+0x63
/build/stdcxx/tests/27.istream.fmat.arith:0x29fb2
/build/stdcxx/tests/27.istream.fmat.arith:int rw_vtest(int,char**,const 
char*,const char*,const char*,int(*)(int,char**),const 
char*,__va_list_element*)+0x300
/build/stdcxx/tests/27.istream.fmat.arith:int rw_test(int,char**,const 
char*,const char*,const char*,int(*)(int,char**),const char*,...)+0x108
/build/stdcxx/tests/27.istream.fmat.arith:main+0xcb
/build/stdcxx/tests/27.istream.fmat.arith:0x29d8c
Abort (core dumped)
{noformat}

> [AMD64] SIGABRT in 27.istream.fmat.arith
> ----------------------------------------
>
>                 Key: STDCXX-828
>                 URL: https://issues.apache.org/jira/browse/STDCXX-828
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>         Environment: Sun C++ 5.9/Solaris/AMD64
>            Reporter: Martin Sebor
>            Assignee: Eric Lemings
>             Fix For: 4.2.1
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> When compiled with Intel C++ 10.0 on Linux/AMD64 or Sun C++ 5.9 on Solaris 
> 10/AMD64, the test 
> [27.istream.fmat.arith.cpp|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/iostream/27.istream.fmat.arith.cpp]
>  abends with SIGABRT. This was observed in 8{D,S}, 12{D,S} and 15D build 
> types, not necessarily consistently on both platforms.
> The same test was also failing in 4.2.0 with Intel C++.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to