byrd : /tilde/janssen 2 % gdb python
GNU gdb Red Hat Linux (6.5-16.el5rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/python 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912496308032 (LWP 14137)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
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.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
>>> import lucene
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
>>> lucene.initVM(classpath=lucene.CLASSPATH)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 1074792768 (LWP 14187)]
[New Thread 1075845440 (LWP 14188)]
[New Thread 1076898112 (LWP 14189)]
[New Thread 1077950784 (LWP 14190)]
[New Thread 1079003456 (LWP 14191)]
[New Thread 1080056128 (LWP 14192)]
[New Thread 1081108800 (LWP 14193)]
[New Thread 1082161472 (LWP 14194)]
[New Thread 1083214144 (LWP 14195)]
[New Thread 1084266816 (LWP 14196)]
[New Thread 1085319488 (LWP 14197)]
[New Thread 1086372160 (LWP 14198)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912496308032 (LWP 14137)]
0x00002aaaaf139be4 in java_lang_Throwable::fill_in_stack_trace ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
(gdb) bt
#0  0x00002aaaaf139be4 in java_lang_Throwable::fill_in_stack_trace ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#1  0x00002aaaaf139c89 in java_lang_Throwable::fill_in_stack_trace ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#2  0x00002aaaaf0a8aad in Exceptions::throw_stack_overflow_exception ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#3  0x00002aaaaf13681c in JavaCalls::call_helper ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#4  0x00002aaaaf2fe889 in os::os_exception_wrapper ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#5  0x00002aaaaf1363b6 in JavaCalls::call_special ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#6  0x00002aaaaf0a8d76 in Exceptions::new_exception ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#7  0x00002aaaaf0a8f28 in Exceptions::new_exception ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#8  0x00002aaaaf0a889c in Exceptions::_throw_msg ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#9  0x00002aaaaf168320 in get_method_id ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#10 0x00002aaaaf1430d7 in jni_GetStaticMethodID ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
#11 0x00002aaaaeafe5a7 in JCCEnv::getStaticMethodID ()
   from 
/usr/lib64/python2.4/site-packages/JCC-1.9-py2.4-linux-x86_64.egg/libjcc.so
#12 0x0000000000000001 in ?? ()
#13 0x0000003d5fd0a6c0 in PyLong_Type () from /usr/lib64/libpython2.4.so.1.0
#14 0x0000000600000006 in ?? ()
#15 0x000000000000001f in ?? ()
#16 0x00002aaafc0056b0 in ?? ()
#17 0x0000003d5fa5b070 in PyDict_GetItem ()
   from /usr/lib64/libpython2.4.so.1.0
#18 0x0000000000000000 in ?? ()
(gdb) info thread
  13 Thread 1086372160 (LWP 14198)  0x0000003d5100a567 in 
pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  12 Thread 1085319488 (LWP 14197)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  11 Thread 1084266816 (LWP 14196)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  10 Thread 1083214144 (LWP 14195)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  9 Thread 1082161472 (LWP 14194)  0x0000003d5100bfbd in sem_wait ()
   from /lib64/libpthread.so.0
  8 Thread 1081108800 (LWP 14193)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  7 Thread 1080056128 (LWP 14192)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  6 Thread 1079003456 (LWP 14191)  0x0000003d5100a567 in 
pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  5 Thread 1077950784 (LWP 14190)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  4 Thread 1076898112 (LWP 14189)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  3 Thread 1075845440 (LWP 14188)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  2 Thread 1074792768 (LWP 14187)  0x0000003d5100a376 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
* 1 Thread 46912496308032 (LWP 14137)  0x00002aaaaf139be4 in 
java_lang_Throwable::fill_in_stack_trace ()
   from /usr/java/jdk1.6.0_03/jre/lib/amd64/server/libjvm.so
(gdb) 



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

Reply via email to