#2182 closed defect (fixed)
DASSL broken in trunk
| Reported by: | Christoph Höger | Owned by: | probably noone |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Backend | Version: | trunk |
| Keywords: | Cc: |
Description
this small model won't simulate using my bootstrapped version of omc:
model DASSLBug
import Modelica.Electrical.Analog.Basic.{Resistor, Capacitor, Ground};
import Modelica.Electrical.Analog.Sources.{SineVoltage};
SineVoltage src;
Resistor w1, w2;
Capacitor c;
Ground g;
equation
connect(src.n, w1.p);
connect(src.n, g.p);
connect(w1.n, c.p);
connect(c.n, w2.p);
connect(w2.n, src.p);
end DASSLBug;
I am on OpenModelica 1.9.0 beta4+dev (r15940)
Change History (12)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Sorry, forgit to attach the simulation result:
record SimulationResult
resultFile = "",
simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 0.000001, method = 'dassl', fileNamePrefix = 'de.tuberlin.uebb.equivalence.examples.DASSLBug', options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = '', simflags = ''",
messages = "Simulation execution failed for model: de.tuberlin.uebb.equivalence.examples.DASSLBug
DASSL-- SOME ELEMENT OF INFO VECTOR IS NOT ZERO OR ONE
stdout | warning | The code has encountered trouble from which it cannot recover.
stdout | warning | can't continue. time = 0.002000
stdout | info | model terminate | Integrator failed. | Simulation terminated at time 0.002
",
timeFrontend = 0.608388409,
timeBackend = 0.063540391,
timeSimCode = 0.026430253,
timeTemplates = 0.024220272,
timeCompile = 1.111506565
end SimulationResult;
comment:4 by , 12 years ago
I think this is the same error I have seen on some OSX versions. If I remember correctly, related to using 32-bit versions of omc?
comment:6 by , 11 years ago
| Milestone: | 1.9.1 → 1.9.2 |
|---|
This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).
comment:7 by , 11 years ago
| Milestone: | 1.9.2 → 1.9.3 |
|---|
Milestone changed to 1.9.3 since 1.9.2 was released.
comment:11 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
If DASSL was still broken, we'd have heard very loud complaints. I assume this issue has been solved long time ago.

Can you give more information? The bootstrapped compiler works fine for me: