[systemsettings] [Bug 340921] New: Crash when entring a specific command to autostart in System Settings

Jiehong email at majiehong.com
Thu Nov 13 12:57:02 GMT 2014


https://bugs.kde.org/show_bug.cgi?id=340921

            Bug ID: 340921
           Summary: Crash when entring a specific command to autostart in
                    System Settings
           Product: systemsettings
           Version: 5.1.1
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: email at majiehong.com

- What I was doing when the application crashed:
I was adding the following programme to "Autostart" in System Settings:
LC_CTYPE=zh_TW.UTF-8 emacs --xrm "emacs.UseXIM: true" --daemon

This also happens without the LC_CTYPE, and when executed or not in a terminal.

An error appears: directory does not exist.

Reproducible: Always

Steps to Reproduce:
1. Open System settings, and go to Startup and Shutdown;
2. Add a new programme in Autostart;
3. `LC_CTYPE=zh_TW.UTF-8 emacs --xrm "emacs.UseXIM: true" --daemon`;
4. Give it a name;
5. You will get the following error: "The file or folder does not exist."
6. Then System Settings crashes.

Actual Results:  
-- Backtrace:
Application: System Settings (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[KCrash Handler]
#5  0x00007fa82d8d06dc in QMetaObject::invokeMethod(QObject*, char const*,
Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () from
/usr/lib/libQt5Core.so.5
#6  0x00007fa82789f3da in KDialogJobUiDelegate::Private::next() () from
/usr/lib/libKF5JobWidgets.so.5
#7  0x00007fa82d8f12da in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#8  0x00007fa82ecf1f4c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#9  0x00007fa82ecf736e in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#10 0x00007fa82d8c170b in QCoreApplication::notifyInternal(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#11 0x00007fa82d8c36d3 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#12 0x00007fa82d918d43 in ?? () from /usr/lib/libQt5Core.so.5
#13 0x00007fa829c86a1d in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#14 0x00007fa829c86d08 in ?? () from /usr/lib/libglib-2.0.so.0
#15 0x00007fa829c86dbc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#16 0x00007fa82d919137 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/libQt5Core.so.5
#17 0x00007fa82d8bf132 in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib/libQt5Core.so.5
#18 0x00007fa82d8c6aec in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#19 0x000000000040e77c in main ()

Expected Results:  
The application should be saved, and System Settings should not crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list