From owner-freebsd-current@FreeBSD.ORG Wed Aug 26 19:23:58 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D2D106568E for ; Wed, 26 Aug 2009 19:23:58 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward11.yandex.ru (forward11.yandex.ru [95.108.130.93]) by mx1.freebsd.org (Postfix) with ESMTP id 70C0C8FC29 for ; Wed, 26 Aug 2009 19:23:58 +0000 (UTC) Received: from smtp15.yandex.ru (smtp15.yandex.ru [95.108.130.69]) by forward11.yandex.ru (Yandex) with ESMTP id 97900F492B1 for ; Wed, 26 Aug 2009 23:23:56 +0400 (MSD) Received: from btr.properlan.net (vpn.heavennet.ru [77.72.136.194]) by smtp15.yandex.ru (Yandex) with ESMTPSA id 60BE64E28077 for ; Wed, 26 Aug 2009 23:23:56 +0400 (MSD) Message-ID: <4A958BC6.1070406@yandex.ru> Date: Wed, 26 Aug 2009 23:23:50 +0400 From: "Andrey V. Elsukov" User-Agent: Thunderbird 2.0.0.22 (X11/20090821) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Yandex-TimeMark: 1251314636 X-Yandex-Spam: 1 X-Yandex-Front: smtp15.yandex.ru Subject: problems with XFCE on 9.0-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 19:23:58 -0000 Hi, All. Some processes doesn't die after quitting from X on my 9.0-CURREN i386. They eating CPU and can't be killed with TERM signal (only with KILL). I updated from BETA1 where all worked good (also i rebuild all ports). So, i got backtrace in gdb. All processes are in pool(): #0 0x28df034f in poll () from /lib/libc.so.7 #1 0x28d52c42 in poll () from /lib/libthr.so.3 #2 0x28d2941f in _xcb_conn_wait () from /usr/local/lib/libxcb.so.2 #3 0x28d29a0b in _xcb_out_send () from /usr/local/lib/libxcb.so.2 #4 0x28d29db7 in xcb_writev () from /usr/local/lib/libxcb.so.2 #5 0x28c4c3b2 in _XSend () from /usr/local/lib/libX11.so.6 #6 0x28c4c514 in _XReply () from /usr/local/lib/libX11.so.6 #7 0x28c4084a in XSync () from /usr/local/lib/libX11.so.6 #8 0x284f41c5 in gdk_error_trap_push () from /usr/local/lib/libgdk-x11-2.0.so.0 #9 0x284e8be1 in gdk_event_send_client_message_for_display () from /usr/local/lib/libgdk-x11-2.0.so.0 .... ----- #0 0x2884a34f in poll () from /lib/libc.so.7 #1 0x287acc42 in poll () from /lib/libthr.so.3 #2 0x28eb241f in _xcb_conn_wait () from /usr/local/lib/libxcb.so.2 #3 0x28eb46fa in xcb_wait_for_reply () from /usr/local/lib/libxcb.so.2 #4 0x286c559d in _XReply () from /usr/local/lib/libX11.so.6 #5 0x286b984a in XSync () from /usr/local/lib/libX11.so.6 #6 0x28545875 in gdk_flush () from /usr/local/lib/libgdk-x11-2.0.so.0 #7 0x2809e7f3 in xfce_shortcuts_grabber_new () from /usr/local/lib/libxfce4kbd-private.so.5 #8 0x2809e9a3 in xfce_shortcuts_grabber_remove () from /usr/local/lib/libxfce4kbd-private.so.5 #9 0x285f7174 in g_hash_table_foreach () from /usr/local/lib/libglib-2.0.so.0 .... Where is the problem? Is it in libc or in libxcb? And what i can do to resolove it? -- WBR, Andrey V. Elsukov