search for: perl_runops_standard

Displaying 6 results from an estimated 6 matches for "perl_runops_standard".

2007 Nov 08
1
Perl make test fails on threads in rhel5
Hi all, I've tried building RPMs for RHEL5 and hit this problem in Search::Xapian: make test fails on test 37: ok 34 - check PositionIterator ok 35 - create TermIterator ok 36 - check TermIterator dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 37-65 Failed 29/65 tests, 55.38% okay $ xapian-config --version xapian-config - xapian-core 1.0.4 $ cat
2007 Nov 14
1
Problem indexing text with spelling enabled in Perl
...2d68, itor=@0xbff9779c, weight=3, prefix=@0xbff977ac) at queryparser/ termgenerator.cc:90 #3 0xb7c6b6d6 in XS_Search__Xapian__TermGenerator_index_text () from /usr/local/lib/perl5/site_perl/5.8.8/i686-linux/auto/Search/ Xapian/Xapian.so #4 0x080acc85 in Perl_pp_entersub () #5 0x080ab9ae in Perl_runops_standard () #6 0x08060ed0 in perl_run () #7 0x0805dc19 in main () It seems like there's a ref counting problem with the term, but its in C++ templates and I can't quite figure out what's wrong. Any ideas to try? I'm not quite yet re-subscribed to the list yet, but I'm working on...
2007 Dec 17
1
Crashes with spelling enabled and perl.
...rser/ termgenerator.cc:90 #3 0x0017100e in XS_Search__Xapian__TermGenerator_index_text (my_perl=0x9c78008, cv=0x9d7f7e8) at /usr/local/include/xapian/ termgenerator.h:115 #4 0x00c3142d in Perl_pp_entersub () from /usr/lib/perl5/5.8.8/i386- linux-thread-multi/CORE/libperl.so #5 0x00c2a88f in Perl_runops_standard () from /usr/lib/perl5/5.8.8/ i386-linux-thread-multi/CORE/libperl.so #6 0x00bd010e in perl_run () from /usr/lib/perl5/5.8.8/i386-linux- thread-multi/CORE/libperl.so #7 0x0804921e in main () Any help would be great as I'm excited to get spelling correction working. Thanks, Rusty -- Rus...
2012 Apr 21
2
nfsen daemon dies for unknown reason
...bpthread.so.0 (gdb) backtrace full #0 0x000000372ac0df15 in send () from /lib64/libpthread.so.0 No symbol table info available. #1 0x000000372c0cf063 in Perl_pp_send () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so No symbol table info available. #2 0x000000372c08a39e in Perl_runops_standard () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so No symbol table info available. #3 0x000000372c0380ba in perl_run () from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so No symbol table info available. #4 0x00000000004017bc in main () No symbol table info...
2020 Aug 23
2
MultiDatabase shard count limitations
...[.] Perl_call_sv 0.06% /mnt/btr/public perl [.] Perl_pp_nextstate 0.06% perl perl [.] Perl_ck_stringify 0.06% /mnt/btr/public ld-2.28.so [.] _dl_relocate_object 0.06% /mnt/btr/public perl [.] Perl_runops_standard 0.06% script/public-i perl [.] Perl_pp_pushmark 0.06% /mnt/btr/public perl [.] Perl_re_op_compile 0.06% script/public-i libxapian.so.30.8.0 [.] Xapian::Internal::QueryTerm::gather_terms 0.06% /mnt/btr/public perl [.] S_hsp...
2020 Aug 21
2
MultiDatabase shard count limitations
Going back to the "prioritizing aggregated DBs" thread from February 2020, I've got 390 Xapian shards for 130 public inboxes I want to search against(*). There's more on the horizon (we're expecting tens of thousands of public inboxes). After bumping RLIMIT_NOFILE and running ->add_database a bunch, the actual queries seem to be taking ~30s (not good :x). Now I'm