Issue1065

Title Dangling reference to log in PatternCollectionInformation
Priority bug Status unread
Superseder Nosy List augusto, florian, jendrik, malte, silvan, thomas
Assigned To Keywords
Optional summary

Created on 2022-09-12.10:57:42 by florian, last changed by florian.

Messages
msg10843 (view) Author: florian Date: 2022-09-12.10:57:42
PatternCollectionInformation::log is a reference initialized to the log of the generator. Once the generator is deleted, the reference is no longer valid. This caused crashes in the past (issue1061). We currently circumvent the issue by keeping the generator alive long enough but want a better solution.
History
Date User Action Args
2022-09-12 10:57:42floriancreate