View Issue Details

IDProjectCategoryView StatusLast Update
0005733CaseTalk ModelerUser Interfacepublic2026-07-05 23:18
ReporterMarco Wobben Assigned To 
PriorityhighSeveritycrashReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version15.0 
Summary0005733: Crash on application exit after using the Subset Constraint editor
Description

When the Subset Constraint editor has been opened during a session, CaseTalk can crash with an access violation while closing the application. The editor dialog was not being released when it was closed, so it lingered until program shutdown. At that point the dialog tried to re-generate its rule verbalization while the underlying model had already been torn down, causing the crash. No data is lost, but the application terminates abnormally on exit.

TagsNo tags attached.
CaseTalk EditionCorporate

Activities

Marco Wobben

Marco Wobben

2026-07-05 23:18

administrator   ~0008482

Fixed: the Subset Constraint editor dialog is now properly destroyed when it is closed, instead of lingering until application shutdown. The verbalization refresh is also suppressed while the dialog is being torn down, so it no longer touches the model during shutdown.

Issue History

Date Modified Username Field Change
2026-07-04 11:03 Marco Wobben New Issue
2026-07-05 23:18 Marco Wobben Note Added: 0008482
2026-07-05 23:18 Marco Wobben Status new => resolved
2026-07-05 23:18 Marco Wobben Resolution open => fixed