| Summary: | Digicam crashed when adding multiple tags | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | ki-mech |
| Component: | Database-Sqlite | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 3.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.5.0 | |
| Sentry Crash Report: | |||
|
Description
ki-mech
2014-04-21 21:22:10 UTC
*** This bug has been marked as a duplicate of bug 329697 *** The crash happens deep inside SQLite. We should first rule out any database corruption. Please open your db file with the sqlite3 command line tool: sqlite <...>/digikam4.db Then type PRAGMA integrity_check; which should give you an "ok" (In reply to comment #2) > Please open your db file with the sqlite3 command line tool: > sqlite <...>/digikam4.db > > Then type > PRAGMA integrity_check; > > which should give you an "ok" Thanks for the suggestion (and sorry for the late answer) - yes it does give OK: sqlite3 digikam4.db SQLite version 3.8.2 2013-12-06 14:53:30 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> PRAGMA integrity_check; ok Fixed with #329697 |