Closed
Bug 322860
Opened 20 years ago
Closed 16 years ago
TestGtkEmbed Crashes when compiling with native uconv support !
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: rajkumar.farkiya, Assigned: smontagu)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: 1.5rc3
Hi,
TestGtkEmbed/Minimo crashes when compiling with native uconv support. The crash happenes in nsUConvModule.cpp line 700.
After isolating the issue, found that the following is causing the problem
nsCharsetConverterManager::nsCharsetConverterManager()
:mDataBundle(NULL), mTitleBundle(NULL)
{
#ifdef MOZ_USE_NATIVE_UCONV
mNativeUC = do_GetService(NS_NATIVE_UCONV_SERVICE_CONTRACT_ID);
#endif
}
Somehow the do_GetService(NS_NATIVE_UCONV_SERVICE_CONTRACT_ID); is causing the segmentation fault.
Regards,
F.Rajkumar
Reproducible: Always
Steps to Reproduce:
1.Compile Firefox 1.5rc3 with Native uconv support.
2.Execute TestGtkEmbed/Minimo and locate to www.google.com
3.
Actual Results:
Execute TestGtkEmbed/Minimo and locate to www.google.com
Expected Results:
The browser Crashes
Should open the page.
| Reporter | ||
Updated•20 years ago
|
Component: General → Startup and Profile System
Version: unspecified → 1.5 Branch
Updated•19 years ago
|
Component: Startup and Profile System → General
Assignee: nobody → smontagu
Component: General → Internationalization
Product: Firefox → Core
QA Contact: general → amyy
Version: 1.5.0.x Branch → 1.8 Branch
Comment 2•16 years ago
|
||
Is this still an issue in Firefox 3.5?
If it is not, we should set the resolution of the bug to WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•