View Issue Details

IDProjectCategoryView StatusLast Update
0000371ascendgeneralpublic2017-04-23 18:19
Reporterjohn 
Assigned Tojohn 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target Version1.0Fixed in Version0.9.9 
Summary0000371: problem with error_reporter_tree_end if no output is made during it
DescriptionI think there was a problem with this previous, and that is the reason for all the superfluous debug output, eg

base/generic/utilities/error.c:161 (error_reporter_tree_end): TREE END
base/generic/utilities/error.c:308 (va_error_reporter): DONE WRITING TREE

Need to work out if problem still there, and then remove debug output if poss.
TagsNo tags attached.

Relationships

related to 0000087 resolvedjohn Invalid variables in a METHOD don't trip script execution 

Activities

john

2011-08-14 19:14

administrator   ~0000755

Likely to be a related bug. In changeset 3754, removing the line 0000175:0000146 in ascxx/type.cpp that says

ERROR_REPORTER_HERE(ASC_PROG_NOTE,"Starting tree...\n");

results in mysterious crashes on Windows 7. Replacing the line makes the crash go away. Something is not being initialised correctly in the error_reporter code, it seems.

john

2017-04-23 18:19

administrator   ~0001017

rewritten error_reporter_tree code including test case (ascend/utilities/test/test_error.c). should resolve this issue (reopen if required).

Issue History

Date Modified Username Field Change
2008-02-10 18:44 john New Issue
2008-02-10 18:44 john Status new => assigned
2008-02-10 18:44 john Assigned To => john
2008-02-10 18:44 john Target release => 0.9.6
2009-04-27 18:23 john Category build-linux => general
2009-05-01 16:50 john Target Version => 0.9.7
2009-05-01 17:58 john Target Version 0.9.7 => 1.0
2009-05-01 18:03 john Target Version 1.0 => 0.9.7
2010-04-15 18:25 svn
2011-01-10 23:31 john Relationship added related to 0000087
2011-02-22 17:34 john Target Version 0.9.7 => 1.0
2011-08-14 19:14 john Note Added: 0000755
2017-04-23 18:19 john Status assigned => resolved
2017-04-23 18:19 john Resolution open => fixed
2017-04-23 18:19 john Fixed in Version => 0.9.9
2017-04-23 18:19 john Note Added: 0001017