Closed Bug 7241 Opened 26 years ago Closed 26 years ago

Linux -Error loading this URL

Categories

(Core :: Internationalization, defect, P2)

Other
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: teruko, Assigned: ftang)

References

()

Details

Tested 5-26-20 Linux build. When you try to load this URL, Error loading message shows up. Then, Apprunner will die.
Priority: P3 → P2
Target Milestone: M7
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The problem is nsWebShell ReloadDocument and StopLoadingDocument reent libnet and it trash some object on the stack. It seems only have problem if the first block we receive have the whole META tag. (in other word, if we call the ReloadDocument in the first block). I currently work around by don't call StopLoadingDocument in nsMetaCharsetObserver.cpp and use new a implementation of ReloadDocument which use RefreshURL to work aroud the problem so it won't crash now. I will open a new bug against nisheeth about the StopLoadingDocument problem
Status: RESOLVED → VERIFIED
I verified this in 6-01-12-M7 build.
You need to log in before you can comment on or make changes to this bug.