Opened 11 years ago
Closed 11 years ago
#624 closed defect (fixed)
Breakpoints missing in shower code
Reported by: | kilian | Owned by: | Juergen Reuter |
---|---|---|---|
Priority: | P1 | Milestone: | v2.2.0 |
Component: | core | Version: | 2.2.0beta |
Severity: | critical | Keywords: | |
Cc: |
Description
When I try to kill Whizard during shower generation, I fail. A nasty example is parton_shower_2 which spends a lot of time in the shower code.
The solution is to distribute if (signal_is_pending ()) return
checks inside the relevant loops, and in the respective callers, so the program can discard the event and exit gracefully.
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Owner: | changed from kilian to Juergen Reuter |
---|---|
Priority: | P2 → P1 |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
JR will do this with BCN on Monday ...