Opened 5 years ago
Closed 5 years ago
#222 closed defect (fixed)
PostProc crashes when opening session file
Reported by: | ghorwin | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 2.2.3 |
Version: | 2.2.x | Keywords: | |
Cc: | Operating System: | all |
Description (last modified by )
reason, unclear?
Debug log:
Updating mapper #3. Updating from '/home/ghorwin/svn/PostProcApp_trunk/data/bugs/TB Wärmebrücken/1_2 Einbindung Trockenbauwand_Horizontalschnitt/results/LF_kritischer Bereich.d6o' Assertion failure CHECK: dataIO()->dataFormat() == DATAIO::DataIO::DF_4D FILE: EM_Extractor3DFrom4D.cpp LINE: 109
Change History (3)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Nasty thing related to the following problem:
-user creates session file
-user changes data format of source file (i.e. change output definition in DELPHIN, re-run simulation, re-open session file --> boom)
General problem: currently correct data format check is implemented as assertion - in release mode, this is not evaluated -> memory access error
Fix: change assert to exception?