Displaying 7 results from an estimated 7 matches for "idx_r".
2014 Apr 25
1
Segfault in auth (when talked to by postfix lda)
...ns = " zlib zlib imap_zlib antispam stats imap_stats"
}
----8<---- backtrace -------
Core was generated by `dovecot/auth'.
Program terminated with signal 11, Segmentation fault.
#0 auth_fields_find_idx (fields=fields at entry=0x0, key=key at entry=0xb84ae448 "uid",
idx_r=idx_r at entry=0xbfc07d0c) at auth-fields.c:44
44 auth-fields.c: No such file or directory.
(gdb) bt full
#0 auth_fields_find_idx (fields=fields at entry=0x0, key=key at entry=0xb84ae448 "uid",
idx_r=idx_r at entry=0xbfc07d0c) at auth-fields.c:44
i = <optimized out>...
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi,
I have rewritten the patches I submitted earlier today for the CVS
HEAD. Some of the changes were already committed months ago.
On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote:
> That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it
> is mostly because I wanted to keep bsearch() API. If it can't return
> void * then maybe it could be
2009 Dec 10
1
Compile problem on AIX with dovecot 1.2 rev 10449:a164075ea33a
...ine 39.9: 1506-236 (W) Macro name array_bsearch has been redefined.
"../../src/lib/bsearch-insert-pos.h", line 39.9: 1506-358 (I) "array_bsearch" is defined on line 285 of ../../src/lib/array.h.
"mail-index-transaction.c", line 34.16: 1506-045 (S) Undeclared identifier idx_r.
gmake[3]: *** [mail-index-transaction.lo] Error 1
gmake[3]: Leaving directory `/usr/sadmin/src/imapservers/dovecothg/dovecot-2.0psu/src/lib-index'
thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature...
2005 Jun 08
2
Debugging test72
...jects.dovecot), I get behavior like this (in
GDB). Any clue what might be going wrong?
Here's where a SIGABRT happens:
280 return array->buffer->used / array->element_size;
This is the stack trace:
(gdb) where
#0 mail_index_map_get_ext_idx (map=0x1200c0db0, ext_id=0, idx_r=0x11ffe828)
at ../../src/lib/array.h:280
#1 0x120058dcc in _view_lookup_ext_full (view=0x1200c0db0, seq=0, ext_id=0,
map_r=0x11ffe898, data_r=0x11ffe8a0) at mail-index-view.c:395
#2 0x120059468 in mail_index_lookup_ext_full (view=0x1301100d4, seq=0,
ext_id=301983784, map_r=0x1300e2...
2019 Jul 30
0
dovecot/imap crashes on Centos 7
...? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??#1? array_get_i (count_r=<synthetic pointer>, array=0x55b332a1f8f8) at array.h:209? ? ? ? ? ? ? ? ? ? ??No locals.? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??#2? seq_range_lookup (array=0x55b332a1f8f8, seq=7715, idx_r=0x7ffe5d719574) at seq-range-array.c:14? ? ?? ? ? ? data = <optimized out>? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??? ? ? ? idx = <optimized out>? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? left_idx = <optimized ou...
2019 Oct 10
0
Dovecot core debug
...blem in that version.
Here is the full back trace:
#0 0x00007f8d40636e58 in array_count_i (array=0x557be80cc168) at
array.h:155
No locals.
#1 array_get_i (count_r=<synthetic pointer>, array=0x557be80cc168) at
array.h:209
No locals.
#2 seq_range_lookup (array=0x557be80cc168, seq=2222, idx_r=0x7ffead4141d4)
at seq-range-array.c:14
data = <optimized out>
idx = <optimized out>
left_idx = <optimized out>
right_idx = <optimized out>
count = <optimized out>
#3 0x00007f8d406379ae in seq_range_exists (array=array at...
2007 Aug 04
3
A few dovecot 1.1 bugs - sort, flag reset and etc.
...8093eff in sort_node_cmp_no_sort_id (p1=0xbfff9f20,
p2=0x8d3d850) at index-sort.c:309
No locals.
---Type <return> to continue, or q <return> to quit---
#13 0x080bd794 in bsearch_insert_pos (key=0xbfff9f20, base=0x8d3d798,
nmemb=46, size=8, cmp=0x8093ee0 <sort_node_cmp_no_sort_id>,
idx_r=0xbfff9f1c) at bsearch-insert-pos.c:20
p = (const void *) 0x0
idx = 23
left_idx = 0
right_idx = 46
ret = 0
#14 0x08094660 in index_sort_headers (program=0x8d3d330, last_seq=52)
at index-sort.c:590
node = {seq = 47, sort_id = 0}
count = 46...