Version: (using KDE 4.4.0) Compiler: gcc-4.3.4 OS: Linux Installed from: Gentoo Packages When enabling web-interface in KGet preferences, I can't add any URL to download using web-interface. KGet crashes with "Segmentation fault". GDB doesn't produce any _useful_ information: Application: KGet (kget), signal: Segmentation fault Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.2200.4-gdb.py", line 9, in <module> from gobject import register File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module> import gdb.backtrace ImportError: No module named backtrace [KCrash Handler] #5 0x00000000004afaf2 in _start () But it is still possible to pause/resume/delete existing downloads with web-interface. Only adding new calls crash.
SVN commit 1115285 by mfuchs: Adding downloads to httpserver works again: * Uses the defaultFolder of the selected group first, if no folder is defined then it first tries the RegExp rules and then the generalDestDir * Crash fixed by not accessing list that might be empty with "first()" * Correctly set the selected group when creating the download BUG:229285 M +20 -4 httpserver.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1115285
SVN commit 1115287 by mfuchs: Backport r1115285 Adding downloads to httpserver works again: * Uses the defaultFolder of the selected group first, if no folder is defined then it first tries the RegExp rules and then the generalDestDir * Crash fixed by not accessing list that might be empty with "first()" * Correctly set the selected group when creating the download CCBUG:229285 M +20 -4 httpserver.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1115287