0

Everything worked great for a year, and the server was untouched. All of a sudden my automation file transfers depending on Dropbox didn't work anymore. The dropbox tray icon is unavailable so I try to run the daemon and get segmentation fault. So I tried to reinstall:

$ rm -rf ~/.dropbox
$ cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
$ ~/.dropbox-dist/dropboxd

And still get segmentation fault, how do I fix this?

strace output: https://gist.github.com/anonymous/6f0151e86665bc6842c8#file-gistfile1-txt

Level1Coder
  • 245
  • 2
  • 10

1 Answers1

0

Interestingly enough, I increased the physical RAM from 4GB to 8GB, and Dropbox is starting up without segmentation fault anymore.

Level1Coder
  • 245
  • 2
  • 10