whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#89 closed defect (fixed)

W2 crashes because of unallocated PDG lists

Reported by: Juergen Reuter Owned by: kilian
Priority: P2 Milestone:
Component: core Version: 2.0.0alpha
Severity: critical Keywords: PDG lists
Cc:

Description (last modified by kilian)

W2 crashes with a NAG runtime error with the attached input file and the following error messages:

SM.mH =    1.3000000000000000E+02
| Integrating process 'test1'
|=============================================================================|
| It      Calls  Integral[fb]  Error[fb]   Err[%]    Acc  Eff[%]   Chi2 N[It] |
|=============================================================================|
Runtime Error: pdg_arrays.f90, line 116: ALLOCATABLE CVAL%PDG is not currently allocated
Program terminated by fatal error
pdg_arrays.f90, line 116: Error occurred in PDG_ARRAYS:PDG_ARRAY_MATCH_INTEGER
prt_lists.f90, line 599: Called by PRT_LISTS:PRT_LIST_SELECT_PDG_CODE
expressions.f90, line 1743: Called by EXPRESSIONS:SELECT_PDG_CA
expressions.f90, line 4021: Called by EXPRESSIONS:EVAL_NODE_EVALUATE
expressions.f90, line 4170: Called by EXPRESSIONS:EVAL_NODE_EVALUATE
expressions.f90, line 4778: Called by EXPRESSIONS:EVAL_TREE_EVALUATE
processes.f90, line 1343: Called by PROCESSES:PROCESS_PASSES_CUTS
processes.f90, line 2044: Called by PROCESSES:SAMPLE_FUNCTION
vamp_bundle.f90, line 3961: Called by VAMP_REST:VAMP_SAMPLE_GRID0
vamp_bundle.f90, line 5018: Called by VAMP_REST:VAMP_SAMPLE_GRIDS
processes.f90, line 1473: Called by PROCESSES:PROCESS_INTEGRATE
commands.f90, line 2793: Called by COMMANDS:CMD_INTEGRATE_EXECUTE
commands.f90, line 1298: Called by COMMANDS:COMMAND_EXECUTE
commands.f90, line 4314: Called by COMMANDS:COMMAND_LIST_EXECUTE
whizard.f90, line 183: Called by WHIZARD:WHIZARD_PROCESS_STREAM
whizard.f90, line 160: Called by WHIZARD:WHIZARD_PROCESS_FILE
main.f90, line 219: Called by MAIN
/afs/physik.uni-freiburg.de/home/reuter/Physik/progs/omwhiz/svn/hepforge_trunk/test/run_whizard.sh: line 15: 20215 Aborted                 (core dumped) ../src/whizard $*

Is this because of a problem in the code or wrong usage? I'd suppose the first point.

Attachments (1)

bug1.in (342 bytes) - added by Juergen Reuter 14 years ago.
Test input file triggering the problem

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Juergen Reuter

Attachment: bug1.in added

Test input file triggering the problem

comment:1 Changed 14 years ago by Juergen Reuter

Thanks to Sebastian Schmidt for reporting this error.

comment:2 Changed 14 years ago by kilian

Description: modified (diff)
Status: newassigned

Without running the process, I observe that this already contains the bug:

model = SM
alias lepton = e1:e2

-> 'lepton' is empty.

Omitting the 'model' command (which is redundant since SM is the default model), 'lepton' acquires the correct value. I'll check this.

comment:3 Changed 14 years ago by kilian

Resolution: fixed
Status: assignedclosed

Fixed in changeset [1321].

The command model = ... did not work when the current model was merely confirmed. Now this case is handled correctly (re-synchronizing all parameters).

comment:4 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.