From owner-freebsd-current@FreeBSD.ORG Mon Jan 23 20:35:00 2006 Return-Path: X-Original-To: freebsd-current@www.freebsd.org Delivered-To: freebsd-current@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4ACD16A41F for ; Mon, 23 Jan 2006 20:35:00 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (afrodita.rcub.bg.ac.yu [147.91.1.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE88943D55 for ; Mon, 23 Jan 2006 20:34:54 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (localhost.localdomain [127.0.0.1]) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4) with ESMTP id k0NKYnHV012315 for ; Mon, 23 Jan 2006 21:34:49 +0100 Received: from localhost (ggajic@localhost) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4/Submit) with ESMTP id k0NKYmC7012308 for ; Mon, 23 Jan 2006 21:34:48 +0100 Date: Mon, 23 Jan 2006 21:34:47 +0100 (CET) From: Goran Gajic To: freebsd-current@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RCUB-MailScanner-Information: Please contact the RCUB if you have problem with mail X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-From: ggajic@afrodita.rcub.bg.ac.yu X-Mailman-Approved-At: Mon, 23 Jan 2006 20:37:48 +0000 Cc: Subject: olvwm crash on amd64 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: Mon, 23 Jan 2006 20:35:00 -0000 Hi, It seems like change to malloc also causes olvwm to crash on amd64 (7.0-CURRENT): GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) run Starting program: /usr/ports/x11-wm/olvwm/work/olvwm Program received signal SIGSEGV, Segmentation fault. MakeOpenButton (dpy=0x802ffc550, scrInfo=0x802fef0e0) at images.c:739 739 *b = openButton; (gdb) where #0 MakeOpenButton (dpy=0x802ffc550, scrInfo=0x802fef0e0) at images.c:739 #1 0x000000000042ff18 in initMenuButtons (dpy=0x802ffc550, scrInfo=0x802fef0e0) at usermenu.c:2022 #2 0x0000000000430101 in InitMenus (dpy=0x802ffc550, scrInfo=0x802fef0e0) at usermenu.c:2061 #3 0x0000000000427176 in initScreenInfo (dpy=0x802ffc550, screenno=0, visInfo=0x7fffffffe010, nvis=1) at screen.c:2589 #4 0x0000000000427adc in InitScreens (dpy=0x802ffc550) at screen.c:2653 #5 0x00000000004203d5 in main (argc=1, argv=0x0) at olwm.c:331 (gdb) Regards, gg.