Opened 19 years ago
Closed 19 years ago
#42 closed defect (fixed)
SBML crash for specific parameters
Reported by: | ginkel | Owned by: | ginkel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Promot | Version: | 0.7.1 |
Severity: | fatal | Keywords: | |
Cc: | saezr@… |
Description
Promot crashes for exporting specific integer parameters
Attachments (1)
Change History (2)
Changed 19 years ago by ginkel
comment:1 Changed 19 years ago by ginkel
- Cc saezr@… added
- Resolution set to fixed
- Status changed from new to closed
Problem has been fixed with [6189], there seems to be a problem with passing parameters to libsbml. The wrapper code does not accept wrong numeric types and does not automatically upgrade.
Now all the places are guarded with (coerce x 'double) in Lisp.
Note: See
TracTickets for help on using
tickets.
Model, where the problem leads to SEGV