Yes. Truss tells me it's an out-of-bounds address fault, apparently just after opening lib/strict.pm:
read(3, " # ! . / m i n i p e r l".., 4096) = 4096 stat("lib/strict.pmc", 0xFFFFFD7FFFDFD710) Err#2 ENOENT stat("lib/strict.pm", 0xFFFFFD7FFFDFD670) = 0 open("lib/strict.pm", O_RDONLY) = 4 ioctl(4, TCGETA, 0xFFFFFD7FFFDFD430) Err#25 ENOTTY lseek(4, 0, SEEK_CUR) = 0 brk(0x00757EC0) = 0 brk(0x0075BEC0) = 0 read(4, " p a c k a g e s t r i".., 4096) = 3716 brk(0x0075BEC0) = 0 brk(0x0075FEC0) = 0 brk(0x0075FEC0) = 0 brk(0x00763EC0) = 0 lseek(4, 878, SEEK_SET) = 878 lseek(4, 0, SEEK_CUR) = 878 close(4) = 0 Incurred fault #6, FLTBOUNDS %pc = 0x004C2F24 siginfo: SIGSEGV SEGV_MAPERR addr=0x004C2F24 Received signal #11, SIGSEGV [default] siginfo: SIGSEGV SEGV_MAPERR addr=0x004C2F24
...but doesn't really shed any light on why I'm getting an address fault there. I was hoping someone else had tried this build or a similar combination, run into the same problem, and knew a simple configuration change to solve it.

In reply to Re^4: SEGVs building Perl 5.10 on Solaris 10? by Llew_Llaw_Gyffes
in thread SEGVs building Perl 5.10 on Solaris 10? by Llew_Llaw_Gyffes

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.