-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.2 Debian Squeeze Sync Client crashing on sync #354
Comments
Could you possibly create a stacktrace, ie. start the client in gdb? |
Sorry, I wasn't sure what a stacktrace was and assumed it was the --logwindow output. Bad assumption. I found out how to do the stacktrace and will report this coming Mon/Tues as I'm going to be off on business until then. Thanks! |
Okay, got the stacktrace (I believe). Here's a copy/paste of it (crashed while copy/pasting a file into the owncloud sync folder): Starting program: /usr/bin/owncloud Program received signal SIGSEGV, Segmentation fault.
Quit anyway? (y or n) |
Keep in mind, I'm not a Linux guru, but I researched the "No symbol table info available" and ran: $ file /usr/lib/libgcrypt.so.11 So, I then did: I did this with another library file on the list and it was also stripped. I read that this is the problem somewhere. Is this true? If so, how can I correct it? |
Okay, my Linux system updated the client to version 1.2.1. Ironically, it was working for a little while (2 days). Then it started having the CSync failed to create a lock file. After I removed the lock file from ~/.local/share/data/owncloud/ it was able to sync again. However, it stop working (ie, started crashing) when trying to sync files. I ran a stacktrace on this one and here it is and it's different than v1.2.0's. Starting program: /usr/bin/owncloud Program received signal SIGSEGV, Segmentation fault.
Quit anyway? (y or n) |
This is a known resource leak in gcrypt, see https://daniel.molkentin.net/2013/04/02/owncloud-client-1-2-3/. |
Fixed with ec3138f45ae0662fff8191185c83e9095321773e. Will be in 1.2.5. |
Expected behaviour
Client handles syncing properly.
Actual behaviour
Upon starting the client, it performs the initial startup sync without problems. After copying a file/folder into the owncloud (synced) folder, the client starts to sync again but then crashes with a segmentation fault.
Ironically, v1.0.5 works great!
Steps to reproduce
Server configuration
Operating system: Raspbian Wheezy (Raspberry Pi port of Debian Wheezy)
Web server: Apache2
Database: SQLite
PHP version: 5.4
ownCloud version: 4.5.6
Client configuration
Client version: 1.2
Operating system: Debian Squeeze (6.X)
OS language: Linux
Installation path of client: /var/www/owncloud
Logs
output of
owncloud --logwindow
orowncloud --logfile log.txt
Web server error log
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: