whizard is hosted by Hepforge, IPPP Durham

Opened 11 years ago

Closed 10 years ago

#528 closed defect (worksforme)

Choosing single beam structure functions triggers seg fault

Reported by: Juergen Reuter Owned by: kilian
Priority: P3 Milestone: v2.2.0
Component: core Version: 2.1.1
Severity: normal Keywords:
Cc:

Description

The following setup

model = "QCD"
process qqgg = u, ubar => g, g
compile
sqrts = 8 TeV
beams = p, ubar => pdf_builtin, none
integrate (qqgg)

triggers a seg fault:

 Process library 'default_lib': loading
| Process library 'default_lib': ... success.
sqrts =  8.000000000000E+03
 Beam data (collision):
   u     (mass = 0.0000000E+00 GeV)
   ubar  (mass = 0.0000000E+00 GeV)
   sqrts = 8.000000000000E+03 GeV
| Beams: u ubar
| Beams: sqrts = 8.000E+03 GeV

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x184dab3f2
#1  0x184dabbbe

as single beams are not yet supported again ...

Change History (1)

comment:1 Changed 10 years ago by Juergen Reuter

Resolution: worksforme
Status: newclosed

This now works, if there is still something to do/implement for that case, one can post it under structure function finalization (#500).

Note: See TracTickets for help on using tickets.