Skip to content
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

MAC client crashes after launch #1703

Closed
supportreq opened this issue Apr 22, 2014 · 1 comment
Closed

MAC client crashes after launch #1703

supportreq opened this issue Apr 22, 2014 · 1 comment

Comments

@supportreq
Copy link

Compiled the MAC client using QT 4 using homebrew on Marvericks.

The debugger gives the following error :

bash-3.2# lldb /Applications/owncloud.app/Contents/MacOS/owncloud

Current executable set to '/Applications/owncloud.app/Contents/MacOS/owncloud' (x86_64).

(lldb) r

Process 10716 launched: '/Applications/owncloud.app/Contents/MacOS/owncloud' (x86_64)

Process 10716 stopped

  • thread Move SslErrorDialog into Application #1: tid = 0x1e0c58, 0x000000010343f18d libqtkeychain.0.dylib`QKeychain::Job::start() + 11, queue = 'com.apple.main-thread, stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

    frame #0: 0x000000010343f18d libqtkeychain.0.dylib`QKeychain::Job::start() + 11

libqtkeychain.0.dylib`QKeychain::Job::start() + 11:

-> 0x10343f18d: vxorps %xmm0, %xmm0, %xmm0

0x10343f191: vmovaps %xmm0, -160(%rbp)

0x10343f199: vmovaps %xmm0, -144(%rbp)

0x10343f1a1: vmovaps %xmm0, -128(%rbp)

(lldb) bt

(lldb)

@supportreq
Copy link
Author

The error was resolved after the code was compiled against mac os x 10.8.5 instead of 10.9.2...

The error appeared only when running the code on older os x version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant