|
- Timestamp:
-
Mar 4, 2014, 11:00:54 PM (11 years ago)
- Author:
-
Juergen Reuter
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
Property
Severity
changed from
normal
to
major
-
Property
Summary
changed from
SEG-FAULT in src/shower/shower_module.f90 (interner Shower)
to
SEG-FAULT in src/shower/shower_module.f90 (internal shower)
-
Property
Priority
changed from
P3
to
P0
- Property Owner changed from Reuter to Juergen Reuter
-
initial
|
v1
|
|
1 | | Verwendet man die angehängte Sindarin Datei erhält man folgenden Fehler: |
| 1 | Using the attached SINDARIN file leads to the following runtime error: |
2 | 2 | |
| 3 | {{{ |
3 | 4 | | Using WHIZARD's internal showering |
4 | 5 | |
… |
… |
|
12 | 13 | #3 0x0 |
13 | 14 | Segmentation fault (core dumped) |
| 15 | }}} |
14 | 16 | |
15 | | gdb weißt auf folgendes Module hin: |
| 17 | gdb output: |
16 | 18 | |
| 19 | {{{ |
17 | 20 | #3 shower_module::shower_get_first_isr_scale_for_parton (shower=..., prt=..., tmax=<error reading variable: Cannot access memory at address 0x0>) |
18 | 21 | at ../../../trunk/src/shower/shower_module.f90:1701 |
… |
… |
|
21 | 24 | call shower_get_first_ISR_scale_for_parton(shower, prt1%parent) |
22 | 25 | call shower_get_first_ISR_scale_for_parton(shower, prt2%parent) |
| 26 | }}} |
23 | 27 | |
|