Hello, I am encountering an error in a plugin I wrote, but ONLY when using the gtkmozembed widget.
The plugin does a fork() and exec() of another program. In the exec() library call, pthread_kill_other_threads() is hanging, and the exec() never finishes. This only occurs when I write my own gtkmozembed program. It does not occur when I run mozilla, and weirder still it does NOT occur under Galeon (which also uses the gtkmozembed widget). I'm stumped. Any ideas? Shilad
