Re: JPL Error With Thread.

[email protected] (Larry Wall) Fri, 17 Sep 1999 07:53:08 -0700 (PDT)
Newsgroups perl.jpl
Message-ID <[email protected]>
Khoivu Nguyen writes:
: I downloaded and installed  Perl 5.00561. I also installed JPL module
: too. When I ran "java Sample" I got the segmentation violation error
: with java. When I installed Perl5.00561, I set PERL flag to use thread
: and compiled it to libperl.so.

I don't believe that mixing Java threads and Perl threads is supported
yet.  If you compile Perl without the Perl threads, then it just uses
whatever Java thread happens to call it.

: FYI, here is my platform info:
: 
:         * Rehad 6.0 with Linux kernel 2.2.5-15
:         * Perl 5.00561
:         * gcc version egcs-2.91.66 (egcs-1.1.2 release)
:         * java version "1.2". Classic VM (build
:           Linux_JDK_1.2_pre-release-v2, native threads, sunwjit)
: 
: I would like to thank in advance for any helps and hints.

Using both an experimental Perl and an experimental Java
simultaneously is likely to result in weirdnesses.

Larry