| Summary: | Choqok 1.6 segfaults before displaying any window | ||
|---|---|---|---|
| Product: | [Unmaintained] choqok | Reporter: | sombragris |
| Component: | general | Assignee: | Mehrdad Momeny <mehrdad.momeny> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | scarpino |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Are you using qoauth-qt4 instead of qoauth-qt5? I'm using qoauth 1.0.1. No mention on whether it's for qt4 or qt5. According to the qoauth Github page, this is the last release. I have both Qt4 and Qt5 installed. Perhaps I should recompile qoauth in order to ensure that it is built against qt5. If it is so, please tell me how could I do so since the qoauth documentation is not forthcoming on the matter. Please use the forum for support. You need qoauth built with Qt5; last qoauth release doesn't support Qt 5, you need latest git version. |
Using Choqok 1.6.0 under KDE Frameworks 5.25.0 Qt 5.7.0 (built against 5.7.0) running on Linux, Slackware64-current Choqok 1.6.0 compiles ok but it segfaults shortly after OAuth is invoked for twitter. No window manages to display. Below is the console output: [eduardo:~/build/slackbuilds/choqok]$ choqok org.kde.choqok: Choqok 1.6.0 org.kde.choqok: org.kde.choqok: org.kde.choqok: org.kde.choqok: org.kde.choqok.lib: org.kde.choqok.lib: org.kde.choqok.lib: org.kde.choqok.lib: ("Account_****") org.kde.choqok.lib: "Account_****" org.kde.choqok.lib: Loading Plugin: "choqok_twitter" org.kde.choqok.lib: org.kde.choqok.twitterapi: org.kde.choqok.twitter: org.kde.choqok.lib: Successfully loaded plugin ' "choqok_twitter" ' org.kde.choqok.lib: Finding: "*****" org.kde.choqok.lib: org.kde.choqok.lib: org.kde.choqok.lib: Wallet successfully opened. org.kde.choqok.lib: Read password from wallet org.kde.choqok.lib: org.kde.choqok.twitterapi: org.kde.choqok.lib: org.kde.choqok.lib: Read password from wallet org.kde.choqok.lib: org.kde.choqok.lib: Read password from wallet org.kde.choqok.twitterapi: UsingOAuth: true org.kde.choqok.twitterapi: Segmentation fault [eduardo:~/build/slackbuilds/choqok]$ Previously, 1.5 ran OK. Thanks, Eduardo Reproducible: Always Steps to Reproduce: 1. Run choqok 2. The program segfaults. 3. Actual Results: Segfault before there is even a window displayed Expected Results: Program should run correctly