Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 36599 invoked from network); 1 Mar 2007 23:22:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 23:22:11 -0000 Received: (qmail 82624 invoked by uid 500); 1 Mar 2007 23:22:20 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 82595 invoked by uid 500); 1 Mar 2007 23:22:20 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 82582 invoked by uid 99); 1 Mar 2007 23:22:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 15:22:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 15:22:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 158E67142B6 for ; Thu, 1 Mar 2007 15:21:51 -0800 (PST) Message-ID: <10150689.1172791311085.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 15:21:51 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-183) [Sun C++ 5.6, 5.7] relocation error in 3 examples In-Reply-To: <11375589.1148319389844.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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.