| Summary: | crash after using the menu Jump to Context after starting | ||
|---|---|---|---|
| Product: | [Applications] kphotoalbum | Reporter: | Jaime Torres <jtamate> |
| Component: | general | Assignee: | KPhotoAlbum Bugs <kphotoalbum-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | andreas.neustifter, miika.turkia |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented 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);
}
|