Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:35
joy woo is currently offline joy wooFriend
Messages: 198
Registered: May 2019
Senior Member
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: Sat Sep 21 21:30:11 GMT 2024

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

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

Back to the top