RCF Server crash in deinitThreadLocalData!!!

RCF support and general discussion.
Post Reply
lodge
Posts: 3
Joined: Wed Jun 06, 2018 11:17 am

RCF Server crash in deinitThreadLocalData!!!

Post by lodge »

sometimes the server will crash in deinitThreadLocalData
Exception thrown: read access violation.
**_Pnext** was 0xDDDDDDE1.


in call stack i find crash when call vector dector of std::vector<RcfSession *>
I guess the thread local is broken,but i can't find why and where

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: RCF Server crash in deinitThreadLocalData!!!

Post by jarl »

Can you try the latest version of RCF (3.0)and see if you can still get a crash to occur?
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

lodge
Posts: 3
Joined: Wed Jun 06, 2018 11:17 am

Re: RCF Server crash in deinitThreadLocalData!!!

Post by lodge »

RCF-3.0.251.zip 2018-05-13
I'm use this version with protobuf

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: RCF Server crash in deinitThreadLocalData!!!

Post by jarl »

Hi,

Can you post a stack trace of the crash, using RCF 3.0?
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply