Or run 'sudo ldconfig' too, after setting LD_LIBRARY_PATH.

On Tue, 2008-07-22 at 11:32 +0200, Andi Vajda wrote:
> On Jul 22, 2008, at 4:52, Bill Janssen <[EMAIL PROTECTED]> wrote:
> 
> > Yes, I've called initVM() with -Xint, but this crash happens anyway.
> 
> What's the ldd output (the one listing the shared libraries refered)  
> for _jcc.so and libjcc.so ?
> I suspect that your build is pulling in incompatible libraries. If you  
> set LD_LIBRARY_PATH, this is an easy mistake to make. Use -rpath at  
> link time instead.
> 
> Andi..
> 
> >
> >
> > Bill
> >
> >> Have you tried disabling hotspot with the vmflags?
> >>
> >> On Mon, 2008-07-21 at 17:02 -0700, Bill Janssen wrote:
> >>> This is with jdk 1.6.0_03, which works fine on 32-bit Linux.
> >>>
> >>> Bill
> >>>
> >>> byrd : /tmp 72 % python
> >>> Python 2.4.3 (#1, Mar 14 2007, 19:01:42)
> >>> [GCC 4.1.1 20070105 (Red Hat 4.1.1-52)] on linux2
> >>> Type "help", "copyright", "credits" or "license" for more  
> >>> information.
> >>>>>> import lucene
> >>>>>> lucene.initVM(classpath=lucene.CLASSPATH, initialheap="64m",  
> >>>>>> maxheap="512m")
> >>> #
> >>> # An unexpected error has been detected by Java Runtime Environment:
> >>> #
> >>> #  SIGSEGV (0xb) at pc=0x00002aaaaf139be4, pid=27006,  
> >>> tid=46912496308032
> >>> #
> >>> # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-b05 mixed  
> >>> mode)
> >>> # Problematic frame:
> >>> # V  [libjvm.so+0x307be4]
> >>> #
> >>> # An error report file with more information is saved as  
> >>> hs_err_pid27006.log
> >>> #
> >>> # If you would like to submit a bug report, please visit:
> >>> #   http://java.sun.com/webapps/bugreport/crash.jsp
> >>> #
> >>> Abort
> >>> byrd : /tmp 73 %
> >>> _______________________________________________
> >>> pylucene-dev mailing list
> >>> pylucene-dev@osafoundation.org
> >>> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
> >>
> >> _______________________________________________
> >> pylucene-dev mailing list
> >> pylucene-dev@osafoundation.org
> >> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
> >
> > _______________________________________________
> > pylucene-dev mailing list
> > pylucene-dev@osafoundation.org
> > http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
> _______________________________________________
> pylucene-dev mailing list
> pylucene-dev@osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to