Summary: | Crash when logging in to a certain server over ssh | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Leo Franchi <lfranchi> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adaptee |
Priority: | NOR | ||
Version: | CVS | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Leo Franchi
2011-09-08 13:36:08 UTC
Looks like this crash can only be triggered after login. My guess is the final '-p10422' causes the crash, because the code currently only expects the form of '-p 10422'. Could you please try that? It is sad that the crash happens somewhere I recently added :( Git commit c4ab3d6c6d0cb460128a9944c16d7f6e153d728f by Jekyll Wu. Committed on 08/09/2011 at 17:45. Pushed by jekyllwu into branch 'master'. Make the parsing of ssh command more robust, or more complicated. It now can deal with both '-p 2222' and '-p2222'. This is a follow up of 869cdb1090c5ea3e16a5b2f11276ffcabd09a982 CCBUG: 281621 M +19 -5 src/ProcessInfo.cpp http://commits.kde.org/konsole/c4ab3d6c6d0cb460128a9944c16d7f6e153d728f That recent commit should avoid such crash. If this still happens, feel free to reopen it. Cheers, thanks! |