Issue 16453

Summary: transex3 crashs on some strings
Product: Internationalization Reporter: josef.cacek
Component: codeAssignee: Dieter.Loeschky
Status: CLOSED DUPLICATE QA Contact: issues@l10n <issues>
Severity: Trivial    
Priority: P2 CC: issues
Version: OOo 1.1 RC   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Part of czech file with localized strings.
none
error message in windows
none
C++ debug window none

Description josef.cacek 2003-07-04 14:36:53 UTC
I have problems with localize.exe util.
I make transex3 project and start localization. 

cd transex3
build product=full -from freetype
build -deliver
cd ..
localize -m -l 42 -f new_bastard.bugy

transex3 crashs for me on 3 files. 
I found the problem in source\export.cxx file - line 588. The code
if ( sTmpLine.GetChar(( USHORT )( sTmpLine.Len() - 1 )) != '\\' )
is call for sTmpLine=='' (empty line)
Comment 1 josef.cacek 2003-07-04 14:38:28 UTC
Created attachment 7404 [details]
Part of czech file with localized strings.
Comment 2 josef.cacek 2003-07-04 14:39:21 UTC
Created attachment 7405 [details]
error message in windows
Comment 3 josef.cacek 2003-07-04 14:40:13 UTC
Created attachment 7406 [details]
C++ debug window
Comment 4 josef.cacek 2003-07-04 14:43:31 UTC
If I continue building after these bugs, compilation crashs bacause
files on which localization crashs are corrupted (eg. there is only
first half of document).
Comment 5 pavel 2003-07-08 13:19:55 UTC
This is the same problem as I met on Solaris with the same GSI file.
Exactly the same files. As a workaround we could use files localized
under Linux.


*** This issue has been marked as a duplicate of 15711 ***
Comment 6 Dieter.Loeschky 2003-07-30 11:59:13 UTC
DL: Closed