Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Example code:
Owned<IPropertyTree> t = createPTree(); t->addPropInt("a", 1); t->addPropInt("a", 2); Owned<IPropertyTree> a = t->getPropTree("a[2]"); while (t->removeProp("a")); IPropertyTree *b = t->addPropTree("b", a.getClear()); PROGLOG("Is array = %s", boolToStr(b->isArray(nullptr))); // <--- CRASH
Attachments
Issue Links
- relates to
-
HPCC-25448 Dali can crash when deleting multiple published queries in Eclwatch
-
- Resolved
-