#174 closed defect (rejected)
FormatException is thrown in special circumstances when deserializing DoubleDataArray
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Core | Version: | 3.0 |
Keywords: | Cc: |
Description (last modified by gkronber)
The message of the format exception is: "formatexception can't parse 1.7976...E+308 as double value".
Change History (6)
comment:1 Changed 16 years ago by gkronber
- Description modified (diff)
- Status changed from new to assigned
comment:2 Changed 16 years ago by gkronber
- Description modified (diff)
comment:3 Changed 16 years ago by gkronber
- Resolution set to wontfix
- Status changed from assigned to closed
replaced by larger ticket #175
comment:4 Changed 16 years ago by swagner
- Milestone changed from 3.0 to Iteration 0
Milestone 3.0 deleted
comment:5 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Observed only for a special engine (by pspitzli) in the grid-infrastructure. Trying to create a simple engine to reproduce the bug...