Bug 43837 - [browser] Browser - linux can't dispose a browser and open a new one
Summary: [browser] Browser - linux can't dispose a browser and open a new one
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux
: P1 critical with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Christophe Cornu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 11:59 EDT by Christophe Cornu CLA
Modified: 2003-10-17 11:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Cornu CLA 2003-09-29 11:59:38 EDT
open a browser
dispose browser
open a new one
terminate in XPCOM which could not be reinitalized for some reason
Comment 1 Christophe Cornu CLA 2003-10-17 11:53:36 EDT
cannot call NS_InitEmbedding after NS_TermEmbedding has been called.
Verified gtkmozembed has the same problem (call gtk_moz_embed_push_start (call 
NS_Init)/ gtk_moz_embed_pop_start (call NS_Term) / gtk_moz_embed_push_start 
(silently fail in NS_Init) / can't create a gtk_moz_embed_new

fixed v>20031017