Walt, is this a linux mozilla or a native mozilla? If it's a native mozilla please try this: * run mozilla * ktrace -i -p <pid_of_mozilla> * type in a URL that causes mozilla to lockup * kdump the ktrace.out file. I have a feeling that mozilla's blocking might be related to recent accept() changes. -Matt