Re: Crash in Calling XRE_InitEmbedding( ) after shutdown ( XRE_TermEmbedding)

Benjamin Smedberg <[email protected]> Tue, 31 Jan 2012 09:02:38 -0500
Newsgroups gmane.comp.mozilla.devel.embedding
Message-ID <[email protected]>
On 1/31/2012 12:44 AM, SHASHANKA DASARI wrote:
> Dear all,
>
> We have ported gecko in our application on an RTOS. It works fine. We
> cannot end the application explicitly.
> So we shutdown gecko using  XRE_TermEmbedding().
> To reinit we call XRE_InitEmbedding( ) again. This crashes.
> Is there any other way to shutdown&  restart gecko without actully
> terminating the application ?
No, gecko is not designed to be restarted in a process.

--BDS