ICE default IO error handler doing an exit()

Client configuration

Client version:
Command 503 of 4 $pacman -Qi owncloud-client
Name : owncloud-client
Version : 2.5.4.11654-1
Description : ownCloud client based on mirall
Architecture : x86_64
URL : http://owncloud.org/
Licenses : GPL2
Groups : None
Provides : None
Depends On : qtkeychain qt5-webkit hicolor-icon-theme
Optional Deps : python-nautilus: integration with Nautilus [installed]
nemo-python: integration with Nemo [installed]
python2-caja: integration with Caja [installed]
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 7.60 MiB
Packager : Antonio Rojas arojas@archlinux.org
Build Date : Mon 18 Mar 2019 05:15:04 PM CET
Install Date : Mon 16 Sep 2019 05:34:28 PM CEST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature

Operating system:
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=18.1.0
DISTRIB_CODENAME=Juhraya
DISTRIB_DESCRIPTION=“Manjaro Linux”

OS language:

Qt version used by client package (Linux only, see also Settings dialog):

Client package (From ownCloud or distro) (Linux only):

Error:
owncloud client does not start, error: ICE default IO error handler doing an exit()

Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.

Template for output < 10 lines

  1. Client logfile: Output of owncloud --logwindow or owncloud --logfile log.txt
    (On Windows using cmd.exe, you might need to first cd into the ownCloud directory)
    (See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )

09-20 08:27:20:059 [ info gui.application ]: “################## ownCloud locale:[en_US] ui_lang:[] version:[2.5.4] os:[Manjaro Linux]”
09-20 08:27:20:059 [ info gui.application ]: Using “en_US” translation
09-20 08:27:20:060 [ info gui.socketapi ]: server started, listening at “/run/user/1000/ownCloud/socket”
09-20 08:27:20:060 [ info gui.folder.manager ]: setting remote poll timer interval to 30000 msec
09-20 08:27:20:138 [ info gui.account.manager ]: Account for QUrl(“https://SERVER1/owncloud”) using auth type “http”
09-20 08:27:20:139 [ info gui.account.manager ]: Account for QUrl(“https://SERVER2:15443/owncloud”) using auth type “http”
09-20 08:27:20:160 [ debug gui.activity ] [ OCC::ActivitySettings::setNotificationRefreshInterval ]: Starting Notification refresh timer with 300 sec interval
09-20 08:27:20:204 [ debug gui.updater ] [ OCC::Updater::getSystemInfo ]: Sys Info size: 107
09-20 08:27:20:712 [ info gui.application ]: Tray menu workarounds: noabouttoshow: false fakedoubleclick: false showhide: false manualvisibility: false
09-20 08:27:20:746 [ info gui.folder.manager ]: Setup folders from settings file
09-20 08:27:20:747 [ debug gui.folder ] [ OCC::Folder::checkLocalPath ]: Checked local path ok
09-20 08:27:20:747 [ info sync.configfile ]: Adding system ignore list to csync: “/etc/ownCloud/sync-exclude.lst”
09-20 08:27:20:747 [ info sync.configfile ]: Adding user defined ignore list to csync: “/home/marco/.config/ownCloud/sync-exclude.lst”
09-20 08:27:20:753 [ info gui.folder.manager ]: Adding folder to Folder Map OCC::Folder(0x55a10d3a2810) “1”
09-20 08:27:20:754 [ debug gui.folderwatcher ] [ OCC::FolderWatcherPrivate::slotAddFolderRecursive ]: (+) Watcher: “/media/data/users/home/marco/ownCloud/”
09-20 08:27:29:518 [ debug gui.folderwatcher ] [ OCC::FolderWatcherPrivate::slotAddFolderRecursive ]: -> and 63167 subdirectories 09-20 08:27:29:528 [ info gui.folder.manager ]: Schedule folder "1" to sync! 09-20 08:27:29:529 [ info gui.folder.manager ]: Folder is not ready to sync, not scheduled! 09-20 08:27:29:529 [ info gui.application ]: Sync state changed for folder "https://SERVER1/owncloud/remote.php/webdav/" : "Not yet Started" 09-20 08:27:29:537 [ debug gui.folder ] [ OCC::Folder::checkLocalPath ]: Checked local path ok 09-20 08:27:29:537 [ info sync.configfile ]: Adding system ignore list to csync: "/etc/ownCloud/sync-exclude.lst" 09-20 08:27:29:537 [ info sync.configfile ]: Adding user defined ignore list to csync: "/home/marco/.config/ownCloud/sync-exclude.lst" 09-20 08:27:29:544 [ info gui.folder.manager ]: Adding folder to Folder Map OCC::Folder(0x55a10e8ba860) "2" 09-20 08:27:29:544 [ debug gui.folderwatcher ] [ OCC::FolderWatcherPrivate::slotAddFolderRecursive ]: (+) Watcher: "/media/data/users/home/marco/owncloud_ipazia/" 09-20 08:27:35:110 [ debug gui.folderwatcher ] [ OCC::FolderWatcherPrivate::slotAddFolderRecursive ]:-> and 8241 subdirectories
09-20 08:27:35:111 [ info gui.folder.manager ]: Schedule folder “2” to sync!
09-20 08:27:35:111 [ info gui.folder.manager ]: Folder is not ready to sync, not scheduled!
09-20 08:27:35:111 [ info gui.application ]: Sync state changed for folder “https://SERVER2:15443/owncloud/remote.php/webdav/” : “Not yet Started”
09-20 08:27:35:129 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA quick_check;”
09-20 08:27:58:396 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “SELECT sqlite_version();”
09-20 08:27:58:397 [ info sync.database ]: sqlite3 version “3.29.0”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA locking_mode=EXCLUSIVE;”
09-20 08:27:58:397 [ info sync.database ]: sqlite3 locking_mode= “exclusive”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA journal_mode=WAL;”
09-20 08:27:58:397 [ info sync.database ]: sqlite3 journal_mode= “wal”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA synchronous = 1;”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA case_sensitive_like = ON;”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “DROP INDEX IF EXISTS metadata_parent;”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS metadata(phash INTEGER(8),pathlen INTEGER,path VARCHAR(4096),inode INTEGER,uid INTEGER,gid INTEGER,mode INTEGER,modtime INTEGER(8),type INTEGER,md5 VARCHAR(32),PRIMARY KEY(phash));”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS downloadinfo(path VARCHAR(4096),tmpfile VARCHAR(4096),etag VARCHAR(32),errorcount INTEGER,PRIMARY KEY(path));”
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:397 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS uploadinfo(path VARCHAR(4096),chunk INTEGER,transferid INTEGER,errorcount INTEGER,size INTEGER(8),modtime INTEGER(8),contentChecksum TEXT,PRIMARY KEY(path));”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS blacklist (path VARCHAR(4096),lastTryEtag VARCHAR[32],lastTryModtime INTEGER[8],retrycount INTEGER,errorstring VARCHAR[4096],PRIMARY KEY(path));”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS poll(path VARCHAR(4096),modtime INTEGER(8),pollpath VARCHAR(4096));”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS selectivesync (path VARCHAR(4096),type INTEGER);”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS checksumtype(id INTEGER PRIMARY KEY,name TEXT UNIQUE);”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS datafingerprint(fingerprint TEXT UNIQUE);”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS conflicts(path TEXT PRIMARY KEY,baseFileId TEXT,baseEtag TEXT,baseModtime INTEGER);”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS version(major INTEGER(8),minor INTEGER(8),patch INTEGER(8),custom VARCHAR(256));”
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:398 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “checkConnect” and starting new transaction
09-20 08:27:58:398 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘metadata’);”
09-20 08:27:58:398 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“phash”, “pathlen”, “path”, “inode”, “uid”, “gid”, “mode”, “modtime”, “type”, “md5”, “fileid”, “remotePerm”, “filesize”, “ignoredChildrenRemote”, “contentChecksum”, “contentChecksumTypeId”)
09-20 08:27:58:399 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_inode ON metadata(inode);”
09-20 08:27:58:399 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:399 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add inode index” and starting new transaction
09-20 08:27:58:399 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_path ON metadata(path);”
09-20 08:27:58:399 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:399 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add path index” and starting new transaction
09-20 08:27:58:399 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘uploadinfo’);”
09-20 08:27:58:399 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “chunk”, “transferid”, “errorcount”, “size”, “modtime”, “contentChecksum”)
09-20 08:27:58:399 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘conflicts’);”
09-20 08:27:58:399 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “baseFileId”, “baseEtag”, “baseModtime”, “basePath”)
09-20 08:27:58:399 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘blacklist’);”
09-20 08:27:58:400 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “lastTryEtag”, “lastTryModtime”, “retrycount”, “errorstring”, “lastTryTime”, “ignoreDuration”, “renameTarget”, “errorCategory”, “requestId”)
09-20 08:27:58:400 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS blacklist_index ON blacklist(path collate nocase);”
09-20 08:27:58:400 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:27:58:400 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “checkConnect End”
09-20 08:27:58:400 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “SELECT COUNT() FROM metadata"
09-20 08:27:58:411 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(int, 3)
09-20 08:27:58:411 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “SELECT path FROM selectivesync WHERE type=?1”
09-20 08:27:58:419 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA quick_check;”
09-20 08:28:21:627 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “SELECT sqlite_version();”
09-20 08:28:21:627 [ info sync.database ]: sqlite3 version “3.29.0”
09-20 08:28:21:627 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA locking_mode=EXCLUSIVE;”
09-20 08:28:21:627 [ info sync.database ]: sqlite3 locking_mode= “exclusive”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA journal_mode=WAL;”
09-20 08:28:21:628 [ info sync.database ]: sqlite3 journal_mode= “wal”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA synchronous = 1;”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA case_sensitive_like = ON;”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “DROP INDEX IF EXISTS metadata_parent;”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS metadata(phash INTEGER(8),pathlen INTEGER,path VARCHAR(4096),inode INTEGER,uid INTEGER,gid INTEGER,mode INTEGER,modtime INTEGER(8),type INTEGER,md5 VARCHAR(32),PRIMARY KEY(phash));”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS downloadinfo(path VARCHAR(4096),tmpfile VARCHAR(4096),etag VARCHAR(32),errorcount INTEGER,PRIMARY KEY(path));”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS uploadinfo(path VARCHAR(4096),chunk INTEGER,transferid INTEGER,errorcount INTEGER,size INTEGER(8),modtime INTEGER(8),contentChecksum TEXT,PRIMARY KEY(path));”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS blacklist (path VARCHAR(4096),lastTryEtag VARCHAR[32],lastTryModtime INTEGER[8],retrycount INTEGER,errorstring VARCHAR[4096],PRIMARY KEY(path));”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS poll(path VARCHAR(4096),modtime INTEGER(8),pollpath VARCHAR(4096));”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS selectivesync (path VARCHAR(4096),type INTEGER);”
09-20 08:28:21:628 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS checksumtype(id INTEGER PRIMARY KEY,name TEXT UNIQUE);”
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS datafingerprint(fingerprint TEXT UNIQUE);”
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS conflicts(path TEXT PRIMARY KEY,baseFileId TEXT,baseEtag TEXT,baseModtime INTEGER);”
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS version(major INTEGER(8),minor INTEGER(8),patch INTEGER(8),custom VARCHAR(256));”
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:629 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “checkConnect” and starting new transaction
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘metadata’);”
09-20 08:28:21:629 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“phash”, “pathlen”, “path”, “inode”, “uid”, “gid”, “mode”, “modtime”, “type”, “md5”, “fileid”, “remotePerm”, “filesize”, “ignoredChildrenRemote”, “contentChecksum”, “contentChecksumTypeId”)
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_inode ON metadata(inode);”
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:629 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add inode index” and starting new transaction
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_path ON metadata(path);”
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:629 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add path index” and starting new transaction
09-20 08:28:21:629 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘uploadinfo’);”
09-20 08:28:21:629 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “chunk”, “transferid”, “errorcount”, “size”, “modtime”, “contentChecksum”)
09-20 08:28:21:630 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘conflicts’);”
09-20 08:28:21:630 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “baseFileId”, “baseEtag”, “baseModtime”, “basePath”)
09-20 08:28:21:630 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘blacklist’);”
09-20 08:28:21:630 [ debug sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “lastTryEtag”, “lastTryModtime”, “retrycount”, “errorstring”, “lastTryTime”, “ignoreDuration”, “renameTarget”, “errorCategory”, “requestId”)
09-20 08:28:21:630 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS blacklist_index ON blacklist(path collate nocase);”
09-20 08:28:21:630 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-20 08:28:21:630 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “checkConnect End”
09-20 08:28:21:630 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT COUNT(
) FROM metadata”
09-20 08:28:21:632 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(int, 3)
09-20 08:28:21:632 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “SELECT path FROM selectivesync WHERE type=?1”
09-20 08:28:21:633 [ info sync.clientproxy ]: Set proxy configuration to use system configuration

At the end the client exits with the error

ICE default IO error handler doing an exit(), pid = 16771, errno = 32

Hey,

i have put this message into a search engine and found the following thread a few seconds later:

1 Like

the proposed solution does not work for me. Please resolve the bug.

Hey,

unfortunately i can’t resolve any bugs as i’m a user as you are and as most other readers of this forums. :slightly_frowning_face:

If you think this is a bug in the ownCloud desktop client and not a problem of your environment then i think you should report it to the ownCloud developers at the github bugtracker.