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/06/28 20:13:29 UTC

[jira] Created: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

[MSVC] SIGSEGV on localedef -f UTF-8
------------------------------------

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

  Components: Utilities  
    Versions: 4.1.2, 4.1.3    
 Environment: MSVC
    Reporter: Martin Sebor


Moved from the Rogue Wave bug tracking database:

****Created By: sebor @ Sep 03, 2003 03:42:51 PM****
-------- Original Message --------
Subject: Re: errors compiling some locales for i18n
Date: Fri, 29 Aug 2003 15:18:57 -0600
From: Martin Sebor <se...@roguewave.com>
Organization: Rogue Wave Software, Inc.
To: Tim Szekely <sz...@roguewave.com>
CC: Randall Robinson <ra...@roguewave.com>
References: <4F...@bco-exchange.bco.roguewave.com>

Tim Szekely wrote:

> Hi All,
> 
> Mike Busch encountered the following errors when trying to build some of
> the locales for the std-lib module on Windows XP, with Visual Studio
> .NET 2003.  A number of the locales did build successfully, but these
> did not.  Is this a known issue?  

We encountered similar problems on Windows builds that we support
but don't certify on (due to the reduced cert matrix), but, IIRC,
I fixed those before the release. I was not aware of any other
failures

Martin

> 
> Tim
> 
> From the results file, 15d.xml:
> 
> - <component component="stdlib-locales.hi_IN" type="file"
> state="BUILD_FAILED" start_timestamp="Thu Aug 28 12:35:48 MDT 2003"
> finish_timestamp="Thu Aug 28 13:26:49 MDT 2003"
> wall_clock_duration="3061" product="" major="" minor="" maintenance=""> 
> <prop group="finish" name="warnings">0</prop> 
> <prop group="finish" name="no-target">true</prop> 
> - <file rel="build_log" type="build-log"
> path="C:\RW_buildspace_CD6\nls\15d\hi_IN.log"> 
> - <![CDATA[ 
> 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> .\..\..\etc\stdlib\nls\src\hi_IN .\..\..\nls\hi_IN.UTF-8
> NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> '0x3'
> Stop.
> ]]> 
> </file> 
> </component>
> - <component component="stdlib-locales.ta_IN" type="file"
> state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:27:47 MDT 2003"
> finish_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> wall_clock_duration="357" product="" major="" minor="" maintenance=""> 
> <prop group="finish" name="warnings">0</prop> 
> <prop group="finish" name="no-target">true</prop> 
> - <file rel="build_log" type="build-log"
> path="C:\RW_buildspace_CD6\nls\15d\ta_IN.log"> 
> - <![CDATA[ 
> 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> .\..\..\etc\stdlib\nls\src\ta_IN .\..\..\nls\ta_IN.UTF-8
> NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> '0x3'
> Stop.
> ]]> 
> </file> 
> </component>
> - <component component="stdlib-locales.ur_PK" type="file"
> state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> finish_timestamp="Thu Aug 28 13:55:27 MDT 2003"
> wall_clock_duration="1302" product="" major="" minor="" maintenance=""> 
> <prop group="finish" name="warnings">0</prop> 
> <prop group="finish" name="no-target">true</prop> 
> - <file rel="build_log" type="build-log"
> path="C:\RW_buildspace_CD6\nls\15d\ur_PK.log"> 
> - <![CDATA[ 
> 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> .\..\..\etc\stdlib\nls\src\ur_PK .\..\..\nls\ur_PK.UTF-8
> NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> '0x3'
> Stop.
> ]]> 
> </file> 
> </component>
>

-- 
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] Resolved: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

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

Farid Zaripov resolved STDCXX-220.
----------------------------------

    Resolution: Fixed

Fixed thus: http://svn.apache.org/viewvc?view=rev&rev=532756

> [MSVC] SIGSEGV on localedef -f UTF-8
> ------------------------------------
>
>                 Key: STDCXX-220
>                 URL: https://issues.apache.org/jira/browse/STDCXX-220
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.3, 4.1.2
>         Environment: MSVC
>            Reporter: Martin Sebor
>         Assigned To: Farid Zaripov
>             Fix For: 4.2
>
>
> Moved from the Rogue Wave bug tracking database:
> ****Created By: sebor @ Sep 03, 2003 03:42:51 PM****
> -------- Original Message --------
> Subject: Re: errors compiling some locales for i18n
> Date: Fri, 29 Aug 2003 15:18:57 -0600
> From: Martin Sebor <se...@roguewave.com>
> Organization: Rogue Wave Software, Inc.
> To: Tim Szekely <sz...@roguewave.com>
> CC: Randall Robinson <ra...@roguewave.com>
> References: <4F...@bco-exchange.bco.roguewave.com>
> Tim Szekely wrote:
> > Hi All,
> > 
> > Mike Busch encountered the following errors when trying to build some of
> > the locales for the std-lib module on Windows XP, with Visual Studio
> > .NET 2003.  A number of the locales did build successfully, but these
> > did not.  Is this a known issue?  
> We encountered similar problems on Windows builds that we support
> but don't certify on (due to the reduced cert matrix), but, IIRC,
> I fixed those before the release. I was not aware of any other
> failures
> Martin
> > 
> > Tim
> > 
> > From the results file, 15d.xml:
> > 
> > - <component component="stdlib-locales.hi_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 12:35:48 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:26:49 MDT 2003"
> > wall_clock_duration="3061" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\hi_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\hi_IN .\..\..\nls\hi_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ta_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:27:47 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > wall_clock_duration="357" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ta_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ta_IN .\..\..\nls\ta_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ur_PK" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:55:27 MDT 2003"
> > wall_clock_duration="1302" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ur_PK.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ur_PK .\..\..\nls\ur_PK.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> >

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


[jira] Assigned: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

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

Martin Sebor reassigned STDCXX-220:
-----------------------------------

    Assignee: Farid Zaripov

I don't see any failures for these locales with MSVC 7.1 on Windows. Farid, could you double-check and close the issue if you concur?

> [MSVC] SIGSEGV on localedef -f UTF-8
> ------------------------------------
>
>                 Key: STDCXX-220
>                 URL: https://issues.apache.org/jira/browse/STDCXX-220
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.3, 4.1.2
>         Environment: MSVC
>            Reporter: Martin Sebor
>         Assigned To: Farid Zaripov
>
> Moved from the Rogue Wave bug tracking database:
> ****Created By: sebor @ Sep 03, 2003 03:42:51 PM****
> -------- Original Message --------
> Subject: Re: errors compiling some locales for i18n
> Date: Fri, 29 Aug 2003 15:18:57 -0600
> From: Martin Sebor <se...@roguewave.com>
> Organization: Rogue Wave Software, Inc.
> To: Tim Szekely <sz...@roguewave.com>
> CC: Randall Robinson <ra...@roguewave.com>
> References: <4F...@bco-exchange.bco.roguewave.com>
> Tim Szekely wrote:
> > Hi All,
> > 
> > Mike Busch encountered the following errors when trying to build some of
> > the locales for the std-lib module on Windows XP, with Visual Studio
> > .NET 2003.  A number of the locales did build successfully, but these
> > did not.  Is this a known issue?  
> We encountered similar problems on Windows builds that we support
> but don't certify on (due to the reduced cert matrix), but, IIRC,
> I fixed those before the release. I was not aware of any other
> failures
> Martin
> > 
> > Tim
> > 
> > From the results file, 15d.xml:
> > 
> > - <component component="stdlib-locales.hi_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 12:35:48 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:26:49 MDT 2003"
> > wall_clock_duration="3061" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\hi_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\hi_IN .\..\..\nls\hi_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ta_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:27:47 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > wall_clock_duration="357" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ta_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ta_IN .\..\..\nls\ta_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ur_PK" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:55:27 MDT 2003"
> > wall_clock_duration="1302" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ur_PK.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ur_PK .\..\..\nls\ur_PK.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> >

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


[jira] Closed: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

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

Farid Zaripov closed STDCXX-220.
--------------------------------


> [MSVC] SIGSEGV on localedef -f UTF-8
> ------------------------------------
>
>                 Key: STDCXX-220
>                 URL: https://issues.apache.org/jira/browse/STDCXX-220
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.3, 4.1.2
>         Environment: MSVC
>            Reporter: Martin Sebor
>         Assigned To: Farid Zaripov
>             Fix For: 4.2
>
>
> Moved from the Rogue Wave bug tracking database:
> ****Created By: sebor @ Sep 03, 2003 03:42:51 PM****
> -------- Original Message --------
> Subject: Re: errors compiling some locales for i18n
> Date: Fri, 29 Aug 2003 15:18:57 -0600
> From: Martin Sebor <se...@roguewave.com>
> Organization: Rogue Wave Software, Inc.
> To: Tim Szekely <sz...@roguewave.com>
> CC: Randall Robinson <ra...@roguewave.com>
> References: <4F...@bco-exchange.bco.roguewave.com>
> Tim Szekely wrote:
> > Hi All,
> > 
> > Mike Busch encountered the following errors when trying to build some of
> > the locales for the std-lib module on Windows XP, with Visual Studio
> > .NET 2003.  A number of the locales did build successfully, but these
> > did not.  Is this a known issue?  
> We encountered similar problems on Windows builds that we support
> but don't certify on (due to the reduced cert matrix), but, IIRC,
> I fixed those before the release. I was not aware of any other
> failures
> Martin
> > 
> > Tim
> > 
> > From the results file, 15d.xml:
> > 
> > - <component component="stdlib-locales.hi_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 12:35:48 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:26:49 MDT 2003"
> > wall_clock_duration="3061" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\hi_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\hi_IN .\..\..\nls\hi_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ta_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:27:47 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > wall_clock_duration="357" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ta_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ta_IN .\..\..\nls\ta_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ur_PK" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:55:27 MDT 2003"
> > wall_clock_duration="1302" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ur_PK.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ur_PK .\..\..\nls\ur_PK.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> >

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


[jira] Reopened: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

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

Farid Zaripov reopened STDCXX-220:
----------------------------------


> [MSVC] SIGSEGV on localedef -f UTF-8
> ------------------------------------
>
>                 Key: STDCXX-220
>                 URL: https://issues.apache.org/jira/browse/STDCXX-220
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.3, 4.1.2
>         Environment: MSVC
>            Reporter: Martin Sebor
>         Assigned To: Farid Zaripov
>             Fix For: 4.2
>
>
> Moved from the Rogue Wave bug tracking database:
> ****Created By: sebor @ Sep 03, 2003 03:42:51 PM****
> -------- Original Message --------
> Subject: Re: errors compiling some locales for i18n
> Date: Fri, 29 Aug 2003 15:18:57 -0600
> From: Martin Sebor <se...@roguewave.com>
> Organization: Rogue Wave Software, Inc.
> To: Tim Szekely <sz...@roguewave.com>
> CC: Randall Robinson <ra...@roguewave.com>
> References: <4F...@bco-exchange.bco.roguewave.com>
> Tim Szekely wrote:
> > Hi All,
> > 
> > Mike Busch encountered the following errors when trying to build some of
> > the locales for the std-lib module on Windows XP, with Visual Studio
> > .NET 2003.  A number of the locales did build successfully, but these
> > did not.  Is this a known issue?  
> We encountered similar problems on Windows builds that we support
> but don't certify on (due to the reduced cert matrix), but, IIRC,
> I fixed those before the release. I was not aware of any other
> failures
> Martin
> > 
> > Tim
> > 
> > From the results file, 15d.xml:
> > 
> > - <component component="stdlib-locales.hi_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 12:35:48 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:26:49 MDT 2003"
> > wall_clock_duration="3061" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\hi_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\hi_IN .\..\..\nls\hi_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ta_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:27:47 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > wall_clock_duration="357" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ta_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ta_IN .\..\..\nls\ta_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ur_PK" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:55:27 MDT 2003"
> > wall_clock_duration="1302" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ur_PK.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ur_PK .\..\..\nls\ur_PK.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> >

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


[jira] Updated: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

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

Farid Zaripov updated STDCXX-220:
---------------------------------

    Comment: was deleted

> [MSVC] SIGSEGV on localedef -f UTF-8
> ------------------------------------
>
>                 Key: STDCXX-220
>                 URL: https://issues.apache.org/jira/browse/STDCXX-220
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.3, 4.1.2
>         Environment: MSVC
>            Reporter: Martin Sebor
>         Assigned To: Farid Zaripov
>             Fix For: 4.2
>
>
> Moved from the Rogue Wave bug tracking database:
> ****Created By: sebor @ Sep 03, 2003 03:42:51 PM****
> -------- Original Message --------
> Subject: Re: errors compiling some locales for i18n
> Date: Fri, 29 Aug 2003 15:18:57 -0600
> From: Martin Sebor <se...@roguewave.com>
> Organization: Rogue Wave Software, Inc.
> To: Tim Szekely <sz...@roguewave.com>
> CC: Randall Robinson <ra...@roguewave.com>
> References: <4F...@bco-exchange.bco.roguewave.com>
> Tim Szekely wrote:
> > Hi All,
> > 
> > Mike Busch encountered the following errors when trying to build some of
> > the locales for the std-lib module on Windows XP, with Visual Studio
> > .NET 2003.  A number of the locales did build successfully, but these
> > did not.  Is this a known issue?  
> We encountered similar problems on Windows builds that we support
> but don't certify on (due to the reduced cert matrix), but, IIRC,
> I fixed those before the release. I was not aware of any other
> failures
> Martin
> > 
> > Tim
> > 
> > From the results file, 15d.xml:
> > 
> > - <component component="stdlib-locales.hi_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 12:35:48 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:26:49 MDT 2003"
> > wall_clock_duration="3061" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\hi_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\hi_IN .\..\..\nls\hi_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ta_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:27:47 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > wall_clock_duration="357" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ta_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ta_IN .\..\..\nls\ta_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ur_PK" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:55:27 MDT 2003"
> > wall_clock_duration="1302" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ur_PK.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ur_PK .\..\..\nls\ur_PK.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> >

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


[jira] Closed: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

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

Farid Zaripov closed STDCXX-220.
--------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: 4.2

Not reproduced.

> [MSVC] SIGSEGV on localedef -f UTF-8
> ------------------------------------
>
>                 Key: STDCXX-220
>                 URL: https://issues.apache.org/jira/browse/STDCXX-220
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.3, 4.1.2
>         Environment: MSVC
>            Reporter: Martin Sebor
>         Assigned To: Farid Zaripov
>             Fix For: 4.2
>
>
> Moved from the Rogue Wave bug tracking database:
> ****Created By: sebor @ Sep 03, 2003 03:42:51 PM****
> -------- Original Message --------
> Subject: Re: errors compiling some locales for i18n
> Date: Fri, 29 Aug 2003 15:18:57 -0600
> From: Martin Sebor <se...@roguewave.com>
> Organization: Rogue Wave Software, Inc.
> To: Tim Szekely <sz...@roguewave.com>
> CC: Randall Robinson <ra...@roguewave.com>
> References: <4F...@bco-exchange.bco.roguewave.com>
> Tim Szekely wrote:
> > Hi All,
> > 
> > Mike Busch encountered the following errors when trying to build some of
> > the locales for the std-lib module on Windows XP, with Visual Studio
> > .NET 2003.  A number of the locales did build successfully, but these
> > did not.  Is this a known issue?  
> We encountered similar problems on Windows builds that we support
> but don't certify on (due to the reduced cert matrix), but, IIRC,
> I fixed those before the release. I was not aware of any other
> failures
> Martin
> > 
> > Tim
> > 
> > From the results file, 15d.xml:
> > 
> > - <component component="stdlib-locales.hi_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 12:35:48 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:26:49 MDT 2003"
> > wall_clock_duration="3061" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\hi_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\hi_IN .\..\..\nls\hi_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ta_IN" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:27:47 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > wall_clock_duration="357" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ta_IN.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ta_IN .\..\..\nls\ta_IN.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> > - <component component="stdlib-locales.ur_PK" type="file"
> > state="BUILD_FAILED" start_timestamp="Thu Aug 28 13:33:44 MDT 2003"
> > finish_timestamp="Thu Aug 28 13:55:27 MDT 2003"
> > wall_clock_duration="1302" product="" major="" minor="" maintenance=""> 
> > <prop group="finish" name="warnings">0</prop> 
> > <prop group="finish" name="no-target">true</prop> 
> > - <file rel="build_log" type="build-log"
> > path="C:\RW_buildspace_CD6\nls\15d\ur_PK.log"> 
> > - <![CDATA[ 
> > 	.\..\..\bin\15d\localedef --no_position -w -c  -f
> > .\..\..\etc\stdlib\nls\charmaps\UTF-8  -i
> > .\..\..\etc\stdlib\nls\src\ur_PK .\..\..\nls\ur_PK.UTF-8
> > NMAKE : fatal error U1077: '.\..\..\bin\15d\localedef' : return code
> > '0x3'
> > Stop.
> > ]]> 
> > </file> 
> > </component>
> >

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