[jira] Closed: (STDCXX-339) Remove _RWSTD_NO_INLINE_MEMBER_TEMPLATES config macro and all workarounds for it

2007-05-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-339. Remove _RWSTD_NO_INLINE_MEMBER_TEMPLATES config macro and all workarounds for it

std::vector intialization on HP-UX

2007-05-23 Thread Patrick Happel
Hello all, I'm working with versions 4.1.2 and 4.1.0 of the STDCXX on HP-UX 11i with aCC 3.63, and I've noticed that when a std::vector is constructed with a size parameter, it's actually allocated as that size + 32 additional elements. For example: #include iostream #include vector int

Re: [VOTE] commit-then-review vs review-then-commit policy

2007-05-23 Thread William A. Rowe, Jr.
Martin Sebor wrote: I think the discussion has wound down so let's have a vote and decide whether stdcxx committers should follow the Commit-Then Review (CTR) or Review-Then-Commit (RTC) policy on stdcxx/trunk by default. [+1] All committers follow Commit-Then-Review for safe changes,

RE: RHAS 4u4 gcc 3.4.6 ctype.narrow failed assertion

2007-05-23 Thread Scott Zhong
There is a problem with the wchar narrow / widen conversion, specifically wctype.cpp line 812 do_narrow. I can't pinpoint the exact problem currently due to my limited knowledge on current locale and facet structures in stdcxx. Yu (Scott) Zhong -Original Message- From: Martin Sebor

Re: infinite loop in exec

2007-05-23 Thread Martin Sebor
Martin Sebor wrote: I'm running into an (almost?) infinite loop when running some of our tests under the exec utility on Linux (in a 12D build with gcc 3.4.6 on Red Hat Advanced Server 4, I haven't tried other configurations). The initial output of strace for one of the tests, 21.cwchar, is in

[jira] Updated: (STDCXX-426) infinite loop in exec utility

2007-05-23 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Brown updated STDCXX-426: -- Attachment: strace.run-21.cwchar.log Attached partial strace output of running exec 21.cwchar.

[jira] Assigned: (STDCXX-426) infinite loop in exec utility

2007-05-23 Thread Andrew Black (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Black reassigned STDCXX-426: --- Assignee: Andrew Black infinite loop in exec utility -

Re: infinite loop in exec

2007-05-23 Thread Martin Sebor
Andrew Black wrote: Probably wouldn't hurt to open a jira for this, as I'm currently running a sweep of results for our other products, and this may take a little time to look into. Wow, looks like it's already done! (Thanks Mark!) Interestingly,

[jira] Commented: (STDCXX-426) infinite loop in exec utility

2007-05-23 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498399 ] Martin Sebor commented on STDCXX-426: - Here some more important detail from the thread linked above: Also, from

[jira] Created: (STDCXX-427) SIGSEGV in istringstream::str()

2007-05-23 Thread Martin Sebor (JIRA)
SIGSEGV in istringstream::str() --- Key: STDCXX-427 URL: https://issues.apache.org/jira/browse/STDCXX-427 Project: C++ Standard Library Issue Type: Bug Components: 27. Input/Output Affects Versions:

Re: infinite loop in exec

2007-05-23 Thread Andrew Black
Not a problem from my prospective Mark. Triage is a useful function when things get busy, and I'm dealing with a number of things around here. The source of the filing was a tad surprising, but given that you offered to take on the role you did, it makes sense. --Andrew Black Mark Brown

Re: RHAS 4u4 gcc 3.4.6 ctype.narrow failed assertion

2007-05-23 Thread Martin Sebor
Scott Zhong wrote: There is a problem with the wchar narrow / widen conversion, specifically wctype.cpp line 812 do_narrow. I can't pinpoint the exact problem currently due to my limited knowledge on current locale and facet structures in stdcxx. You mean wctype.cpp, the library source?