Skip to content

Instantly share code, notes, and snippets.

@lmiphay
Created July 16, 2015 08:51
Show Gist options
  • Save lmiphay/483903c73322e97d4cea to your computer and use it in GitHub Desktop.
Save lmiphay/483903c73322e97d4cea to your computer and use it in GitHub Desktop.
gentoo skype (net-im/skype-4.3.0.37-r5) abort on startup
The suggestion from here works:
http://community.skype.com/t5/Linux/Skype-4-3-crash-on-ubuntu-14-04/td-p/3219892/page/2
sqlite3 ~/.Skype/[YOURUSER}/main.db
sqlite> DELETE FROM Messages WHERE type=68;
sqlite> .quit
Note that this deletes file transfer history.
Backtrace implicated: Qt::escape(QString const&)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment