xkb-plugin keeps segfaulting...

Mike Massonnet mmassonnet at xfce.org
Sat Dec 5 23:28:22 CET 2009


2009/12/5 Bjørn T Johansen <btj at havleik.no>:
> I have to pc's with the same ditro installed and on one of them the xkb-plugin just keeps segfaulting... After adding it to the panel, and working
> 5-10-15 minutes, then the plugin disappear from the panel and the following gets in the log:
>
> xfce4-xkb-plugi[2874]: segfault at 0 ip 0000003413e7f541 sp 00007fff6c83e038 error 4 in libc-2.10.1.so[3413e00000+164000]
>
>
> Is this a known problem or?

I don't know, I don't use it. Check out the bugzilla, here is a tiny
url to the list of bugs for the xkb plugin: http://tinyurl.com/yj4cow6

If you don't find an existing report, you can help the dev by
providing a backtrace. Start the panel, checkout the pid of the
running xkb plugin instance with "ps ax|grep xkb" -- "pidof
xfce4-xkb-plugin" should do the trick too -- then run an interactive
gdb:
(gdb) attach <PID>
...
(gdb) continue

When it will crash you will only notice that it is unresponsive so
keep an eye inside gdb, and then type 'bt':
(gdb) bt

> Regards,
>
> BTJ

Regards
-- 
Mike



More information about the Xfce mailing list