[HP aCC 6] SIGABRT in 27.objects: test driver not initialized yet
-----------------------------------------------------------------
Key: STDCXX-818
URL: https://issues.apache.org/jira/browse/STDCXX-818
Project: C++ Standard Library
Issue Type: Bug
Components: Tests
Affects Versions: 4.2.0
Environment: aCC: HP C/aC++ B3910B A.06.16 [Nov 26 2007]
Reporter: Martin Sebor
Assignee: Martin Sebor
Fix For: 4.2.1
When compiled with HP aCC 6, the test
[27.objects|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/iostream/27.objects.cpp]
abends with SIBABRT after printing the following message to {{stderr}}:
{noformat}
$ nice gmake 27.objects -r && ./27.objects
aCC -c -D_RWSTDDEBUG -mt -I/amd/homes/sebor/stdcxx-4.2.0/include
-I/build/sebor/stdcxx-4.2.0-aCC-6.16-15D/include
-I/amd/homes/sebor/stdcxx-4.2.0/tests/include -AA -g +d +DD64 +w +W392 +W655
+W684 +W818 +W819 +W849 +W2193 +W2236 +W2261 +W2340 +W2401 +W2487 +W4227 +W4229
+W4231 +W4235 +W4237 +W4249 +W4255 +W4272 +W4284 +W4285 +W4286
/amd/homes/sebor/stdcxx-4.2.0/tests/iostream/27.objects.cpp
aCC 27.objects.o -o 27.objects -L/build/sebor/stdcxx-4.2.0-aCC-6.16-15D/rwtest
-lrwtest15D -AA +nostl -Wl,+s -mt +DD64
-L/build/sebor/stdcxx-4.2.0-aCC-6.16-15D/lib
-Wl,+b/build/sebor/stdcxx-4.2.0-aCC-6.16-15D/lib:/build/sebor/stdcxx-4.2.0-aCC-6.16-15D/rwtest
-lstd15D -lm
rm 27.objects.o
/amd/homes/sebor/stdcxx-4.2.0/tests/src/driver.cpp:1485: rw_warn(): error: test
driver not initialized yet
ABORT instruction (core dumped)
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.