Bug 43837

Summary: [browser] Browser - linux can't dispose a browser and open a new one
Product: [Eclipse Project] Platform Reporter: Christophe Cornu <christophe.cornu+eclipse>
Component: SWTAssignee: Christophe Cornu <christophe.cornu+eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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