Closed Bug 586283 Opened 15 years ago Closed 15 years ago

RecvLoadRemoteScript called before TabChild::InitTabChildGlobal finished

Categories

(Core :: IPC, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
fennec 2.0b1+ ---

People

(Reporter: romaxa, Unassigned)

References

Details

Attachments

(1 file)

We've got such problem when RecvLoadRemoteScript get called before mCx initialized. It happens so: RecvCreateWidget - initializing QGraphicsView (which is calling meegotouch plugin) and that is rotating native event loop. when loop rotated, we are getting next async IPC call RecvLoadRemoteScript which is crashes because mCx not initialized (InitTabChildGlobal not called)
Ah, InitTabChildGlobal could happen earlier in RecvCreateWidget. Or it could perhaps happen lazily in RecvLoadRemoteScript.
Blocks: 585153
Blocks: 583135
No longer blocks: 585153
Attachment #468334 - Flags: review?(Olli.Pettay)
Comment on attachment 468334 [details] [diff] [review] Does it make sense ? Yeah, this should work.
Attachment #468334 - Flags: review?(Olli.Pettay) → review+
tracking-fennec: --- → 2.0b1+
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: