I am getting this exception when my application closes:
This is the stack trace at that moment:
This is the thread list at that moment:
I am finding it difficult to determine exactly what is happening here. The stack suggests that the database engine (Pervasive) is attempting to communicate, but the thread being "GC Finalizer Thread" seems odd.
I'm not sure exactly what has been disposed that something is then trying to use. A network socket? The database connection? How can I tell?
I'm hoping someone else has been here before, or sees something in those images that I am not picking up on.