You are not logged in.

#1 2016-11-29 07:29:07

canxer
Member
Registered: 2016-11-24
Posts: 2

korgac crash after I added something in .xprofile

In order to enable fcitx in Konsole, I add

export LC_CTYPE=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

in ~/.xprofile following https://wiki.archlinux.org/index.php/Xprofile,
but after that the korgac would be crashed each time I reboot machine.

here's the developer information

Application: korgac (korgac), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f84bd150840 (LWP 946))]

Thread 3 (Thread 0x7f8495625700 (LWP 954)):
[KCrash Handler]
#6  0x00007f84b785e9cf in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) () from /usr/lib/libQt5Core.so.5
#7  0x00007f84b7ca8530 in ?? () from /usr/lib/libQt5DBus.so.5
#8  0x00007f84b7c94f62 in ?? () from /usr/lib/libQt5DBus.so.5
#9  0x00007f84b7654d78 in ?? () from /usr/lib/libQt5Core.so.5
#10 0x00007f84af1af454 in start_thread () from /usr/lib/libpthread.so.0
#11 0x00007f84b6d537df in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7f8496d5b700 (LWP 953)):
#0  0x00007f84b6d4a48d in poll () from /usr/lib/libc.so.6
#1  0x00007f84afcc28e0 in ?? () from /usr/lib/libxcb.so.1
#2  0x00007f84afcc4679 in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x00007f849842e449 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#4  0x00007f84b7654d78 in ?? () from /usr/lib/libQt5Core.so.5
#5  0x00007f84af1af454 in start_thread () from /usr/lib/libpthread.so.0
#6  0x00007f84b6d537df in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7f84bd150840 (LWP 946)):
#0  0x00007f84af1b510f in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1  0x00007f84b7655c2b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQt5Core.so.5
#2  0x00007f84b765491e in QThread::wait(unsigned long) () from /usr/lib/libQt5Core.so.5
#3  0x00007f84b7c94cc6 in ?? () from /usr/lib/libQt5DBus.so.5
#4  0x00007f84b7c94d59 in ?? () from /usr/lib/libQt5DBus.so.5
#5  0x00007f84b6ca0990 in __run_exit_handlers () from /usr/lib/libc.so.6
#6  0x00007f84b6ca09ea in exit () from /usr/lib/libc.so.6
#7  0x00007f84b9de8823 in KDBusService::KDBusService(QFlags<KDBusService::StartupOption>, QObject*) () from /usr/lib/libKF5DBusAddons.so.5
#8  0x00000000004119f5 in ?? ()
#9  0x00007f84b6c8b291 in __libc_start_main () from /usr/lib/libc.so.6
#10 0x0000000000411c2a in _start ()

Offline

#2 2016-11-29 07:31:51

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: korgac crash after I added something in .xprofile

Please use code tags when pasting to the boards:
https://wiki.archlinux.org/index.php/Co … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-11-29 14:47:48

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: korgac crash after I added something in .xprofile

I assume korgac is /usr/bin/korgac from the korganizer package ?

is zh_CN.UTF-8 uncommented in /etc/locale.gen ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2016-11-30 04:24:20

canxer
Member
Registered: 2016-11-24
Posts: 2

Re: korgac crash after I added something in .xprofile

zh_CN.UTF-8 is uncomment. Korgac crashed only when I add something relate to fcitx in .xprofile.

Offline

Board footer

Powered by FluxBB