From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 18:02:05 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 D633E16A4CE for ; Mon, 4 Oct 2004 18:02:05 +0000 (GMT) Received: from ms-smtp-01-eri0.texas.rr.com (ms-smtp-01.texas.rr.com [24.93.47.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7057943D58 for ; Mon, 4 Oct 2004 18:02:05 +0000 (GMT) (envelope-from jmarquez@x25.net) Received: from [70.112.55.69] (cs7011255-69.austin.rr.com [70.112.55.69]) i94I21Ym025023; Mon, 4 Oct 2004 13:02:01 -0500 (CDT) Message-ID: <41619024.7080002@x25.net> Date: Mon, 04 Oct 2004 13:02:12 -0500 From: jesse marquez User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041002 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robin Schoonover References: <41618809.5040008@x25.net> <20041004113447.7930edd2@zork> In-Reply-To: <20041004113447.7930edd2@zork> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-current@freebsd.org 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:02:05 -0000 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?