I am not familiar with setting breakpoints. Can you tell me how i can do that?

Did you see my other post of the truss output? It seems to be running lstat on the directories & files and hangs on one of the NFS mounted directories. I don't have permissions to umount that partition. But I can't figure out why it's trying to do lstats.

The output that i have attached to the previous post from truss was for this command

# truss ../../miniperl "-I../../lib" Makefile.PL "INSTALLDIRS=perl" " +PERL_CORE=1" "LIBPERL_A=libperl.a"
When i tried it with the -d option , i get this error of cannot find Handle.pm and it's looking at empty directories. But i don't know where it's supposed to look for them.
# truss ../../miniperl -d "-I../../lib" Makefile.PL "INSTALLDIRS=perl +" "PERL_CORE=1" "LIBPERL_A=libperl.a"
stat64("../../lib/IO/Handle.pmc", 0xFFBFEF20) Err#2 ENOENT open64("../../lib/IO/Handle.pm", O_RDONLY) Err#2 ENOENT stat64("/local/lib/perl5/5.8.7/sun4-solaris/IO/Handle.pmc", 0xFFBFEF20 +) Err#2 ENOENT open64("/local/lib/perl5/5.8.7/sun4-solaris/IO/Handle.pm", O_RDONLY) E +rr#2 ENOENT stat64("/local/lib/perl5/5.8.7/IO/Handle.pmc", 0xFFBFEF20) Err#2 ENOEN +T open64("/local/lib/perl5/5.8.7/IO/Handle.pm", O_RDONLY) Err#2 ENOENT stat64("/local/lib/perl5/site_perl/5.8.7/sun4-solaris/IO/Handle.pmc", +0xFFBFEF20) Err#2 ENOENT open64("/local/lib/perl5/site_perl/5.8.7/sun4-solaris/IO/Handle.pm", O +_RDONLY) Err#2 ENOENT stat64("/local/lib/perl5/site_perl/5.8.7/IO/Handle.pmc", 0xFFBFEF20) E +rr#2 ENOENT open64("/local/lib/perl5/site_perl/5.8.7/IO/Handle.pm", O_RDONLY) Err# +2 ENOENT stat64("/local/lib/perl5/site_perl/IO/Handle.pmc", 0xFFBFEF20) Err#2 E +NOENT open64("/local/lib/perl5/site_perl/IO/Handle.pm", O_RDONLY) Err#2 ENOE +NT stat64("./IO/Handle.pmc", 0xFFBFEF20) Err#2 ENOENT open64("./IO/Handle.pm", O_RDONLY) Err#2 ENOENT getcontext(0xFFBFEDA8) setcontext(0xFFBFEDA8) llseek(4, 0xFFFFFFFFFFFFFF5D, SEEK_CUR) = 16221 close(4) = 0 getcontext(0xFFBFEF50) setcontext(0xFFBFEF50) fstat64(2, 0xFFBFF3E8) = 0
Can't locate IO/Handle.pm in @INC (@INC contains: ../../lib /local/lib +/perl5/5.8.7/sun4-solaris /local/lib/perl5/5.8.7 /local/lib/perl5/sit +e_perl/5.8.7/sun4-solaris /local/lib/perl5/site_perl/5.8.7 /local/lib +/perl5/site_perl .) at ../../lib/perl5db.pl line 501. <br> BEGIN failed--compilation aborted at ../../lib/perl5db.pl line 501.
Compilation failed in require. BEGIN failed--compilation aborted. write(2, " C a n ' t l o c a t e".., 396) = 396 getcontext(0xFFBFF5A0) setcontext(0xFFBFF5A0)


Any inputs?

In reply to Re^8: miniperl hangs during perl compilation by vani
in thread miniperl hangs during perl compilation by vani

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.