Displaying 4 results from an estimated 4 matches for "map_r".
2009 Aug 11
1
dovecot-1.2.3 (managesieve) crash with backtrace
...rtion failed: (%s)",
args=0xbf98d2f4 "?X\021\bj") at failures.c:440
No locals.
#5 0x080efe29 in i_panic (
format=0x81084ec "file %s: line %d (%s): assertion failed: (%s)")
at failures.c:207
No locals.
#6 0x080c839b in tview_lookup_full (view=0x9425230, seq=1, map_r=0xbf98d3f8,
expunged_r=0xbf98d3c7) at mail-index-transaction-view.c:106
rec = (const struct mail_index_record *) 0x9434838
#7 0x080cea95 in view_lookup_ext_full (view=0x9425230, seq=1, ext_id=4,
map_r=0xbf98d3f8, data_r=0xbf98d3f4, expunged_r=0xbf98d3c7)
at mail-index-view.c:414
re...
2005 Jun 08
2
Debugging test72
...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=0x1300e2078, data_r=0x1200c4f14)
at mail-index-view.c:561
#3 0x12005912c in mail_index_lookup_keywords (view=0x1200c4e00, seq=0,
ke...
2013 Apr 09
1
2.2.0rc6: crash with mailbox_list_index=yes (and virtual?)
...x4a54 out of bounds>) at failures.c:263
ctx = {type = LOG_TYPE_PANIC, exit_status = 0, timestamp = 0x0}
args = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffbea0ab90, reg_save_area = 0x7fffbea0aad0}}
#5 0x00007fca027adb5e in view_lookup_full (view=0x15def10, seq=0, map_r=0x7fffbea0abf8, expunged_r=0x7fffbea0ac3f) at mail-index-view.c:169
broken_rec = {uid = 0, flags = 0 '\000'}
rec = <value optimized out>
head_rec = <value optimized out>
__FUNCTION__ = "view_lookup_full"
#6 0x00007fca027ae238 in view_lo...
2011 Apr 04
0
[PATCH] linux-2.6.18/backends: use xenbus_be.ko interfaces instead of open-coding them
Also remove unused xenbus_{,un}map_ring(), adjust types, and clean up
header inclusion.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- a/drivers/xen/blkback/blkback.c
+++ b/drivers/xen/blkback/blkback.c
@@ -41,6 +41,8 @@
#include <linux/list.h>
#include <linux/delay.h>
#include <xen/balloon.h>
+#incl...