You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/09 15:13:50 UTC

[jira] Created: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV

27.istream.fmat.arith.cpp test aborts with SEGV
-----------------------------------------------

                 Key: STDCXX-658
                 URL: https://issues.apache.org/jira/browse/STDCXX-658
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Tests
    Affects Versions: 4.2.0
         Environment: All
            Reporter: Farid Zaripov
            Assignee: Farid Zaripov
             Fix For: 4.2.1


The 27.istream.fmat.arith.cpp test aborts with SEGV while exercising  std::istream::operator>>(long long&).

-------------------------------------------------------------
# INFO (S1) (10 lines):
# TEXT: 
# COMPILER: gcc 4.2.0, __VERSION__ = "4.2.0"
# ENVIRONMENT: i386 running linux-elf (Red Hat Enterprise Linux AS release 4 (Nahant Update 2)) with glibc 2.3
# FILE: 27.istream.fmat.arith.cpp
# COMPILED: Nov  9 2007, 14:49:16
# COMMENT: 
############################################################

# CLAUSE: istream.formatted.arithmetic

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

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

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

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

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

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

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

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

Segmentation fault
-------------------------------------------------------------


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


[jira] Closed: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov closed STDCXX-658.
--------------------------------


The latest nightly builds shows that the bug was fixed. Closing.

> 27.istream.fmat.arith.cpp test aborts with SEGV
> -----------------------------------------------
>
>                 Key: STDCXX-658
>                 URL: https://issues.apache.org/jira/browse/STDCXX-658
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>             Fix For: 4.2.1
>
>
> The 27.istream.fmat.arith.cpp test aborts with SEGV while exercising  std::istream::operator>>(long long&).
> -------------------------------------------------------------
> # INFO (S1) (10 lines):
> # TEXT: 
> # COMPILER: gcc 4.2.0, __VERSION__ = "4.2.0"
> # ENVIRONMENT: i386 running linux-elf (Red Hat Enterprise Linux AS release 4 (Nahant Update 2)) with glibc 2.3
> # FILE: 27.istream.fmat.arith.cpp
> # COMPILED: Nov  9 2007, 14:49:16
> # COMMENT: 
> ############################################################
> # CLAUSE: istream.formatted.arithmetic
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(bool&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(short&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned short&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(int&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned int&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(long long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> Segmentation fault
> -------------------------------------------------------------

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


[jira] Resolved: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov resolved STDCXX-658.
----------------------------------

    Resolution: Fixed

Fixed thus: http://svn.apache.org/viewvc?rev=593529&view=rev
Merged to trunk thus: http://svn.apache.org/viewvc?rev=593532&view=rev

> 27.istream.fmat.arith.cpp test aborts with SEGV
> -----------------------------------------------
>
>                 Key: STDCXX-658
>                 URL: https://issues.apache.org/jira/browse/STDCXX-658
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>             Fix For: 4.2.1
>
>
> The 27.istream.fmat.arith.cpp test aborts with SEGV while exercising  std::istream::operator>>(long long&).
> -------------------------------------------------------------
> # INFO (S1) (10 lines):
> # TEXT: 
> # COMPILER: gcc 4.2.0, __VERSION__ = "4.2.0"
> # ENVIRONMENT: i386 running linux-elf (Red Hat Enterprise Linux AS release 4 (Nahant Update 2)) with glibc 2.3
> # FILE: 27.istream.fmat.arith.cpp
> # COMPILED: Nov  9 2007, 14:49:16
> # COMMENT: 
> ############################################################
> # CLAUSE: istream.formatted.arithmetic
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(bool&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(short&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned short&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(int&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned int&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(long long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> Segmentation fault
> -------------------------------------------------------------

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


[jira] Updated: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-658:
---------------------------------

    Severity: Runtime Error  (was: Incorrect Behavior)

> 27.istream.fmat.arith.cpp test aborts with SEGV
> -----------------------------------------------
>
>                 Key: STDCXX-658
>                 URL: https://issues.apache.org/jira/browse/STDCXX-658
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>             Fix For: 4.2.1
>
>
> The 27.istream.fmat.arith.cpp test aborts with SEGV while exercising  std::istream::operator>>(long long&).
> -------------------------------------------------------------
> # INFO (S1) (10 lines):
> # TEXT: 
> # COMPILER: gcc 4.2.0, __VERSION__ = "4.2.0"
> # ENVIRONMENT: i386 running linux-elf (Red Hat Enterprise Linux AS release 4 (Nahant Update 2)) with glibc 2.3
> # FILE: 27.istream.fmat.arith.cpp
> # COMPILED: Nov  9 2007, 14:49:16
> # COMMENT: 
> ############################################################
> # CLAUSE: istream.formatted.arithmetic
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(bool&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(short&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned short&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(int&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned int&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(unsigned long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> # INFO (S1) (4 lines):
> # TEXT: std::istream::operator>>(long long&)
> # CLAUSE: istream.formatted.arithmetic
> # LINE: 677
> Segmentation fault
> -------------------------------------------------------------

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