Ticket #2854 (closed: fixed)
Random python crashes when running code from custom interfaces
Reported by: | Martyn Gigg | Owned by: | Nick Draper |
---|---|---|---|
Priority: | blocker | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
I could't reproduce this but Anders can with the Muon interface on Windows.
Change History
comment:2 Changed 9 years ago by Nick Draper
- Owner changed from Martyn Gigg to Nick Draper
- Status changed from new to accepted
comment:3 Changed 9 years ago by Nick Draper
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from verifying to verify
- Tester Janik Zikovsky deleted
I've experienced segfaults very reliably when
comment:6 Changed 9 years ago by Janik Zikovsky
(continued) ... using Mathieu's HFIR SANS reduction code; not sure if this is directly related to this issue though.
comment:7 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:8 Changed 9 years ago by Anders Markvardsen
- Status changed from verifying to closed
After Martyn's fix, now 13 days ago, this completely removed the random, python call related crashes from the MuonAnalysis interface. If the random crashes in the HFIR SANS where related to python calls this fix should have iron out these as well.
Note: See
TracTickets for help on using
tickets.
(In [11038]) Refs #2854. Should fix occasional crash of interfaces that run python. The interfaces use to populate the autocomplete list even though they don't need to and was causing issues.