Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 1243 invoked from network); 8 Dec 2005 21:24:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 21:24:30 -0000 Received: (qmail 27021 invoked by uid 500); 8 Dec 2005 21:24:30 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 27006 invoked by uid 500); 8 Dec 2005 21:24:30 -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 26986 invoked by uid 99); 8 Dec 2005 21:24:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 13:24:29 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DC4A618B for ; Thu, 8 Dec 2005 22:24:08 +0100 (CET) Message-ID: <648319924.1134077048900.JavaMail.jira@ajax.apache.org> Date: Thu, 8 Dec 2005 22:24:08 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-11) IA64 32-bit atomic operations broken In-Reply-To: <746652561.1123121975118.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-11?page=all ] Martin Sebor closed STDCXX-11: ------------------------------ Fix confirmed. > IA64 32-bit atomic operations broken > ------------------------------------ > > Key: STDCXX-11 > URL: http://issues.apache.org/jira/browse/STDCXX-11 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: IA64, 32-bit > Reporter: Martin Sebor > Priority: Critical > Fix For: 4.1.3 > > The atomic operations on IA64 are broken in 32-bit mode: > $ cat t.cpp && nice gmake SRCS=t.cpp > #include > int main () { } > aCC -c -D_RWSTDDEBUG -mt -D_RWSTD_USE_CONFIG -I/build/sebor/aCC-5.57-15s/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/examples/include -AA -g +d +w +W392 +W655 +W684 +W818 +W819 +W849 t.cpp > aCC t.o -o t -AA +nostl -Wl,+s -L/build/sebor/aCC-5.57-15s/lib -mt -L/build/sebor/aCC-5.57-15s/lib -lstd15s -lm > $ gdb -q t > (gdb) r > Starting program: /build/sebor/aCC-5.57-15s/examples/t > Program received signal SIGSEGV, Segmentation fault > si_code: 1 - SEGV_MAPERR - Address not mapped to object. > 0x4118da0:1 in __rw_atomic_add32+0x1 () > (gdb) where > #0 0x4118da0:1 in __rw_atomic_add32+0x1 () > #1 0x4070880:0 in __rw::__rw_atomic_preincrement (__x=@0x4001588c, > No.Identifier=false) at /build/sebor/dev/stdlib/include/rw/_mutex.h:1716 > #2 0x4151590:0 in __rw::__rw_locale::_C_manage (plocale=0x0, locname=0x0) > at /build/sebor/dev/stdlib/src/locale_body.cpp:832 > #3 0x40703c0:0 in std::locale::locale (this=0x400106f0) > at /build/sebor/dev/stdlib/src/locale_core.cpp:60 > #4 0x407f290:0 in std::basic_streambuf >::std::basic_streambuf > (this=0x40010670, __mode=__rw_in_out) > at /build/sebor/dev/stdlib/include/streambuf.cc:50 > #5 0x4069cc0:0 in std::basic_filebuf >::std::basic_filebuf > (this=0x40010670, __fd=0, > __buf=0x40010bf0 "", __bufsz=512) > at /build/sebor/dev/stdlib/include/fstream:142 > #6 0x4067350:0 in std::ios_base::Init::Init (this=0x40010158) > at /build/sebor/dev/stdlib/src/iostream.cpp:244 > #7 0x4066d20:0 in __rw::__sinit_t_cpp_ () > at /build/sebor/dev/stdlib/include/iostream:51 > #8 0x20000000797b8df0:0 in EM_mark_BOS+0x50 () from /usr/lib/hpux32/dld.so -- 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