whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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.

Change History (2)

comment:1 Changed 14 years ago by kilian

Resolution: fixed
Status: newclosed

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.

comment:2 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.