Ticket #4298 (closed: fixed)
Crash on loading script in new window when another one is running
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
From Pascal,
Hello, We are getting Seg Fault when we try to load a script in a new window while another script is running. Best, P
Change History
comment:3 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Russell Taylor
Currently, if I start and then immediately close MantidPlot from the command line (on linux) I get the following message:
Fatal Python error: auto-releasing thread-state, but no thread-state for this thread Aborted (core dumped)
Is this related to the change made here?
comment:5 Changed 9 years ago by Martyn Gigg
Refs #4298. Remove a GIL lock from the scripting desctructor.
Changeset: 1a49c2e7552e17e4c48dc644b3ceea74f13bd7a5
comment:6 Changed 9 years ago by Martyn Gigg
Refs #4298. Remove a GIL lock from the scripting desctructor.
Changeset: 1a49c2e7552e17e4c48dc644b3ceea74f13bd7a5
comment:7 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.
Refs #4298. Add some missing GIL locks.
Stops crashes when opening a script while another is running.