From owner-freebsd-gnome@FreeBSD.ORG Wed Oct 22 17:03:52 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E6816A4B3 for ; Wed, 22 Oct 2003 17:03:52 -0700 (PDT) Received: from alef.poprostu.pl (alef.poprostu.pl [195.116.86.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2037543F93 for ; Wed, 22 Oct 2003 17:03:49 -0700 (PDT) (envelope-from piero@poprostu.pl) Received: from beth.poprostu.pl (beth.poprostu.pl [213.25.228.183]) by alef.poprostu.pl (8.12.9p2/8.12.9) with SMTP id h9N0NZ6V057073 for ; Thu, 23 Oct 2003 02:23:36 +0200 (CEST) (envelope-from piero@poprostu.pl) Date: Thu, 23 Oct 2003 02:00:13 +0200 From: Piero To: freebsd-gnome@freebsd.org Message-Id: <20031023020013.19351568.piero@poprostu.pl> Organization: Poprostu X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: editors/scite core dumps during exiting at 5.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 00:03:52 -0000 Hi, Have you seen this behaviour? editors/scite core dumps at exiting the program when it was run in FreeBSD 5.1. Below are outputs from gdb for 1: Scite & Scintilla compiled WITH_GTK2 and 2: with older GTK 1.2. It would crash equally with GTK 2.4 and GTK 1.2 I use SciTE at 4.8 also and it works well. At 5.1 it crashes though it is able to save session file $ uname -a System: FreeBSD ntbk 5.1-RELEASE-p9 FreeBSD 5.1-RELEASE-p9 #1: Fri Oct 3 23:35:49 CEST 2003 root@ntbk:/usr/obj/usr/src/sys/SMYRUSELF i386 $ pkg_info|grep scit scintilla-gtk2-1.55_1 A full-featured free source code editing component for GTK+ scite-gtk2-1.55_1 A full-featured SCIntilla based Text Editor for GTK/GNOME $ gdb SciTE GNU gdb 5.2.1 (FreeBSD) Copyright 2002 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 "i386-undermydesk-freebsd"...(no debugging symbols found)... (gdb) run Starting program: /usr/X11R6/bin/SciTE (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x285f0c04 in _close () from /usr/lib/libc_r.so.5 $ gdb SciTE GNU gdb 5.2.1 (FreeBSD) Copyright 2002 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 "i386-undermydesk-freebsd"... (no debugging symbols found)... (gdb) run Starting program: /usr/X11R6/bin/SciTE (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x28333c04 in _close () from /usr/lib/libc_r.so.5 Thanks, -- Piero piero@poprostu.pl