Steven R. Baker wrote:
Hi,There are only a couple of things that I know of that cause that.
I have a GtkMozEmbed app that I wrote, and it hangs whenever it goes to a
page which has java applets on it.
TestGtkEmbed works, my app does not, but I cannot see anything that is
different enough between my code and TestGtkEmbed that should cause any
problems.
Please help!
Thanks,
-Steven
1. Your sound port is blocked by another app and Java tries to use it.
2. There's some mismatch between the JVM and glibc. Try using LD_ASSUME_KERNEL=2.2.5 in the environment to see if it helps.
--Chris
