Summary: | MYSQL : database error while verification at startup | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kathrin <kathrin> |
Component: | Database-Mysql | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | caulier.gilles, hilbert42, rjvbertin |
Priority: | NOR | ||
Version: | 4.0.0 | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
Latest Commit: | http://commits.kde.org/digikam/4a5e7cef1f15d62701a6fa7c1366f3303a687616 | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Kathrin
2014-12-22 13:29:11 UTC
I've a similar problem with Win ver 4.50, digiKam does not get past the flash-screen and 'Reading Database' message without crashing. After a long pause it comes up with the following error message: Application: digiKam (digikam.exe), signal: EXCEPTION_ACCESS_VIOLATION ntdll.dll!ZwRaiseException() [[unknown] @ -1] at 0x773515ee Fault repeatable every time, same again on clean reinstall (with old pgm folder removed etc.). ---------- Machine: Win 7-64-bit / 8GB RAM. I have the same issue with the internal mysql server on Mac OS X (using MariaDB 5.5.39) as well as on Linux (also using MariaDB). I know MySQL support is supposedly experimental, but this feels like a couple of steps before experimental ... New digiKam 4.11.0 is available with official PKG installer for OSX. https://www.digikam.org/node/740 Can you reproduce the problem with this release ? Gilles Caulier Indeed, as can be expected from the exchange above. (In reply to RJVB from comment #4) Sorry, wrong ticket. Git commit 4a5e7cef1f15d62701a6fa7c1366f3303a687616 by Gilles Caulier. Committed on 20/11/2015 at 14:54. Pushed by cgilles into branch 'master'. New database setup config widget with more details about Mysql initial configuration and more help to tune settings. The MySQl Internal is now handle as a main database type config. Screenshots : https://www.flickr.com/photos/digikam/23121578776 https://www.flickr.com/photos/digikam/23147681465 https://www.flickr.com/photos/digikam/22851871180 Related: bug 233762, bug 337443, bug 262321 FIXED-IN: 5.0.0 M +2 -2 CMakeLists.txt M +4 -2 app/main/digikamapp.cpp M +7 -7 libs/album/albummanager.cpp M +3 -3 libs/database/coredb/coredbschemaupdater.cpp M +1 -1 libs/database/engine/dbenginebackend.cpp M +1 -1 libs/database/engine/dbengineguierrorhandler.cpp M +32 -32 libs/database/engine/dbengineparameters.cpp M +7 -7 libs/database/engine/dbengineparameters.h M +239 -134 libs/database/utils/dbsettingswidget.cpp M +22 -10 libs/database/utils/dbsettingswidget.h M +2 -2 libs/settings/applicationsettings.h M +6 -6 libs/settings/applicationsettings_database.cpp M +1 -1 tests/database/testdatabase.cpp M +14 -18 utilities/setup/setupdatabase.cpp http://commits.kde.org/digikam/4a5e7cef1f15d62701a6fa7c1366f3303a687616 |