[Paraview-developers] Spreadsheet bug

Mathieu Westphal mathieu.westphal at gmail.com
Fri Jun 27 12:35:04 EDT 2014


I've found a bug with spreadsheet view and objreader

Open paraview
Open VTKDATA6.0.0/Data/Viewpoint/cow.obj
Apply
Open a new tab, choose speadsheet view
crash

Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid
./launchParaview.sh: line 2: 13745 Aborted                 (core dumped) ./svn/3RDPARTY/ParaView/build_linux/Debug/bin/paraview


Thanks

Mathieu


More information about the Paraview-developers mailing list