Skip to content

Instantly share code, notes, and snippets.

@tgrabiec
Created May 20, 2010 15:00
Show Gist options
  • Save tgrabiec/407665 to your computer and use it in GitHub Desktop.
Save tgrabiec/407665 to your computer and use it in GitHub Desktop.
[Query13] SIGSEGV at EIP 0806bbce while accessing memory address 215eb83c.
[Query13] Registers:
[Query13] eax: 215eb834 ebx: 0da2ef38 ecx: a7500010 edx: a4200000
[Query13] esi: a4215ec8 edi: a4215ed0 ebp: a73fa30c esp: a73fa2e4
[Query13] Native and Java stack trace:
[Query13] [<0806bbce>] native : interval_add_range+3f (/home/tomek/projects/jato/jato/jit/interval.c:354)
[Query13] [<0806d130>] native : ./jato(analyze_liveness+0x384) [0x806d130]
[Query13] [<08069d49>] native : compile+f1 (/home/tomek/projects/jato/jato/jit/compiler.c:88)
[Query13] [<08070f87>] native : ./jato(jit_magic_trampoline+0x10f) [0x8070f87]
[Query13] [<a785efac>] trampoline : org/apache/lucene/index/SegmentTermEnum.next(SegmentTermEnum.java:111)
[Query13] [<a787da6d>] jit : org/apache/lucene/index/TermInfosReader.ensureIndexIsRead(TermInfosReader.java:97)
[Query13] [<a787d703>] jit : org/apache/lucene/index/TermInfosReader.get(TermInfosReader.java:136)
[Query13] [<a787d65e>] jit : org/apache/lucene/index/SegmentReader.docFreq(SegmentReader.java:300)
[Query13] [<a787d60e>] jit : org/apache/lucene/search/IndexSearcher.docFreq(IndexSearcher.java:78)
[Query13] [<a787d577>] jit : org/apache/lucene/search/Similarity.idf(Similarity.java:255)
[Query13] [<a787d47f>] jit : org/apache/lucene/search/TermQuery$TermWeight.<init>(TermQuery.java:43)
[Query13] [<a787d3d4>] jit : org/apache/lucene/search/TermQuery.createWeight(TermQuery.java:142)
[Query13] [<a787d0b8>] jit : org/apache/lucene/search/Query.weight(Query.java:93)
[Query13] [<a787cf60>] jit : org/apache/lucene/search/Hits.<init>(Hits.java:41)
[Query13] [<a787ce88>] jit : org/apache/lucene/search/Searcher.search(Searcher.java:44)
[Query13] [<a787ce23>] jit : org/apache/lucene/search/Searcher.search(Searcher.java:36)
[Query13] [<a78627f7>] jit : dacapo/lusearch/LusearchHarness$QueryThread.runQuery(LusearchHarness.java:182)
[Query13] [<a78617ab>] jit : dacapo/lusearch/LusearchHarness$QueryThread.run(LusearchHarness.java:159)
[Query13] [<a7861505>] jit : java/lang/VMThread.run(VMThread.java:120)
[Query13] [<0805c6e7>] native : do_native_call+4f (/home/tomek/projects/jato/jato/arch/x86/call.c:43)
[Query13] [<0805c77f>] native : native_call+6e (/home/tomek/projects/jato/jato/arch/x86/call.c:119)
[Query13] [<0807637e>] native : call_method_a+37 (/home/tomek/projects/jato/jato/vm/call.c:54)
[Query13] [<08076432>] native : vm_call_method_v+5b (/home/tomek/projects/jato/jato/vm/call.c:69)
[Query13] [<08081614>] native : vm_call_method+16b47 (/home/tomek/projects/jato/jato/include/vm/call.h:60)
[Query13] [<0808169c>] native : vm_thread_entry+30 (/home/tomek/projects/jato/jato/vm/thread.c:250)
[Query13] [<0808ee78>] native : exception_check+271ff (arch/x86/unwind_32.S:75)
[Query13] [<004b180d>] native : /lib/tls/i686/cmov/libpthread.so.0 [0x4b180d]
[Query13] [<006758dd>] native : /lib/tls/i686/cmov/libc.so.6(clone+0x5d) [0x6758dd]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment