Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMSWin32/perl -de1 hang up #12244
MSWin32/perl -de1 hang up #12244
Comments
This comment has been minimized.
This comment has been minimized.
From @xlatCreated by @xlatI was running "perl -de1" to enter into the debugger and was It is because in perl5db.pl at line 1399 a test for '-e /dev/tty' Thanks. Perl Info
|
This comment has been minimized.
This comment has been minimized.
From @jkeenanOn Tue, 03 Jul 2012 09:12:15 GMT, xlat@cpan.org wrote:
Let me see if I can correctly re-state this problem. You invoked the perl debugger, whose source code is found in lib/perl5db.pl. As of now (commit 8df0224), starting at line 1530 of that file, there is an if-elsif-else block where we try to determine what the console should be on various systems. The first 'elsif' is: ##### ... which was triggered on your system because there accidentally existed a file c:\dev\tty thereon. Consequently, we didn't reach the *second* 'elsif' block: ##### Is that a correct analysis? Thank you very much. |
This comment has been minimized.
This comment has been minimized.
The RT System itself - Status changed from 'new' to 'open' |
This comment has been minimized.
This comment has been minimized.
From @xlatHi, yes that is correct. Thank you. Le 31 déc. 2016 02:43, "James E Keenan via RT" <perlbug-followup@perl.org> On Tue, 03 Jul 2012 09:12:15 GMT, xlat@cpan.org wrote:
Let me see if I can correctly re-state this problem. You invoked the perl debugger, whose source code is found in lib/perl5db.pl. ##### ... which was triggered on your system because there accidentally existed a ##### Is that a correct analysis? Thank you very much. |
This comment has been minimized.
This comment has been minimized.
From @jkeenanOn Mon, 02 Jan 2017 21:25:37 GMT, xlat@cpan.org wrote:
P5P: Would it be sufficient to move the test for '/dev/tty' to be the final 'elsif' branch? Or is there some other way to identify a Unix-like OS? Thank you very much. -- |
This comment has been minimized.
This comment has been minimized.
From @arcJames E Keenan via RT <perlbug-followup@perl.org> wrote:
Yes, that sounds like a sensible way to proceed. Thanks, applied (with authorship assigned to you) as -- |
This comment has been minimized.
This comment has been minimized.
@arc - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#113960 (status was 'resolved')
Searchable as RT113960$