Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 36066 invoked from network); 7 Nov 2006 20:47:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2006 20:47:14 -0000 Received: (qmail 54674 invoked by uid 500); 7 Nov 2006 20:47:26 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54612 invoked by uid 500); 7 Nov 2006 20:47:25 -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 54601 invoked by uid 99); 7 Nov 2006 20:47:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 12:47:25 -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; Tue, 07 Nov 2006 12:47:10 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A841A7142D2 for ; Tue, 7 Nov 2006 12:46:50 -0800 (PST) Message-ID: <7401762.1162932410671.JavaMail.jira@brutus> Date: Tue, 7 Nov 2006 12:46:50 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-273) [Sun C++ 5.8, Solaris 10] RUA in strchr() In-Reply-To: <31516586.1155341298829.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 [ http://issues.apache.org/jira/browse/STDCXX-273?page=all ] Martin Sebor updated STDCXX-273: -------------------------------- Summary: [Sun C++ 5.8, Solaris 10] RUA in strchr() (was: [Sun C++ 5.8/Solaris 10] RUA in strchr()) > [Sun C++ 5.8, Solaris 10] RUA in strchr() > ----------------------------------------- > > Key: STDCXX-273 > URL: http://issues.apache.org/jira/browse/STDCXX-273 > Project: C++ Standard Library > Issue Type: Bug > Components: External > Environment: Sun C++ on Solaris 10 > Reporter: Martin Sebor > Priority: Critical > > -------- Original Message -------- > Subject: Your Report (Review ID: 770083) - RUA in strchr() > Date: Fri, 11 Aug 2006 18:05:33 -0600 (MDT) > From: IncidentDaemon@sun.com > To: sebor@roguewave.com > Dear Sun Studio Developer, > Thank you for your interest in improving the quality of Sun Studio > product. > Your report has been assigned an internal review ID of 770083. > Please be aware that the large volume of reports we receive sometimes > prevents us from responding individually to each message. > If the information is determined to be a new Bug or Request for > Enhancement (RFE), or a duplicate of a known Bug or RFE, you will > receive a followup email containing a seven digit bug number. By > using this seven digit bug number, you may search for, view, or vote > for this bug in the Bug Database at http://bugs.sun.com/. Please note > that we cannot promise to fix all reported bugs. > If you just reported an issue that could have a major impact on your > project and require a timely response, please consider purchasing > one of the support offerings described at > http://developers.sun.com/prodtech/cc/support/support_services.jsp. > The Sun Developer Network (http://developers.sun.com) is a free service > that Sun offers. To join, visit http://developers.sun.com/global/join_sdn.html. > Regards, > Sun Studio Developer Bug Report Review Team > --------------------------------------------------------------- > Date Created: Fri Aug 11 18:05:31 MDT 2006 > Type: bug > Customer Name: Martin Sebor > Customer Email: sebor@roguewave.com > SDN ID: sebor > status: Waiting > Category: c > Subcategory: compiler > Company: Rogue Wave Software > release: studio11 > hardware: sun4 > OSversion: solaris_10 > priority: 4 > Synopsis: RUA in strchr() > Description: > FULL PRODUCT VERSION : > N/A > ADDITIONAL OS VERSION INFORMATION : > Solaris 10 > A DESCRIPTION OF THE PROBLEM : > dbx reports a RUA in strchr(). > STEPS TO FOLLOW TO REPRODUCE THE PROBLEM : > $ cat t.c && cc -g t.c && dbx a.out > EXPECTED VERSUS ACTUAL BEHAVIOR : > EXPECTED - > Clean run. > ACTUAL - > For information about new features see `help changes' > To remove this message, put `dbxenv suppress_startup_message 7.5' in your .dbxrc > Reading a.out > Reading ld.so.1 > Reading libc.so.1 > ^C^Chave seen 2 interrupts > dbx: warning: wait for process 7692 failed -- Interrupted system call > dbx: dbx interrupted! > (dbx) check -access > access checking - ON > (dbx) run > dbx: internal warning: td_ta_clear_event() failed -- debugger service failed > dbx: internal warning: td_ta_sync_tracking_enable(0) failed -- bad thread agent > Running: a.out > (process id 7736) > Reading rtcapihook.so > Reading libdl.so.1 > Reading rtcaudit.so > Reading libmapmalloc.so.1 > Reading libgen.so.1 > Reading libm.so.2 > Reading libc_psr.so.1 > Reading rtcboot.so > Reading librtc.so > RTC: Enabling Error Checking... > RTC: Running program... > Read from unallocated (rua): > Attempting to read 2 bytes at address 0x10c26 > stopped in strchr at 0xebd304cc > 0xebd304cc: strchr+0x008c: ba,a 0xeb948d44 ! 0xeb948d44 > Current function is main > 5 strchr ("NULL=", 61); > ERROR MESSAGES/STACK TRACES THAT OCCUR : > Read from unallocated (rua): > Attempting to read 2 bytes at address 0x10c26 > stopped in strchr at 0xebd304cc > 0xebd304cc: strchr+0x008c: ba,a 0xeb948d44 ! 0xeb948d44 > Current function is main > 5 strchr ("NULL=", 61); > REPRODUCIBILITY : > This bug can be reproduced always. > ---------- BEGIN SOURCE ---------- > #include > int main () > { > strchr ("NULL=", 61); > } > ---------- END SOURCE ---------- > workaround: > comments: (company - Rogue Wave Software , email - sebor@roguewave.com) -- 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