[
https://issues.apache.org/jira/browse/STDCXX-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585670#action_12585670
]
Martin Sebor commented on STDCXX-827:
-------------------------------------
Here's the wdb stack trace from an aCC 3.73 15D build on HP-UX:
{noformat}
$ gdb -q 22.locale.stdcxx-554
Detected 64-bit executable.
Invoking /package/1/compilers/hp/aCC373_11.11/opt/langtools/bin/gdb64.
(gdb) run
Starting program: /build/sebor/stdcxx-aCC-3.73-15D/tests/22.locale.stdcxx-554
Program received signal SIGBUS, Bus error
si_code: 0 - BUS_UNKNOWN - Unknown Error.
0x800003ffff6033c0 in <unknown_procedure> + 0x800001f ()
from /lib/pa20_64/libpthread.1
(gdb) where
#0 0x800003ffff6033c0 in <unknown_procedure> + 0x800001f ()
from /lib/pa20_64/libpthread.1
#1 0x800003ffff6032d8 in pthread_mutex_init+0x68 ()
from /lib/pa20_64/libpthread.1
#2 0x800003ffff7e3c38 in __rw::__rw_mutex::__rw_mutex (
this=0x800003ffff7f0e41)
at /tmp_mnt/amd/devco/sebor/stdcxx/include/rw/_mutex.h:434
#3 0x800003ffff74916c in __rw::__rw_synchronized::__rw_synchronized+0x38 ()
from /build/sebor/stdcxx-aCC-3.73-15D/lib/libstd15D.sl
#4 0x800003ffff749008 in __rw::__rw_facet::__rw_facet (
this=0x800003ffff7f0e39, __ref=0)
at /tmp_mnt/amd/devco/sebor/stdcxx/src/facet.cpp:110
#5 0x4000000000004654 in std::moneypunct<char,0>::moneypunct<char,0> (
this=0x800003ffff7f0e39, __refs=0)
at /tmp_mnt/amd/devco/sebor/stdcxx/include/loc/_moneypunct.h:69
#6 0x4000000000004114 in test_moneypunct<char> (No.Identifier=0 '\000')
at /tmp_mnt/amd/devco/sebor/stdcxx/tests/regress/22.locale.stdcxx-554.cpp:42
#7 0x4000000000004024 in main (No.Identifier=0x800003ffff7f0a80,
No.Identifier=0x800003ffff7f0a80)
at /tmp_mnt/amd/devco/sebor/stdcxx/tests/regress/22.locale.stdcxx-554.cpp:68
{noformat}
> SIGBUS in 22.locale.stdcxx-554
> ------------------------------
>
> Key: STDCXX-827
> URL: https://issues.apache.org/jira/browse/STDCXX-827
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Tests
> Affects Versions: trunk
> Environment: HP aCC 3.73/HP-UX/PA-RISC, Sun C++/Solaris
> Reporter: Martin Sebor
> Assignee: Eric Lemings
> Fix For: 4.2.1
>
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> The regression test
> [22.locale.stdcxx-554.cpp|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/regress/22.locale.stdcxx-554.cpp]
> abends with SIGBUS on some platforms:
> * HP aCC 3.73 on HP-UX/PA-RISC
> * gcc 4.1.1 or Sun C++ 5.9 on Solaris 10/SPARC
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.