| www.delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <45E4A708.302@allandrews.org> |
| Date: | Tue, 27 Feb 2007 13:47:52 -0800 |
| From: | Kelvin <kelvin AT allandrews DOT org> |
| User-Agent: | Thunderbird 1.5.0.8 (Windows/20061025) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Undefined subroutine in perl debugger only on letter [t] |
| X-Provags-ID2: | V01U2FsdGVkX19aZsc/ZGvntPkVTpGcCyJcjd6ABV4lt8dnMpB bWQeE6EnXL4ADBxOQKMgr2uaMD4M/NvISLqeooO/cnuQ36NsXY 9t+Bm34i7UbhiOKavggB2DK7HGhNALl |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Using perl v5.8.7-5 under Cygwin 1.5.24:
I'm trying to use the perl debugger and it terminates whenever I want to
use the letter 't'. It's the strangest thing. When I press 't'
(without <cr> and only lowercase) I get:
--------------
Undefined subroutine readline::F_MenuComplete at
/usr/lib/perl5/vendor_perl/5.8/Term/ReadLine/readline.pm line 1843 at
/usr/lib/perl5/5.8/SelfLoader.pm line 34
SelfLoader::AUTOLOAD(1, 116) called at
/usr/lib/perl5/vendor_perl/5.8/Term/ReadLine/readline.pm line 1843
readline::do_command('*readline::emacs_keymap', 1, 116) called
at /usr/lib/perl5/vendor_perl/5.8/Term/ReadLine/readline.pm line 1481
readline::readline(' DB<2> ') called at
/usr/lib/perl5/vendor_perl/5.8/Term/ReadLine/Perl.pm line 11
Term::ReadLine::Perl::readline('Term::ReadLine::Perl=ARRAY(0x102a75ac)',
' DB<2>') called at /usr/lib/perl5/5.8/perl5db.pl line 6367
DB::readline(' DB<2> ') called at /usr/lib/perl5/5.8/perl5db.pl
line 2203
DB::DB called at test1.pl line 3
Debugged program terminated. Use q to quit or R to restart
--------------
All other letters work on the debugger command line, but as soon as I
press 't' (anywhere on the line), the debugger instantly fails with the
above output. So, it won't let me toggle trace or output variables that
have a 't' in the name.
I tried reinstalling and installing previous perl version (v5.8.6-4); no
luck.
I haven't seen any mention of this as a common problem in the forums and
mailing lists. So, I would suspect there is something screwy with my
installation or I'm missing something embarrassingly obvious.
I'm debugging my code in Linux for the meantime (working around
references to win32 api). I would greatly appreciate any assist!
Kelvin
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |