| Summary: | Network folder wizard broken for fish:// | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Georg Wittenburg <georg.wittenburg> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | peter.penz19 |
| Priority: | NOR | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Georg Wittenburg
2009-01-03 01:16:10 UTC
Thanks for the report, but I could not reproduce the issue (I used also a user from the localhost). Can somebody else reproduce this issue? Thanks for your reply.
I just gave it another try, just to make it wasn't fixed by a reboot or something. I can still reproduce it 100%.
Further, I had a look at ~/.xsession-errors and found these two lines:
kdeinit4: preparing to launch
kioslave: ####### CRASH ###### protocol = fish pid = 10018 signal = 29
So it seems to be a crash of kio_fish. I tried to run kio_fish from the command line and can reproduce the error in about 50% of the cases:
georg@vaio:~$ kioclient exec fish://georg@localhost/home/georg
<unknown program name>(10457)/ ClientApp::doIt: Creating ClientApp
kioclient(10457) ClientApp::kde_open: KUrl("fish://georg@localhost/home/georg")
kioclient(10457) KSharedUiServerProxy::KSharedUiServerProxy: kuiserver registered
kioclient(10457)/kio (KRun): KRun(0x9949470) ERROR 143 "The process for the fish://localhost protocol died unexpectedly."
georg@vaio:~$ kioclient exec fish://georg@localhost/home/georg
<unknown program name>(10469)/ ClientApp::doIt: Creating ClientApp
kioclient(10469) ClientApp::kde_open: KUrl("fish://georg@localhost/home/georg")
kioclient(10469) KSharedUiServerProxy::KSharedUiServerProxy: kuiserver registered
georg@vaio:~$ kioclient exec fish://georg@localhost/home/georg
<unknown program name>(10493)/ ClientApp::doIt: Creating ClientApp
kioclient(10493) ClientApp::kde_open: KUrl("fish://georg@localhost/home/georg")
kioclient(10493) KSharedUiServerProxy::KSharedUiServerProxy: kuiserver registered
georg@vaio:~$ kioclient exec fish://georg@localhost/home/georg
<unknown program name>(10513)/ ClientApp::doIt: Creating ClientApp
kioclient(10513) ClientApp::kde_open: KUrl("fish://georg@localhost/home/georg")
kioclient(10513) KSharedUiServerProxy::KSharedUiServerProxy: kuiserver registered
kioclient(10513)/kio (KRun): KRun(0x8e4d0f0) ERROR 143 "The process for the fish://localhost protocol died unexpectedly."
Note how I get ERROR 143 in the first and in the fourth run, while the second and third run are OK. Maybe a timing problem?
I've changed the component to kio, as you say this looks like a fish protocol issue. Maybe this is a duplicate of https://bugs.kde.org/show_bug.cgi?id=145123 . Works as of 4.2.0. Thanks. |