Actions
Bug #1878
openAbsturz bei vdr -h
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/08/2014
Due date:
% Done:
0%
Estimated time:
Description
vdr -h fuehrt zu nem segmentation fault.
Das Auskommentieren von Zeile 68 ff in server/server.cpp umgeht das Problem:
--- server/server.cpp 2014-07-08 09:27:49.504018723 +0200
+++ server/server.cpp 2014-07-08 09:27:27.528018633 +0200
@@ -65,11 +65,11 @@
mMediaManager = NULL;
}
-/* try {
+ try {
mConnection.execute("VACUUM");
} catch (const std::exception& e) {
esyslog("UPnP\tFailed to vacuum database: '%s'", e.what());
- }*/
+ }
}
bool cMediaServer::Start(){
Files
Actions