On 4/14/10 10:04 AM, Georgios Petasis wrote:

I have written some C++ code, which interfaces Mozilla with Tcl/Tk.
Tcl/Tk is the owner of the "main" thread, and runs a message loop on it.
My code somewhat works: I can start Mozilla, load a few pages (~10), and
then everything locks. :-)

I still have no solution why. At some point, I will call a function from
Mozilla, that will never return.
Killing the app is the only solution. Any ideas welcomed :-)

Presumably you can get a stack trace from the hang in a debugger. That would provide clues!

--BDS
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to