Summary: | crash after using the menu Jump to Context after starting | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Jaime Torres <jtamate> |
Component: | general | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andreas.neustifter, miika.turkia |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jaime Torres
2011-07-31 11:18:46 UTC
The "crash" occurs on sanity check Q_ASSERT (ThumbnailView/ThumbnailModel.cpp): DB::Id ThumbnailView::ThumbnailModel::imageAt( int index ) const { Q_ASSERT( index >= 0 && index < imageCount() ); return _displayList.at(index); } |