Ticket #9813 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

Crash When Doing "Show Transpose" on TableWorkspaces

Reported by: Peter Parker Owned by: Nick Draper
Priority: critical Milestone: Release 3.2
Component: GUI Keywords:
Cc: Blocked By:
Blocking: Tester: Karl Palmen

Description

To reproduce, run the following script to create a TableWorkspace:

table = CreateEmptyTableWorkspace()
table.addColumn('double', 'a')
table.addColumn('str', 'b')
table.addRow([1.0, "x"])
table.addRow([4.0, "y"])
table.addRow([2.0, "z"])

Right-click on the workspace and select "Show Transpose". Mantid will crash.

Change History

comment:1 Changed 6 years ago by Nick Draper

  • Status changed from new to assigned
  • Owner set to Nick Draper

comment:2 Changed 6 years ago by Nick Draper

to test

Try the example above, right click on the workspace and choose "Show Transposed"

comment:3 Changed 6 years ago by Nick Draper

  • Status changed from assigned to inprogress

Fix for crash with transposing table workspaces. re #9813

Changeset: f6b6a2a29a657d77599bacac7bf5d99d09baaeca

comment:4 Changed 6 years ago by Nick Draper

  • Status changed from inprogress to verify
  • Resolution set to fixed

comment:5 Changed 6 years ago by Karl Palmen

  • Status changed from verify to verifying
  • Tester set to Karl Palmen

comment:6 Changed 6 years ago by Karl Palmen

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/feature/9813_table_ws_transpose_crash'

Full changeset: 17a50b1bbb139dcd5fad5063d57aa8e27333632a

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10655

Note: See TracTickets for help on using tickets.