Oops... forgot to -lpthread. It works now. I don't know which library it was getting pthread from, but it must not have been quite right.
[EMAIL PROTECTED] (shilad) wrote in message news:<[EMAIL PROTECTED]>... > 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
