#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 )
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)
Change History (5)
Changed 15 years ago by
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
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 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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).
Note: See
TracTickets for help on using
tickets.
Test input file triggering the problem