From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 18:09:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5485516A4CE for ; Mon, 4 Oct 2004 18:09:54 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE61543D66 for ; Mon, 4 Oct 2004 18:09:53 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i94I9Rni010398; Mon, 4 Oct 2004 12:09:27 -0600 (MDT) (envelope-from scottl@FreeBSD.org) Message-ID: <416191B4.4040102@FreeBSD.org> Date: Mon, 04 Oct 2004 12:08:52 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jesse marquez References: <41618809.5040008@x25.net> <20041004113447.7930edd2@zork> <41619024.7080002@x25.net> In-Reply-To: <41619024.7080002@x25.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-current@FreeBSD.org cc: Robin Schoonover Subject: Re: Wierd Xorg and Fluxbox menu behavior! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 04 Oct 2004 18:09:54 -0000 jesse marquez wrote: > Robin Schoonover wrote: > >> On Mon, 04 Oct 2004 12:27:37 -0500 >> jesse marquez wrote: >> >> >>> Hello all, >>> >>> FreeBSD 6.0-CURRENT >>> >>> I'm having a wierd issue with my current setup. I've just recently >>> updated my source and have done build world and all that jazz. I may >>> have done something wrong during mergemaster because now I'm unable to >>> run Xorg properly. I've pin pointed the problem to the fluxbox menu. >>> This is all under the user enviorment, I can right click on my mouse >>> to pull up the fluxbox menu and I can scroll down with my mouse and >>> select any of the first three options(eterm, firefox, run). As soon as >>> my mouse goes over one of the listed directories, say for example >>> "Terminals ->" , X crashes! The wierd thing about this situation is >>> when I use my keyboard arrors instead of my mouse to scroll down the >>> fluxbox menu, I'm able to go over the directories and navigate just >>> fine! Log files don't say much about it either....... >>> >> >> >> I see from /var/log/messages here that fluxbox, not X is crashing. I've >> noticed that with debugging malloc options enabled using the slit will >> crash fluxbox. Something similar here might be occuring (maybe try to >> disable debugging malloc options (ln -s aj /etc/malloc.conf)? ) >> >> >> > > ln -s aj /etc/malloc.conf <---- Worked! thanks! :D I'm I gonna have to > do this everytime I update my systems source? > No, this pseudo-file is persistent. However, it points to bugs in the fluxbox source code that you might want to report to the authors. Scott