Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Richard Stanton" To: Subject: RE: Workaround :Problem with updated gdb-20000608 and tcltk-20000608 Date: Sat, 10 Jun 2000 18:04:10 -0700 Message-ID: <000401bfd340$f3c16a10$80cc90c6@MORTGAGE2> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal In-Reply-To: <20000610144847.B782@cygnus.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Good gdb news for a change... This version of gdb now works fine on my W2000 machine, both in GUI mode and running inside EMACS. Thanks a lot. Richard Stanton > -----Original Message----- > From: Chris Faylor [mailto:cgf AT cygnus DOT com] > Sent: Saturday, June 10, 2000 11:49 AM > To: cygwin AT sourceware DOT cygnus DOT com > Cc: nhv AT cape DOT com > Subject: Re: Workaround :Problem with updated gdb-20000608 and > tcltk-20000608 > > > On Sat, Jun 10, 2000 at 12:29:30PM -0400, Norman Vine wrote: > >Chris Faylor writes: > > > >>Sergey R. Grigoriev wrote: > >>> > >>>To make it working you need to download original tcltk (ftp.franken.de > >>>or some other mirrors)(and remove tcltk-20000608 from you download > >>>directory) and reinstall it "setup tcltk". > >> > > > >>Can we try to figure out what the problem is before we start flailing > >>around trying to fix it? > > > >Hi Chris > > > >I don't know *** about TCL but > > Could you provide two things here (to the mailing list, please): > > 1) cygcheck -r -s -v > > 2) strace -ogdb.strace gdb > And send the contents of gdb.strace > > I appreciate your trying to track the problem down. I wonder what strange > thing I have on my system that allows gdb to work for me. > > cgf > > > >Changing: > >line 27 /usr/share/gdbtcl/main.tcl to > > > >set tcl_traceExec 1 > > > >Yields: > > > >Calling proc "tclPkgUnknown" "combobox" "1.0" > >Calling proc "tclPkgSetup" "C:/CYGWIN/usr/s" "combobox" "1.05" > >"{combobox.tcl s" > >Calling proc "auto_import" "itcl::*" > >Calling proc "auto_qualify" "itcl::*" "::" > >Calling proc "auto_load_index" > >Calling proc "auto_import" "debug::*" > >Calling proc "auto_qualify" "debug::*" "::" > >Calling proc "auto_load_index" > >Calling proc "unknown" "find_iwidgets_l" > > ^^^^^^^^^^^ > >Calling proc "auto_load" "find_iwidgets_l" "::" > >Calling proc "auto_qualify" "find_iwidgets_l" "::" > >Calling proc "find_iwidgets_l" > >Calling proc "tclPkgUnknown" "Iwidgets" "3.0" > > > > > >grepping for find_iwidgets_l in /usr/share/**/*.tcl > > > >yields /usr/share/gdbtcl/util.tcl line 219 > > > ># ------------------------------------------------------------------ > ># PROC: find_iwidgets_library - Find the IWidgets library. > ># > ># This is a little bit of bogosity which is necessary so we > ># can find the iwidgets libraries if we are not installed: > ># The problem is that the iwidgets are really weird. The init file is > ># in the build tree, but all the library files are in the source tree... > ># > ># ------------------------------------------------------------------ > >proc find_iwidgets_library {} { > > global errMsg > >..... > > > > > >Hope this helps someone. > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com