Displaying 6 results from an estimated 6 matches for "line_str".
2018 Nov 30
1
Xapian Benchmark results
...optimizations in my code. Awaiting your response.
Regards,
Krishna Bharadwaj
-------------- next part --------------
#define NUM_THREADS 4
void parallel_index(int tid, int num_threads,vector<string> documents,Xapian::WritableDatabase *db )
{
int i =0;
char line[2048];
string line_string;
Xapian::TermGenerator indexer;
Xapian::Stem stemmer("english");
indexer.set_stemmer(stemmer);
// doc.set_data("content");
indexer.set_stemming_strategy(Xapian::TermGenerator::STEM_SOME);
Xapian::WritableDatabase database = *db;
try{
for(i=0;i<d...
2017 Apr 27
2
[DWARFv5] The new line-table section header
...is essentially how the v4 directory table is encoded.) However,
because of the FORM code, we now have whole new worlds of complication
regarding where the actual string might be. We might have DW_FORM_strp
which puts the actual string in the .debug_string section; eventually we
could have DW_FORM_line_str (pointing to .debug_line_str) or even
DW_FORM_strx (indirecting through .debug_str_offsets).
Conveniently, we have the DWARFFormValue class which knows how to decode
data based on what the form code is.
Inconveniently, DWARFFormValue assumes it is looking at a .debug_info
section, and picks up it...
2009 Mar 03
4
failed assertion in 1.1.8: istream.c: line 81
Hello,
We're having a problem in Dovecot 1.1.8 with a failed assertion on
certain mbox format mailboxes. It happens both with deliver when it
attempts to delier to the mailbox, and with IMAP connections for the
affected box (though I'm not sure what they're doing at the time).
Mar 3 12:55:26 <snip> dovecot: Panic: IMAP(<snip>): file istream.c:
line 81 (i_stream_read):
2008 Oct 16
2
dovecot 1.1.4 maildir imap segfault in message_parse_header_next
I've tried to stress test dovecot 1.1.4 with imaptest for days without
any assertion failure or crash.
Just some "got too little data" messages.
So far it's the most stable 1.1.x version.
Today a user got this imap segfault with vanilla 1.1.4 (I don't know
if it's something you have already fixed in current tree).
The user didn't complain of anything, I've just
2008 Sep 16
2
assertion failure in current hg, file istream.c: line 303 (i_stream_read_data): assertion failed: (stream->stream_errno != 0) (1.1.3 was working fine)
Today I updated to current dovecot-1.1 hg tree and I got many of these
assertion failures:
file istream.c: line 303 (i_stream_read_data): assertion failed:
(stream->stream_errno != 0)
(gdb) bt full
#0 0x00352402 in __kernel_vsyscall ()
No symbol table info available.
#1 0x0043ed20 in raise () from /lib/libc.so.6
No symbol table info available.
#2 0x00440631 in abort () from /lib/libc.so.6
2005 Sep 07
0
1.0alpha1: new assert/core
...losed = 0, seekable = 0, eof = 0, real_stream = 0xb95c8},
fd = -1,
buffer = 0xb97c0 "X-Colby-MailScanner-From: gypsywolf at usadatanet.net\r\n\r\nypsywolf at usadatanet.net\r\n\r\ne Mail (2.482)\r\n003938F39A6 at usadatanet.net>\r\n16098F4F\r\n[66.218.28.113])\r\n", w_buffer = 0x0, line_str = 0x0,
buffer_size = 0, abs_start_offset = 0, statbuf = {st_dev = 0, st_pad1 = {0,
0, 0}, st_ino = 0, st_mode = 0, st_nlink = 0, st_uid = 0, st_gid = 0,
st_rdev = 0, st_pad2 = {0, 0}, st_size = -1, st_atim = {
tv_sec = 1126037478, tv_nsec = 0}, st_mtim = {tv_sec = 1126037478,...