From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30724 invoked by alias); 19 Nov 2005 16:53:01 -0000 Received: (qmail 30708 invoked by uid 71); 19 Nov 2005 16:53:01 -0000 Date: Sat, 19 Nov 2005 16:53:00 -0000 Message-ID: <20051119165301.30707.qmail@sourceware.org> To: kseitz@sources.redhat.com Cc: insight-prs@sources.redhat.com, From: Keith Seitz Subject: Re: insight/276: Insight blows up the term when run Reply-To: Keith Seitz Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00016.txt.bz2 List-Id: The following reply was made to PR insight/276; it has been noted by GNATS. From: Keith Seitz To: freddie@sb.net, insight-gnats@sources.redhat.com, insight-prs@sources.redhat.com Cc: Subject: Re: insight/276: Insight blows up the term when run Date: Sat, 19 Nov 2005 08:50:33 -0800 http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=276 Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000064 0x9b51bd24 in Tcl_GlobalEval () (gdb) backtrace #0 0x9b51bd24 in Tcl_GlobalEval () #1 0x000175f8 in gdbtk_source_start_file () at .././gdb/gdbtk/ generic/gdbtk.c:620 Couple of things... In frame #1 (gdbtk_source_start_file, gdbtk.c:620), what exactly is 0x64, "gdbtk_interp" or "script"? Instead of build gdb/insight, if you just built tcl and tk, do tclsh and wish run? Can you run the tk demos (in src/tk/library/demos)? I suspect that our version tcl and tk don't work on OS X. In fact, this is the first I've heard of anyone trying to even run Insight on OS X! Keith