Displaying 6 results from an estimated 6 matches for "perl_pp_entersub".
2007 Nov 14
1
Problem indexing text with spelling enabled in Perl
...:TermGenerator::index_text (this=0x9b12d68,
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...
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
2008 May 02
1
How to use perl bindings for dtrace on macosx leopard ?
According to this page,
http://www.apple.com/macosx/technology/unix.html
In addition, Java, Ruby, Python, and Perl have been extended to support DTrace, providing unprecedented access for monitoring the performance characteristics of those languages.
When I do dtrace -l | grep -i perl on MacOSX 10.5.2. I don''t see any perl providers so I am not sure how I could monitor perl scripts via
2007 Dec 17
1
Crashes with spelling enabled and perl.
...n::TermGenerator::index_text (this=0x9c94cd0,
itor=@0xbf84702c, weight=1, prefix=@0xbf84703c) at queryparser/
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 ma...
2020 Aug 23
2
MultiDatabase shard count limitations
...libc-2.28.so [.] malloc
0.14% script/public-i libxapian.so.30.8.0 [.] OrPostList::check
0.13% script/public-i libm-2.28.so [.] __ieee754_log_fma4
0.13% script/public-i perl [.] Perl_hv_common
0.13% script/public-i perl [.] Perl_pp_entersub
0.13% perl perl [.] Perl_sv_clear
0.13% perl libc-2.28.so [.] _int_free
0.12% /mnt/btr/public perl [.] Perl_lex_read_space
0.12% /mnt/btr/public libc-2.28.so [.] _int_realloc
0.12% /mnt/btr/publi...
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