gofigure2 / GoFigure2

http://gofigure2.org
8 stars 4 forks source link

Crash when creating track with one mesh #94

Closed arnaudgelas closed 12 years ago

arnaudgelas commented 12 years ago

Interesting part given by gdb when it occured

3 GoDBTableWidgetContainer::FillRowContainer (this=0x4e4f410, iResultsFromQuery=..., iSelectFields=..., BaseOn=...) at /home/ajg23/GITROOT/GoFigure2/Code/IO/GoDBTableWidgetContainer.cxx:570 4 0x00007ffff705b9a3 in GoDBTWContainerForTrack::FillRowContainerForTrackComputedValues (this=0x4e4f410) at /home/ajg23/GITROOT/GoFigure2/Code/IO/GoDBTWContainerForTrack.cxx:153 5 0x00007ffff705bfee in GoDBTWContainerForTrack::GetContainerForOneSpecificTrace (this=0x4e4f410, iDatabaseConnector=, iTraceID=) at /home/ajg23/GITROOT/GoFigure2/Code/IO/GoDBTWContainerForTrack.cxx:140 6 0x00007ffff773ed90 in QGoDBTraceManager::DisplayInfoForExistingTraceTemplate (this=0x4e43020, iTWContainer=0x4e4f410, iDatabaseConnector=, iTraceID=50) at /home/ajg23/GITROOT/GoFigure2/Code/GUI/lib/DBManager/QGoDBTraceManager.h:481 7 0x00007ffff773601f in QGoDBTrackManager::SaveTrackStructure (this= 0x4e43020, iDatabaseConnector=0x23e1910, iStructure=0x4effeb0) at /home/ajg23/GITROOT/GoFigure2/Code/GUI/lib/DBManager/QGoDBTrackManager.cxx:336 8 0x00007ffff773608a in QGoDBTrackManager::UpdateTrackPolydataForVisu ( this=0x4e43020, iDatabaseConnector=0x23e1910, iTrackID=50) at /home/ajg23/GITROOT/GoFigure2/Code/GUI/lib/DBManager/QGoDBTrackManager.cxx:359 9 0x00007ffff7736a0e in QGoDBTrackManager::UpdateBoundingBoxes ( this=0x4e43020, iDatabaseConnector=0x23e1910, iListTracesIDs=...) at /home/ajg23/GITROOT/GoFigure2/Code/GUI/lib/DBManager/QGoDBTrackManager.cxx:371 10 0x00007ffff7651462 in AddCheckedTracesToCollection<QGoDBMeshManager, QGoDBTrackManager> (iListCheckedTraces=..., iCollectionID=50, iCollectionManager=0x4e43020, iTraceManager=0x4e35e60, this=0x1de8c30) at /home/ajg23/GITROOT/GoFigure2/Code/GUI/lib/QGoPrintDatabase.h:642 11 QGoPrintDatabase::AddListMeshesToATrack (this=0x1de8c30, iListMeshes=, iTrackID=50) at /home/ajg23/GITROOT/GoFigure2/Code/GUI/lib/QGoPrintDatabase.cxx:1860 12 0x00007ffff7651f1f in QGoPrintDatabase::AddCheckedMeshesToSelectedTrack ( this=0x1de8c30, iListCheckedMeshes=...)

arnaudgelas commented 12 years ago

I think it has to do with the fact that some columns ("calculated values") are empty or screwed up (in the case where only 3 time points are in memory)

arnaudgelas commented 12 years ago

seems to be fixed...