Skip to main content



      Home
Home » Eclipse Projects » 4DIAC - Framework for Distributed Industrial Automation and Control » Struct datatype deploying causing crash
Struct datatype deploying causing crash [message #1841471] Tue, 18 May 2021 04:35
Eclipse UserFriend
when i use struct type in a fb, deploy it first time it's ok, but when i deploy it again, it crashes,
stackflow as below
in forte_struct.h
~CStructSpecs() {
delete[] mMembers; //
}

fortenew.h
inline
void operator delete[](void* paData) throw(){
if (paData) {
forte_free(paData);
}
}
Previous Topic:How to create a custom CommFB?
Next Topic:FIXED --- Issue with QX and IX function blocks on Raspberry Pi OS
Goto Forum:
  


Current Time: Sun Jul 13 02:11:10 EDT 2025

Powered by FUDForum. Page generated in 0.05697 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top