The machine I was just using was a Pentium133 with 80Megs ram. I was running OpenBSD2.9, which was freshly installed, and Perl V5.6.0 with whatever version of CPAN.pm that ships with it. I was trying to install DBD::CSV, when the badness started:

CPAN.pm: Going to build J/JW/JWIED/Text_CSV_XS-0.22.tar.tgz Checking if your kit is complete... looks good uvm_fault(0xe0481f4c, 0xe000e000, 0, 1) -> 1 kernel: page fault trap, code=0 stopped at _pmap_copy_page+0x327:cmpl %esi,0x4(%edx) ddb>
the ddb> acted like a shell prompt, but would only respond with command not found to anything I typed. (I tried exit, quit, halt...)

The machine is rebooting now. Can anyone decipher that mess? Is there anything I can do to prevent it? It may have been some sort of hardware error, it is an old computer that once had a soya sauce packet dropped inside it.

Any help or suggestions would be greatly appreciated.

Michael
Sorry if the error message has typos, I had to write it down and then retype it.


In reply to nasty problems with CPAN.pm and OpenBSD2.9 by coolmichael

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.