-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSWin32/perl -de1 hang up #12244
Comments
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
|
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. |
The RT System itself - Status changed from 'new' to 'open' |
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. |
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. -- |
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 -- |
@arc - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#113960 (status was 'resolved')
Searchable as RT113960$
The text was updated successfully, but these errors were encountered: