Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Modified test case for bug 564 slightly, now able to access the error via valgrind as well. Valgrind output gives: solvers/qrslv/qrslv.c:3373 (structural_analysis): In QRSlv, got vused = 219... ==28310== Invalid read of size 8 ==28310== at 0x4EFCF76: CalcResidGivenValue (relation_util.c:4037) ==28310== by 0x4EFD90C: zbrent (rootfind.c:84) ==28310== by 0x4EFD235: RootFind (relation_util.c:4120) ==28310== by 0x4EFAB80: RelationFindRoots (relation_util.c:3210) ==28310== by 0x4F4C59E: relman_directly_solve_new (relman.c:1039) ==28310== by 0x4F509D7: slv_direct_solve (slv_common.c:208) ==28310== by 0x70324C6: qrslv_iterate (qrslv.c:3842) ==28310== by 0x70336E5: qrslv_solve (qrslv.c:4175) ==28310== by 0x4F60CB1: slv_solve (solver.c:364) ==28310== by 0x42F607: test_bug564 (test_qrslv.c:244) ==28310== by 0x61587A3: run_single_test (TestRun.c:1129) ==28310== by 0x6156161: CU_run_selected_tests (TestRun.c:473) ==28310== Address 0x100793d338 is not stack'd, malloc'd or (recently) free'd ==28310== ==28310== ==28310== Process terminating with default action of signal 11 (SIGSEGV) ==28310== Access not within mapped region at address 0x100793D338 ==28310== at 0x4EFCF76: CalcResidGivenValue (relation_util.c:4037) ==28310== by 0x4EFD90C: zbrent (rootfind.c:84) ==28310== by 0x4EFD235: RootFind (relation_util.c:4120) ==28310== by 0x4EFAB80: RelationFindRoots (relation_util.c:3210) ==28310== by 0x4F4C59E: relman_directly_solve_new (relman.c:1039) ==28310== by 0x4F509D7: slv_direct_solve (slv_common.c:208) ==28310== by 0x70324C6: qrslv_iterate (qrslv.c:3842) ==28310== by 0x70336E5: qrslv_solve (qrslv.c:4175) ==28310== by 0x4F60CB1: slv_solve (solver.c:364) ==28310== by 0x42F607: test_bug564 (test_qrslv.c:244) ==28310== by 0x61587A3: run_single_test (TestRun.c:1129) ==28310== by 0x6156161: CU_run_selected_tests (TestRun.c:473) ==28310== If you believe this happened as a result of a stack ==28310== overflow in your program's main thread (unlikely but ==28310== possible), you can try to increase the size of the ==28310== main thread stack using the --main-stacksize= flag. ==28310== The main thread stack size used in this run was 8388608. ==28310==
Update GPL header, debugging issue with (p,h) for Water.
Merged (copied) fprops2 branch to trunk. This copy overwrites the trunk version of fprops, and history is preserved via the fprops2 sequence. I hope that's OK...
Fixing GPL header, removing postal address (rpmlint incorrect-fsf-address)
Merging in refactor of the C++ code, which is moved out of 'pygtk' and into 'ascxx'. Adding support for IPOPT 3.9.1, the current latest version. Support in dtar for parallel builds (possibly needs some testing still).
Minor changes to FPROPS cycle models. Fix 'scons install' to also install FPROPS in Python path in Linux (still need to test install with Windows).
Rename 'node' to 'air_node' and 'stream' to 'air_stream' in brayton.a4c. More plotting routines in cycle_plot. Finalised combined cycle models including ammonia. Small bug in nitrogen.c when testing (./test.py nitrogen).
Add plotting of p=constant lines on Ts diagram for the power cycles. Add calculation of heat exchanger effectiveness (faulty!), trying to trap physically impossible heat exchange cases.
Trying to catch errors associated with pressure below triple point for CO2.
Working on plots for combined cycle. Something is broken with CO2 model.
Added routine to calculate ideal->m and ideal->c for desired reference state values. Adjusted toluene reference state so that s=0, h=0 for liquid at the triple pt.
Working on combined cycle simulation using toluene in the bottoming cycle. Seem to be getting negative values of h and s for toluene in some cases.
Combined cycle working now with CO2 as the working fluid in the rankine cycle.
Combined-cycle model converges with FPROPS! Now it's getting useful :-)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |