Summary: | Broken again :/ | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Christoph Feck <cfeck> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adawit, aiacovitti, annma, toma |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Feck
2011-05-21 13:30:01 UTC
More regressions seen, most likely introduced by the same commit(s): - I cannot reassign bugs, no reply - funny "Please stand by..." message when using https://bugs.kde.org/buglist.cgi?emailreporter1=1&emailtype1=exact&email1=adawit%40kde.org - Often says "Waiting for reply ..." in status bar, but page is loaded (Stop button disabled). - Konqueror process doesn't exit when quitting If any of them is unrelated, I can report them separately. Trying to assess the bug report OK so I reproduce Christoph described steps. I edited several bug reports yesterday and this morning before updating master a few hours ago so this regression is very recent. OK so I reproduce Christoph described steps. I edited several bug reports yesterday and this morning before updating master a few hours ago so this regression is very recent. I presume this is using konqueror + khtml, correct ? If so, can anyone of you try reverting commit dffd5950b35ead8c14c5cf3a2495be5f8b7b9a1f in kdelibs and see if the problem goes away ? Testing Posting with khtml... Well I cannot reproduce this bug. I just added a bogus comment #6 with konqueror + khtml from master and I did not get any warning at all. I am also adding this comment using konqueror + khtml. Testing again after restarting KDE with recent master of kdelibs and kdebase to rule out version change (although I did restart kdeinit). Nope, it's reproducible. It still gives the warning. Konqueror/KHML, kdelibs/kdebase recent, KDE restarted. I will try reverting dffd5950. (In reply to comment #1) > More regressions seen, most likely introduced by the same commit(s): > - I cannot reassign bugs, no reply > - funny "Please stand by..." message when using > https://bugs.kde.org/buglist.cgi?emailreporter1=1&emailtype1=exact&email1=adawit%40kde.org > - Often says "Waiting for reply ..." in status bar, but page is loaded (Stop > button disabled). > - Konqueror process doesn't exit when quitting > If any of them is unrelated, I can report them separately. hmm on second though neither one of the two commits I mentioned above can cause all of these issues. Have you tried restarting kdeinit or restarting kde (log out and back in) after installing kdelibs ? Testing with dffd5950 reverted. Dawit, yes, for comment #9 I restarted the complete KDE session, even making sure with "ps ax" and "zypper ps" that no process from KDE is left. I can confirm that reverting dffd5950 fixes at least the issue from comment #0. Will check the other issues. I only tested quickly, but after reverting dffd5950 all issues mentioned in comment #1 are no longer visible. I was able to reassign a bug, no funny "Please stand by ..." page, and process finished correctly. (In reply to comment #1) > - funny "Please stand by..." message when using > https://bugs.kde.org/buglist.cgi?emailreporter1=1&emailtype1=exact&email1=adawit%40kde.org > - Often says "Waiting for reply ..." in status bar, but page is loaded (Stop > button disabled). ^^^^ Same issue was reported in bug #212043 (In reply to comment #14) > (In reply to comment #1) > > - funny "Please stand by..." message when using > > https://bugs.kde.org/buglist.cgi?emailreporter1=1&emailtype1=exact&email1=adawit%40kde.org > > - Often says "Waiting for reply ..." in status bar, but page is loaded (Stop > > button disabled). > > ^^^^ > Same issue was reported in bug #212043 huh ? What is that report got to do with this ?? That was reported against KDE 4.3.2. This is about a commit that only exists in the yet unreleased KDE 4.7. (In reply to comment #13) > I only tested quickly, but after reverting dffd5950 all issues mentioned in > comment #1 are no longer visible. I was able to reassign a bug, no funny > "Please stand by ..." page, and process finished correctly. Ok. I will revert even though I am unable to reproduce the original issue at all. I am still using konqueror + khtml. Anyhow, someone from khtml group can address the bug that change was supposed to address. Git commit 02a68ff2b6e247d308efac1727a0401f12a1db0a by Dawit Alemayehu. Committed on 21/05/2011 at 16:39. Pushed by adawit into branch 'master'. Revert commit dffd5950b35ead8c14c5cf3a2495be5f8b7b9a1f because it causes regression for some people. CCBUG: 273239 CCBUG: 273783 M +1 -1 kparts/browserrun.cpp http://commits.kde.org/kdelibs/02a68ff2b6e247d308efac1727a0401f12a1db0a I will now leave for weekend and cannot do further testing for the next 50+ hours. If this is indeed a blocker, someone else needs to make sure the tarballs for beta1 don't have this bug. (In reply to comment #15) > (In reply to comment #14) > > (In reply to comment #1) > > > - funny "Please stand by..." message when using > > > https://bugs.kde.org/buglist.cgi?emailreporter1=1&emailtype1=exact&email1=adawit%40kde.org > > > - Often says "Waiting for reply ..." in status bar, but page is loaded (Stop > > > button disabled). > > > > ^^^^ > > Same issue was reported in bug #212043 > > huh ? What is that report got to do with this ?? That was reported against KDE > 4.3.2. This is about a commit that only exists in the yet unreleased KDE 4.7. May be to exactly suggests that the commit in question is unrelated (given that it is an old observed issue) ? OK the bug is gone after your revert, weird that you could not reproduce it. (In reply to comment #20) > OK the bug is gone after your revert, weird that you could not reproduce it. Yes, it is rather baffling that I cannot reproduce it at all. Unfortunately the revert will cause KIO slaves not to be reused under certain conditions, as in bug# 273239, when using konqueror + khtml. Oh well... Regarding the "Please stand by ..." mentioned in comment #19, I was able to trigger it on today's trunk, filed a separate bug 273931. Git commit a3d65e2bf927c79fa4426116e9ca9169c0441758 by Dawit Alemayehu. Committed on 17/06/2011 at 01:45. Pushed by adawit into branch 'master'. When a request is not handled, instead of discarding any KIO slave that might have been put-on-hold, publish it so that it can be reused. This fixes bug 273239 without introducing the regression reported in bug 273783. BUG: 273239 CCBUG: 273783 FIXED-IN: 4.7.0 REVIEW: 101648 M +1 -1 kparts/browserrun.cpp http://commits.kde.org/kdelibs/a3d65e2bf927c79fa4426116e9ca9169c0441758 |