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 2006/05/22 19:36:29 UTC

[jira] Created: (STDCXX-183) [Sun C++] relocation error in 3 examples

[Sun C++] relocation error in 3 examples
----------------------------------------

         Key: STDCXX-183
         URL: http://issues.apache.org/jira/browse/STDCXX-183
     Project: C++ Standard Library
        Type: Bug

  Components: Configuration  
    Versions: 4.1.3    
 Environment: Sun C++ 5.7
    Reporter: Martin Sebor
 Assigned to: Martin Sebor 


The example programs alg7.cpp, icecream.cpp, and random_shuffle.cpp exit abnormally with the error below:

CC -xarch=v9  -D_RWCONFIG=12d -I../../include -I./../../../../include -I./../../../..  -I./../../../.. -I.. -O -mt -library=%none  -c ../random_shuffle.cpp  
CC -xarch=v9  -mt -library=%none -L./../../../../lib -o random_shuffle   random_shuffle.o  -lstd4112d   

Example output:

Elements before random_shuffle: 
     1 2 3 4 5 6 7 8 9 10 ld.so.1: random_shuffle: fatal: relocation error: R_SPARC_JMP_SLOT: unidentifiable procedure reference: link-map 0xffffffff7f5011a0, offset 0x1fc921, called from 0xffffffff7f2485a4

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (STDCXX-183) [Sun C++ 5.6, 5.7] relocation error in 3 examples

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

Martin Sebor updated STDCXX-183:
--------------------------------

    Priority: Minor  (was: Major)

Lowered priority since the problem manifests itself only on two old versions of Solaris.

> [Sun C++ 5.6, 5.7] relocation error in 3 examples
> -------------------------------------------------
>
>                 Key: STDCXX-183
>                 URL: https://issues.apache.org/jira/browse/STDCXX-183
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 4.1.3
>         Environment: Sun C++ 5.6, 5.7 but not 5.5 or 5.8
>            Reporter: Martin Sebor
>         Assigned To: Martin Sebor
>            Priority: Minor
>
> The example programs alg7.cpp, icecream.cpp, and random_shuffle.cpp exit abnormally with the error below:
> CC -xarch=v9  -D_RWCONFIG=12d -I../../include -I./../../../../include -I./../../../..  -I./../../../.. -I.. -O -mt -library=%none  -c ../random_shuffle.cpp  
> CC -xarch=v9  -mt -library=%none -L./../../../../lib -o random_shuffle   random_shuffle.o  -lstd4112d   
> Example output:
> Elements before random_shuffle: 
>      1 2 3 4 5 6 7 8 9 10 ld.so.1: random_shuffle: fatal: relocation error: R_SPARC_JMP_SLOT: unidentifiable procedure reference: link-map 0xffffffff7f5011a0, offset 0x1fc921, called from 0xffffffff7f2485a4

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


[jira] Updated: (STDCXX-183) [Sun C++ 5.6, 5.7] relocation error in 3 examples

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-183?page=all ]

Martin Sebor updated STDCXX-183:
--------------------------------

        Summary: [Sun C++ 5.6, 5.7] relocation error in 3 examples  (was: [Sun C++] relocation error in 3 examples)
    Environment: Sun C++ 5.6, 5.7 but not 5.5 or 5.8  (was: Sun C++ 5.7)

> [Sun C++ 5.6, 5.7] relocation error in 3 examples
> -------------------------------------------------
>
>          Key: STDCXX-183
>          URL: http://issues.apache.org/jira/browse/STDCXX-183
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Configuration
>     Versions: 4.1.3
>  Environment: Sun C++ 5.6, 5.7 but not 5.5 or 5.8
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor

>
> The example programs alg7.cpp, icecream.cpp, and random_shuffle.cpp exit abnormally with the error below:
> CC -xarch=v9  -D_RWCONFIG=12d -I../../include -I./../../../../include -I./../../../..  -I./../../../.. -I.. -O -mt -library=%none  -c ../random_shuffle.cpp  
> CC -xarch=v9  -mt -library=%none -L./../../../../lib -o random_shuffle   random_shuffle.o  -lstd4112d   
> Example output:
> Elements before random_shuffle: 
>      1 2 3 4 5 6 7 8 9 10 ld.so.1: random_shuffle: fatal: relocation error: R_SPARC_JMP_SLOT: unidentifiable procedure reference: link-map 0xffffffff7f5011a0, offset 0x1fc921, called from 0xffffffff7f2485a4

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira