From owner-freebsd-questions Wed Dec 12 7:25:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 216C037B416 for ; Wed, 12 Dec 2001 07:25:01 -0800 (PST) Received: from waldo.umu.man.ac.uk ([130.88.22.10] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 16EBFf-00059w-00; Wed, 12 Dec 2001 15:24:55 +0000 Received: from mrtall.compsoc.man.ac.uk (mrtall.compsoc.man.ac.uk [130.88.22.5]) by waldo.umu.man.ac.uk (8.11.4/8.11.2) with ESMTP id fBCFOsw25719; Wed, 12 Dec 2001 15:24:55 GMT Received: from moz by mrtall.compsoc.man.ac.uk with local (Exim 3.31 #1) id 16EBFe-000Lk3-00; Wed, 12 Dec 2001 15:24:54 +0000 Date: Wed, 12 Dec 2001 15:24:54 +0000 From: John Levon To: dochawk@psu.edu Cc: freebsd-questions@freebsd.org Subject: Re: crash deleting in table Message-ID: <20011212152454.A83503@compsoc.man.ac.uk> References: <20011212013519.C61031@compsoc.man.ac.uk> <200112121520.fBCFKq847675@fac13.ds.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112121520.fBCFKq847675@fac13.ds.psu.edu> User-Agent: Mutt/1.3.19i X-Url: http://www.movement.uklinux.net/ X-Record: Hot Toddy - Super Magic X-Toppers: N/A Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Dec 12, 2001 at 10:20:52AM -0500, dochawk@psu.edu wrote: > > On Tue, Dec 11, 2001 at 03:22:56PM -0500, Richard E. Hawkins wrote: > > > > > Program received signal SIGSEGV, Segmentation fault. > > > LyXText::init (this=0x8326000, bview=0x836fd00, reinit=false) at text2.C:95 > > > 95 setCursorIntern(bview, firstrow->par(), 0); > > > (gdb) bt > > > #0 LyXText::init (this=0x8326000, bview=0x836fd00, reinit=false) at text2.C:95 > > > so firstrow is null or wrong. can you print out the value in gdb ? > > how do I do htat? do "up" until you get to the right piece of code then : print firstrow > > it would also be useful if you described exactly what you did, plus the doc > > you were working on or a smaller example ... > > The problem here is that these table problems are not fully > reproducible. I see lots of these, but many seem dependent upon what > I've already done. Thus when I go back and try to repeat, the same > thing doesn't occur. > > One thing that does seem fairly consistent is that it's the second or > later operation in the same table that is causing the crash (with > operator meaning more than simply typing data-cut, paste, delete, table > operations, etc.) yes, they look cursor placement and re-init problems. it is unfortunate they are unreproducable as this often makes it really hard for us to see what bug is there ... regards john -- "Of all manifestations of power, restraint impresses the most." - Thucydides To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message