Displaying 8 results from an estimated 8 matches for "unknown_charset".
2005 Jul 13
0
Search with specified charset
...orig Mon Jan
31 16:37:55 2005
+++ dovecot-1.0-stable/src/lib-charset/charset-iconv.c Wed Jul 13
21:47:03 2005
@@ -36,9 +36,17 @@
ascii = FALSE;
cd = iconv_open("UTF-8", charset);
if (cd == (iconv_t)-1) {
- if (unknown_charset != NULL)
- *unknown_charset = TRUE;
- return NULL;
+ /* Try matching charset without "ISO" prefix */
+ if (strncasecmp(charset, "ISO-", 4) == 0 ||
+ strncase...
2005 Sep 19
0
1.0alpha2: two asserts/cores
...h_ctx (ctx=0xffbff3dc, input=0xb9ca0,
part=0xb21d8) at message-body-search.c:395
395 i_stream_skip(input, part->physical_pos - input->v_offset);
(gdb) print *ctx
$1 = {pool = 0x0, key = 0x98f00 "MEETING", key_len = 7,
charset = 0xa9788 "US-ASCII", unknown_charset = 0, search_header = 0}
(gdb) print *input
$2 = {v_offset = 1530, stream_errno = 0, mmaped = 0, closed = 0, seekable = 0,
eof = 0, real_stream = 0xb9c78}
(gdb) print *part
$3 = {parent = 0xb2188, next = 0x0, children = 0xb2228, physical_pos = 1500,
header_size = {physical_size = 857, virtual_si...
2006 Sep 20
1
dovecot rc7 assert, core
...sage-body-search.c:395
395 i_stream_skip(input, part->physical_pos - input->v_offset);
(gdb) print *ctx
$1 = {pool = 0x66696c65, key = 0x2025733a <Address 0x2025733a out of bounds>, key_len = 543975790,
charset = 0x65202564 <Address 0x65202564 out of bounds>, unknown_charset = 0, search_header = 0}
(gdb) print *input
$2 = {v_offset = 7882833662174520621, stream_errno = 1651467385, mmaped = 0, closed = 0, seekable = 1, eof = 0,
real_stream = 0x7263682e}
(gdb) print *part
Cannot access memory at address 0x189
(gdb) print part
$3 = (const struct message_part *) 0x189
(g...
2003 Dec 17
2
Assert in Fedora dovecot-0.99.10.4-1
Hello,
I'm seeing this in my dovecot log file:
imap(blair): Dec 16 13:53:06 Panic: file istream.c: line 93
(i_stream_set_read_limit): assertion failed:
(stream->v_size == 0 || v_offset <= stream->v_size)
I get this consistently when I search for the string
"unknown C primitive"
across 10 mailboxes using the Windows Netscape 4.80 client.
If there's any more
2005 Dec 19
0
alpha5: assert and core
...search_ctx (ctx=0xffbff3d4, input=0xc2410,
part=0xba738) at message-body-search.c:415
415 if (message_search_body(&part_ctx, input, part))
(gdb) print *ctx
$1 = {pool = 0x0, key = 0xa1a50 "JETBLUE", key_len = 7,
charset = 0xab498 "US-ASCII", unknown_charset = 0, search_header = 0}
(gdb) print *input
$2 = {v_offset = 939, stream_errno = 0, mmaped = 0, closed = 0, seekable = 0,
eof = 0, real_stream = 0xc23e8}
(gdb) print *part
$3 = {parent = 0x0, next = 0x0, children = 0x0, physical_pos = 0,
header_size = {physical_size = 909, virtual_size = 909, li...
2004 Dec 20
1
panic with search
...age_search_body (ctx=0xbffffa00, input=0x80de170, part=0x80dede0) at message-body-search.c:336
#11 0x080a1135 in message_body_search_ctx (ctx=0xbffffa60, input=0x80ddf08, part=0x80dede0) at message-body-search.c:408
#12 0x080a11ff in message_body_search (key=0x80d4f60 "hoge", charset=0x0, unknown_charset=0xbffffabc, input=0x80ddf08, part=0x80dede0,
search_header=0) at message-body-search.c:433
#13 0x0807f58a in search_body (arg=0x80d4f38, context=0xbffffb40) at index-search.c:467
#14 0x08098278 in search_arg_foreach (arg=0x80d4f38, callback=0x807f4f0 <search_body>, context=0xbffffb40) at...
2005 Oct 18
1
1.0alpha3: assert and core
...cal_size = 1890, virtual_size = 1930, lines = 0},
body_size = {physical_size = 2680, virtual_size = 2764, lines = 84},
flags = 72, context = 0x0}
(gdb) print found
$4 = 0
(gdb) print *ctx
$5 = {pool = 0x0, key = 0x990f0 "SPECTOR", key_len = 7,
charset = 0xabd38 "US-ASCII", unknown_charset = 0, search_header = 0}
(gdb) quit
%exit
exit
script done on Tue Oct 18 10:51:07 2005
2005 Sep 07
0
1.0alpha1: new assert/core
...h_ctx (ctx=0xffbff3f4, input=0xb95f0,
part=0xb1968) at message-body-search.c:395
395 i_stream_skip(input, part->physical_pos - input->v_offset);
(gdb) print *ctx
$1 = {pool = 0x0, key = 0x98bd0 "LOBSTER", key_len = 7,
charset = 0xa9460 "US-ASCII", unknown_charset = 0, search_header = 0}
(gdb) print *input
$2 = {v_offset = 1387, stream_errno = 0, mmaped = 0, closed = 0, seekable = 0,
eof = 0, real_stream = 0xb95c8}
(gdb) print part *part
$3 = {parent = 0xb1918, next = 0xb19b8, children = 0x0, physical_pos = 1384,
header_size = {physical_size = 93, vir...