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)

SBMLproblems.mdl (19.2 KB) - added by ginkel 19 years ago.
Model, where the problem leads to SEGV

Download all attachments as: .zip

Change History (2)

Changed 19 years ago by ginkel

Model, where the problem leads to SEGV

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.