Here is my script to reproduce the issue in 64-bit system.
pwd=`pwd` wget http://search.cpan.org/CPAN/authors/id/G/GM/GMPASSOS/PLJava-0.04. +tar.gz tar -xzf PLJava-0.04.tar.gz cd PLJava-0.04 cp Makefile.PL MakeFile.PL perl Makefile.PL perl -pi -e "s|CFLAGS=|CFLAGS=-fPIC |" Makefile make swig make cd built jar -cf perl5.jar perl5 cp perl5.jar $pwd cp libPLJava.so $pwd cd $pwd java -Djava.library.path=. -cp perl5.jar:PLJava-0.04 test
My system is 64-bit Fedora 8. I tried JDK 1.6 and JDK 1.5. Both of them gave segmentation fault. Unfortunately, I could not contact the module author anymore. Any suggestion is really appreciated. -jason

In reply to PLJava segmentation fault in 64-bit system by jasonzhang2009

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.