#132 closed defect (fixed)
segmentation fault in strfun_chain_evaluators
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P1 | Milestone: | |
Component: | core | Version: | 2.0.0beta |
Severity: | blocker | Keywords: | seg fault, pointer issue |
Cc: |
Description
This is an ill-defined pointer running around which triggers segmentation faults after calling the structure functions right before starting the integration.
Note: See
TracTickets for help on using
tickets.
It was a missing allocate statement, not a pointer issue. The allocate statement is redundant in F2003, so the code compiled with nagfor worked, but gfortran doesn't have allocate-on-assignment yet.