Issue 16453 - transex3 crashs on some strings
Summary: transex3 crashs on some strings
Status: CLOSED DUPLICATE of issue 15711
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Windows 2000
: P2 Trivial (vote)
Target Milestone: ---
Assignee: Dieter.Loeschky
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-04 14:36 UTC by josef.cacek
Modified: 2003-07-30 11:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Part of czech file with localized strings. (56.21 KB, text/plain)
2003-07-04 14:38 UTC, josef.cacek
no flags Details
error message in windows (14.97 KB, image/jpeg)
2003-07-04 14:39 UTC, josef.cacek
no flags Details
C++ debug window (159.09 KB, image/jpeg)
2003-07-04 14:40 UTC, josef.cacek
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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