Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Restart Debugger pl file Warning message: Macro _SC_OPEN_MAX

Reply
Thread Tools

Restart Debugger pl file Warning message: Macro _SC_OPEN_MAX

 
 
Barge Bill
Guest
Posts: n/a
 
      10-06-2005
Windows If I try to restart my program in debug "-d", I get the
following message:

Warning: some settings and command-line options may be lost!
Your vendor has not defined POSIX macro _SC_OPEN_MAX, used at
C:/Perl/lib/perl5d
b.pl line 3296
at C:/Perl/lib/POSIX.pm line 47
POSIX::AUTOLOAD() called at C:/Perl/lib/perl5db.pl line
DB:B called at C:\Documents and Settings\billc\My
Documents\WCC\P_STUFF\ExamplesTk\test1.txt line 5

I am using Windows XP "perl5db.pl version 1.28".

How can I deal with the missing macro value?

Thanks in advance, Bill

 
Reply With Quote
 
 
 
 
Ilya Zakharevich
Guest
Posts: n/a
 
      10-06-2005
[A complimentary Cc of this posting was sent to
Barge Bill
<>], who wrote in article < .com>:
> Windows If I try to restart my program in debug "-d", I get the
> following message:
>
> Warning: some settings and command-line options may be lost!
> Your vendor has not defined POSIX macro _SC_OPEN_MAX, used at
> C:/Perl/lib/perl5d
> b.pl line 3296
> at C:/Perl/lib/POSIX.pm line 47
> POSIX::AUTOLOAD() called at C:/Perl/lib/perl5db.pl line
> DB:B called at C:\Documents and Settings\billc\My
> Documents\WCC\P_STUFF\ExamplesTk\test1.txt line 5
>
> I am using Windows XP "perl5db.pl version 1.28".
>
> How can I deal with the missing macro value?


Posting a minimal code to reproduce the problem will help. Keep in
mind, though, that modules loaded with -M switch and current directory
at startup are not (currently) preserved by perl5db.

Hope this helps,
Ilya


 
Reply With Quote
 
 
 
 
Barge Bill
Guest
Posts: n/a
 
      10-31-2005
If I execute the "hello world" perl example in debug mode, and attempt
to "R" restart, I get the trace back. Somehow, I need to initialize
the

POSIX macro _SC_OPEN_MAX,

The result is I cannot restart my debug session. It's annoying that I
don't know how to initialize the macro.

Any help?

Bill

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Restart Now - Restart Later another MickG Computer Support 14 04-24-2006 02:55 AM
how to modify code while debugging it without having to stop and then restart debugger python Python 13 11-10-2005 09:28 PM
XP restart vs msconfig restart Opsimath Computer Support 4 07-31-2005 02:58 PM
debugger restart R. Mark Volkmann Ruby 2 05-24-2005 08:24 AM
Restart Debugger David Corbin Ruby 0 10-18-2003 10:21 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57