Displaying 4 results from an estimated 4 matches for "chert_tabl".
Did you mean:
chert_table
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...rporation. All rights reserved.
link.exe @C:\Users\qwerty\AppData\Local\Temp\nmD882.tmp
libbrass.lib(brass_table.obj) : error LNK2019: unresolved external symbol
_inflateEnd referenced in function "public: __thisc
all BrassTable::~BrassTable(void)" (??1BrassTable@@QAE at XZ)
libchert.lib(chert_table.obj) : error LNK2001: unresolved external symbol
_inflateEnd
libflint.lib(flint_table.obj) : error LNK2001: unresolved external symbol
_inflateEnd
libbrass.lib(brass_table.obj) : error LNK2019: unresolved external symbol
_deflateEnd referenced in function "public: __thisc
all BrassTable::~Bra...
2011 Jan 24
2
Memory leak
...is happens only on the production system. On my local maschine,
"valgrind" reports "all blocks freed".
Thanks a lot
Marcus
total-size count source
294912 36 Line 64 of "backends/chert/chert_cursor.cc"
122880 15 Line 2070 of "backends/chert/chert_table.cc"
26021 5 Line 262 of "backends/chert/chert_btreebase.cc"
26021 5 Line 263 of "backends/chert/chert_btreebase.cc"
2056 1 Line 358 of "backends/dbfactory.cc"
1836 17 Line 383 of "./include/xapian/weight.h&quo...
2011 Jul 13
1
Feature request: Determining source index of xapian-compact DatabaseError exception
...-compact allows you to pass many paths on the command-line it
would be very useful to always emit the index path currently being processed
in any error thrown, thus allowing for easy identification of problems in
data.
I've hacked the source a bit in a few areas (by using std::string name from
chert_table.h) to emit *something* useful, eg in ChertTable::read_block():
string message = "Error reading block " + str(n) + ": ";
message += strerror(errno);
+ message += " (current_path: " + name + ")";
throw Xapian::DatabaseError(message);...
2017 Mar 15
2
xapian core missing link to math on MSYS2
...nds/chert/.libs/chert_modifiedpostlist.o backends/chert/.libs/chert_positionlist.o backends/chert/.libs/chert_postlist.o backends/chert/.libs/chert_record.o backends/chert/.libs/chert_spelling.o backends/chert/.libs/chert_spellingwordslist.o backends/chert/.libs/chert_synonym.o backends/chert/.libs/chert_table.o backends/chert/.libs/chert_termlist.o backends/chert/.libs/chert_termlisttable.o backends/chert/.libs/chert_valuelist.o backends/chert/.libs/chert_values.o backends/chert/.libs/chert_version.o backends/glass/.libs/glass_alldocspostlist.o backends/glass/.libs/glass_alltermslist.o backends/glass/....