Ticket #7250 (assigned)
SegFault on CreateEmptyTableWorkspace
Reported by: | Andrei Savici | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Andrei Savici) (diff)
I was running from the script interpreter
w=CreateEmptyTableWorkspace() w.addColumn('double','Value') w.addRow([0.1])
Then, when I use the CreateEmptyTableWorkspace by clicking on the algorithm, and I name the output workspace as w, I get a segmentation fault. I seem to get this problem on Ubuntu 13.04 and Ubuntu 12.10, but it works on 12.04 and RHEL6
Change History
comment:1 Changed 7 years ago by Andrei Savici
- Priority changed from critical to major
- Description modified (diff)
comment:3 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to backlog at the code freeze for R2.6
Note: See
TracTickets for help on using
tickets.