To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109681





------- Additional comments from bluedw...@openoffice.org Tue Aug 24 18:04:38 
+0000 2010 -------
First of all, I happened to know that this problem might be reproduced without 
Microsoft Office IME 2007. No matter what the default language is, OOO320_m19 
compiled with "--enable-dbgutil" configure option crashes on Windows 7. Could 
anyone try to reproduce this problem with that option? This might greatly help 
us speed up debugging because I can't afford to spare much time to this 
problem. 

@kstribley, thank you for your informative comments. I found that this crash 
happens when VCL tries to render Indian currency (INR) in Hindi. The fallback 
fonts set in mpFallbackFonts variable are following:

?? $!mpFallbackFonts[0]->maName
 => NULL
?? $!mpFallbackFonts[1]->maName
 => "Arial Unicode MS"

And, as you can see in the attached backtrace, Calc crashes when 
OutputDevice::GetTextArray called. One of the parameters (rStr) of this method 
shows what string VCL tried to render, which was following:

?? $!rStr->mpData->maStr
 =>
0x202a (LRE)
0x0049 'I'
0x004e 'N'
0x0052 'R'
0x202c (PDF)
0x0020 ' '
0x0020 ' '
0x202a (LRE)
0x0930 'र'
0x0941 ''
0x002e '.'
0x202c (PDF)
0x0020 ' '
0x0020 ' '
0x202a (LRE)
0x0048 'H'
0x0069 'i'
0x006e 'n'
0x0064 'd'
0x0069 'i'
0x202c (PDF)
0x0000 (NULL)

@mlpotgieter, thank you for your work. What if you install Gentium Basic fonts 
and set SAL_DISABLE_GRAPHITE=0?

@pl, Microsoft Office IME 2007 may probably bundled only with MS-Office 2007 
Japanese edition (and Korean Edition?). To check if it's installed, could you 
try the following steps on Windows 7?
1. Open "Region and Language" from Control Panels
2. Go to "Keyboards and Languages" tab
3. Click "Change Keyboards..." button to open "Text Services and Input 
Languages" dialog.
4. Click "Add" button to open "Add Input Language"
5. Check if "Japanese (Japan) - Keyboard - Microsoft Office IME 2007" is listed.
If not, MS Office IME 2007 is not installed. In that case, try to get MS Office 
2007 Japaense (or Korean?) package somehow. (I'm not sure if you can buy one 
outside Japan.)
c.f. http://www.wfu.edu/~yipcw/atg/ime/w7/


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to