[boost-users][signal] When can a connection become NULL ?

Hello,
I have the problem of a connection becoming invalid (being set to NULL) even
though
none of the things mentioned in the signals documentation happens:
Signal/slot disconnections occur when any of these conditions occur:
-
The connection is explicitly disconnected via the connection's
disconnectmethod directly, or indirectly via the signal's
disconnect method or scoped_connection's destructor.
-
A trackable object bound to the slot is destroyed.
-
The signal is destroyed.
Is anyone aware of other conditions under which a connection could become
NULL ?
Here is a code snippet:
-----------------------------------------------------------------
boost::signal
participants (1)
-
Oliver Kania