hkmoffat / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Logfile error with vcs_equilibrate('TV') #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See attached example. The problem can be triggered when using 
mix.vcs_equilibrate('TV', solver=1), instead of mix.vcs_equilibrate('TV')

What is the expected output? What do you see instead?
No output is expected. Instead, the following warning is printed:
 Logfile error.
   beginLogGroup: iteration 0
   endLogGroup:   equilibrate

What version of the product are you using? On what operating system?
SVN version r1924 on Linux; python 2.7.3

Please provide any additional information below.
The warning does not always appear: see second part of the attached script.

Original issue reported on code.google.com by chdoi...@gmail.com on 14 Nov 2012 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by yarmond on 14 Nov 2012 at 4:18

GoogleCodeExporter commented 9 years ago
The crash can be avoided by compiling with the scons option 
'with_html_log_files=n'.

I'm inclined to fix this by removing the HTML log file option completely, as I 
don't think it's very useful, and the interface is designed in a way that makes 
it difficult to use without introducing bugs like this one.

Original comment by yarmond on 3 Mar 2013 at 1:37

GoogleCodeExporter commented 9 years ago
Fixed by the removal of HTML logs in r2603.

Original comment by yarmond on 9 Dec 2013 at 1:39