You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/22 00:55:44 UTC

[jira] Commented: (STDCXX-606) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 18.csetjmp and 18.setjmp

    [ https://issues.apache.org/jira/browse/STDCXX-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544645 ] 

Martin Sebor commented on STDCXX-606:
-------------------------------------

The output from the test is below. Looks like the assertion is unrelated to the SIGHUP problem.

# INFO (S1) (10 lines):
# TEXT: 
# COMPILER: IBM VisualAge C++, __IBMCPP__ = 900
# ENVIRONMENT: powerpc/LP64 running aix-5.3
# FILE: 18.setjmp.cpp
# COMPILED: Nov 21 2007, 16:53:28
# COMMENT: header <setjmp.h>
############################################################

# CLAUSE: support.runtime

# ASSERTION (S7) (4 lines):
# TEXT: macro setjmp not #defined
# CLAUSE: support.runtime
# LINE: 66

# +-----------------------+----------+----------+----------+
# | DIAGNOSTIC            |  ACTIVE  |   TOTAL  | INACTIVE |
# +-----------------------+----------+----------+----------+
# | (S1) INFO             |        1 |        1 |       0% |
# | (S7) ASSERTION        |        1 |        4 |      75% |
# +-----------------------+----------+----------+----------+


> [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 18.csetjmp and 18.setjmp
> ----------------------------------------------------------
>
>                 Key: STDCXX-606
>                 URL: https://issues.apache.org/jira/browse/STDCXX-606
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>         Environment: IBM XLC++ 9.0/AIX 5.3
>            Reporter: Martin Sebor
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>
> When compiled with IBM XLC++ 9.0 on AIX, the tests 18.csetjmp and 18.setjmp both seem to hang. This is copied from a 12a build log:
> 18.csetjmp                        HUP    0                       213.700  61.010 300.000
> 18.setjmp                         HUP    0                       221.820  68.270 300.000

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