#111 closed defect (fixed)
Stopping event generation for non-valid phase-space setup
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | |
Component: | core | Version: | 2.0.0beta |
Severity: | normal | Keywords: | Catch of seg fault |
Cc: |
Description
If a sqrts setting is too low or absent, but event generation is demanded (at least with gfortran) a segmentation fault is issued:
| Loading process library 'processes' | Process 'eemm': keeping previous configuration | Process 'eemma': keeping previous configuration | Integrating process 'eemm' | Generating phase space, writing file 'eemm.phs' (this may take a while) *** Error: Phase space vanishes (sqrts must be positive) *** Error: Process 'eemm': no valid phase-space channels found *** Error: Process 'eemm': phase space setup failed, skipped n_events = 10 | No analysis setup has been provided. | Generating 10 events ... Segmentation fault
Attachments (1)
Change History (4)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Error was in the inquiry functions for the integration results, fixed in [1446].
Note: See
TracTickets for help on using
tickets.
File showing the test case.