Summary: | Kdevelop fails authentication and Crashes when tried to integrate with GitHub | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | pgundlupetvenkatesh <pgundlupetvenkatesh> |
Component: | Project provider: Github | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.90.90 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
ScreenShot evidence
KDevelop_github_AuthErrors DebugView_log_and_screenShotEvidence Another DebugView Detailed |
Description
pgundlupetvenkatesh
2016-03-16 02:38:37 UTC
Created attachment 97920 [details]
ScreenShot evidence
Created attachment 97921 [details]
KDevelop_github_AuthErrors
Attachment "KDevelop_github_AuthErrors" is of application's event log. I couldn't find any log files for KDevelop. Can't reproduce on Linux. Will need to check. @Pratik: You could try installing DebugView to monitor the KDevelop output (https://technet.microsoft.com/en-us/sysinternals/debugview.aspx). Start DebugView, then start KDevelop, make it crash. Then please post the outputp. Thanks a lot for your detailed bug report! Created attachment 97947 [details]
DebugView_log_and_screenShotEvidence
@Kevin, Thank you for DebugView.
It seems that Git and GitHub plugins are not getting loaded to Help > Loaded Plugins menu (Screenshot evidence attached) after adding those from Settings > Configure KDevelop preferences.
DebugView log is attached as well.
Created attachment 97949 [details]
Another DebugView Detailed
Here's another detailed log of debug view.
Git commit cc395b8fb25d6b3b7a6e8a3afa05eac51e91ae05 by Kevin Funk. Committed on 17/11/2016 at 23:48. Pushed by kfunk into branch '5.0'. GitHub: Improve authentication handling Make sure we create a unique token name per KDevelop session. Initial patch by David Oldford, thanks! Split up the patch; bug fix goes to 5.0, changes to user-visible strings go to master. Related: bug 372144 FIXED-IN: 5.0.3 M +3 -1 providers/ghprovider/ghdialog.cpp M +1 -1 providers/ghprovider/ghdialog.h M +16 -4 providers/ghprovider/ghresource.cpp M +5 -2 providers/ghprovider/ghresource.h http://commits.kde.org/kdevelop/cc395b8fb25d6b3b7a6e8a3afa05eac51e91ae05 @Reporter: Please try again with 5.0.3. |