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

2007-05-25 Thread Farid Zaripov (JIRA)

 [ 
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 [EMAIL PROTECTED]
 Organization: Rogue Wave Software, Inc.
 To: Tim Szekely [EMAIL PROTECTED]
 CC: Randall Robinson [EMAIL PROTECTED]
 References: [EMAIL PROTECTED]
 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=warnings0/prop 
  prop group=finish name=no-targettrue/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=warnings0/prop 
  prop group=finish name=no-targettrue/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=warnings0/prop 
  prop group=finish name=no-targettrue/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

2007-05-25 Thread Farid Zaripov (JIRA)

 [ 
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 [EMAIL PROTECTED]
 Organization: Rogue Wave Software, Inc.
 To: Tim Szekely [EMAIL PROTECTED]
 CC: Randall Robinson [EMAIL PROTECTED]
 References: [EMAIL PROTECTED]
 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=warnings0/prop 
  prop group=finish name=no-targettrue/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=warnings0/prop 
  prop group=finish name=no-targettrue/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=warnings0/prop 
  prop group=finish name=no-targettrue/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.