
Windows NT Bugs:

Wrapping Netscape Communicator fails at runtime due to circular hooking.
This is due to Netscape's error reporting system.

This problem can be worked around by renaming the DLL "fullsoft.dll"
to something else, like "NOfullsoft.dll". This DLL can usually be found
in the directory:
\Program Files\Netscape\Communicator\Program

This problem could also occur for any other program that hooks DLL's 
that are loaded into the process.



FreeBSD Bugs:

On FreeBSD 3.x -> 5.x, the WSS kernel module is _NOT_ SMP-safe.  There are no
mutex or reader/writer locks implemented by the WSI (yet).



Linux Bugs:

Loading the kernel module on a system that has been up for a while may
cause a crash.  We do not know why.

Despite appearances in the code, the linux kernel module is _NOT_ SMP-safe.
The mutex implementations are purely theoritical, and no work has been
done to test compiling, much less actual lock correctness.  In addition,
there are several places in the code where the code is known to be broken
regarding SMP.  While most of these are labeled with #warning messages,
there are probally many others not so labeled.

