Opened 12 years ago
Last modified 12 years ago
#2039 closed defect
Nonlinear solver prints random strings instead of system names — at Initial Version
Reported by: | Martin Sjölund | Owned by: | Willi Braun |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Code Generation | Version: | trunk |
Keywords: | Cc: |
Description
Nonlinear solver prints random strings instead of system names, for example the following:
[martin@mega msl32]$ for f in `seq 1 100`; do ./Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump |& grep -o "Error.*time" | uniq; done Error solving nonlinear system r at time Error solving nonlinear system at time Error solving nonlinear system at time Error solving nonlinear system false at time Error solving nonlinear system 1553 at time Error solving nonlinear system r at time Error solving nonlinear system parameter at time Error solving nonlinear system r at time Error solving nonlinear system voltageController.addSat.k2 at time Error solving nonlinear system at time Error solving nonlinear system true at time Error solving nonlinear system false at time Error solving nonlinear system at time Error solving nonlinear system 0K at time Error solving nonlinear system `R at time Error solving nonlinear system false at time Error solving nonlinear system true at time Error solving nonlinear system Real at time Error solving nonlinear system voltageController.limiter.uMax at time Error solving nonlinear system at time Error solving nonlinear system at time Error solving nonlinear system at time Error solving nonlinear system 1.0 at time Error solving nonlinear system (null) at time Error solving nonlinear system Џ/ at time Error solving nonlinear system at time Error solving nonlinear system 1551 at time Error solving nonlinear system x[1,1] at time ...
Running the executable through gdb always gives the same string (Error solving nonlinear system �K�). So something is fishy.
Note:
See TracTickets
for help on using tickets.