From owner-freebsd-current@FreeBSD.ORG Fri Feb 16 20:01:40 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B73316A400 for ; Fri, 16 Feb 2007 20:01:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id B822913C47E for ; Fri, 16 Feb 2007 20:01:39 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l1GK1ASS015716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Feb 2007 22:01:17 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l1GK0oe1005850; Fri, 16 Feb 2007 22:01:04 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l1GK0m7h005849; Fri, 16 Feb 2007 22:00:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 16 Feb 2007 22:00:48 +0200 From: Giorgos Keramidas To: Gaspar Chilingarov Message-ID: <20070216200048.GA5808@kobe.laptop> References: <45D44D08.1020301@web.am> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45D44D08.1020301@web.am> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.497, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org Subject: Re: debugging GWorkspace on -current crashes system ? 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: Fri, 16 Feb 2007 20:01:40 -0000 On 2007-02-15 16:07, Gaspar Chilingarov wrote: > Hi there! > > I've tried to setup GWorkspace on -current (Dec 23). > It should not be compiled on -current, I know, but I've disabled that > lines in Makefile and managed to compile it without any problems. > > When I'm running > /usr/local/GNUstep/System/Applications/GWorkspace.app/GWorkspace it > fails -- that's ok, I've been warned :) > > But when I'm trying to run it under gdb it crashes whole system and > computer restarts. I'm running it as a user, not as a root. > I expect this is a bug, because user should not be able to crash system > that easily. That's true. Can you build a debugging kernel, set up a serial console and capture a kernel backtrace? The Developer's Handbook contains information about some of these topics. If you need help about some of the details, feel free to ask :)