thread error in socket

Common/ClassLib/RuntimeThread.cpp: 1547
Failure Condition: !sCurrentThread->mCurrentException

Anyone any idea what this means?

I just have a TCP socket sending an email via curlmbs plugin

Maybe the thread is already killed while the TCP socket still has connection?

Sure sounds like a 64 bit compiler issue. I’d submit an example via Feedback.

And now I’m getting this too… I think it has something to do with using a semaphore on the main thread? Maybe? So even 9 months later something is still in there that can do this. Did you ever figure out what the problem was?

In my case this was related to something having to do with exception handling on 64 bit. I compiled the app as 32 bit, found the exception and did some preflight on the data rather than rely on exception handling and the problem has gone away. At least so far, no long term testing yet…