thread safety question

"mark kaplun" <[email protected]> Sat, 26 Oct 2002 18:41:01 +0200
Newsgroups gmane.comp.mozilla.devel.xpcom
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Hi,

  Can anyone explain to me the cuase for the following console message

!!!!! XPConnect wrapper thread use error...
  XPConnect WrappedNative is being accessed on multiple threads but the
underlying native xpcom object does not have a nsIClassInfo with the
'THREADSAFE' flag set

  I'm having a thread listening to network messages, which suppose to open
an alert window, by using an XPCOM object implemented in JS.

  Any clue will be appriciated,

  Mark.