search for: client_command_context

Displaying 20 results from an estimated 42 matches for "client_command_context".

2006 Dec 10
2
segfault in RC15
...ze = 135099072 #4 0x805b395 in imap_fetch (ctx=0x80de088) at imap-fetch.c:265 ctx = (struct imap_fetch_context *) 0x80de088 handlers = (struct imap_fetch_context_handler *) 0x80de1a8 ret = 1 #5 0x8056e0b in cmd_fetch (cmd=0x80db044) at cmd-fetch.c:171 cmd = (struct client_command_context *) 0x80db044 client = (struct client *) 0x80db000 ctx = (struct imap_fetch_context *) 0x80de088 args = (struct imap_arg *) 0x80dc048 search_arg = (struct mail_search_arg *) 0x80de050 messageset = 0x25 <Address 0x25 out of bounds> ret = 135099072...
2008 Oct 16
2
Backtrace of /usr/local/libexec/dovecot/imap
...x84a2020 tv = {tv_sec = 1799, tv_usec = 999239} t_id = 2 msecs = <value optimized out> ret = 1 i = 0 j = 0 call = <value optimized out> #20 0x080de000 in io_loop_run (ioloop=0x849d9b0) at ioloop.c:320 No locals. #21 0x0806b47a in main (argc=) at main.c:293 No locals. $1 = (struct client_command_context *) 0x84a2088 $2 = (struct client_command_context *) 0x0 (gdb) quit ----- End forwarded message ----- -- Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) snickebo at charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...line */ unsigned int modseqs_sent_since_sync:1; + unsigned int output_squelch:1; /* APPLE - urlauth */ + unsigned int submit:1; /* APPLE - urlauth */ }; /* Create new client with specified input/output handles. socket specifies @@ -188,6 +190,9 @@ bool client_handle_unfinished_cmd(struct client_command_context *cmd); void client_continue_pending_input(struct client *client); +/* APPLE - catenate */ +bool client_skip_line(struct client *client); + void client_input(struct client *client); bool client_handle_input(struct client *client); int client_output(struct client *client); diff -Nur dovecot-1.2...
2009 Jul 30
1
virtual plugin - segfault body search
...uct fts_search_context *) 0x18c5580 #6 0x00000000004892ff in mailbox_search_init (t=0xea2830, args=0x1dbc518, sort_program=0x0) at mail-storage.c:735 No locals. #7 0x000000000042e8f5 in imap_search_start (ctx=0x75c7e0, sargs=0x1dbc518, sort_program=0x0) at imap-search.c:546 cmd = (struct client_command_context *) 0x75c6d8 wanted_fields = 0 wanted_headers = (struct mailbox_header_lookup_ctx *) 0x0 #8 0x000000000042207f in cmd_search (cmd=0x75c6d8) at cmd-search.c:50 ctx = (struct imap_search_context *) 0x75c7e0 sargs = (struct mail_search_args *) 0x1dbc518 arg...
2015 Dec 15
2
Assert failure in 2.2.20: imap-fetch.c:554 (ctx->client->output_cmd_lock || ctx->client->output_cmd_lock == cmd)
...= 0x736ac0 "150.11" name = 0x736ac8 "UID FETCH" args = 0x736ad8 "12663:12665 (BODY.PEEK[] BODYSTRUCTURE)" cmd_flags = COMMAND_FLAG_BREAKS_SEQS func = 0x437220 = &cmd_fetch(struct client_command_context *cmd) context = (nil) module_contexts = { arr = { buffer = 0x736a58 element_size = 8U } v = 0x736a58 v_modifiable = 0x736a58 } parser = 0x4d3d40 state...
2016 Apr 27
3
Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
Hi, Using 2.2.9 (ubuntu 14.04 LTS) and sending the following command, the server crashes when I try to delete an annotation: ? login ? C: 2 setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL) Apr 27 09:29:16 backend1 dovecot: imap-login: Login: user=<heiko>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6651, secured Apr 27 09:29:16 backend1
2006 Nov 23
1
rc15 dumped core
...age.c:504 t = (struct mailbox_transaction_context *) 0x14ef28 #7 0x0002b24c in imap_fetch_deinit (ctx=0x147150) at imap-fetch.c:340 handlers = (const struct imap_fetch_context_handler *) 0x147270 i = 2 count = 2 #8 0x00020284 in cmd_fetch_finish (ctx=0x147150) at cmd-fetch.c:80 cmd = (struct client_command_context *) 0x11fd8c ok_message = 0xf1090 "OK Fetch completed." failed = false partial = false #9 0x000207b4 in cmd_fetch (cmd=0x11fd8c) at cmd-fetch.c:188 client = (struct client *) 0x11fd48 ctx = (struct imap_fetch_context *) 0x147150 args = (struct imap_arg *) 0x145100 search_arg = (str...
2007 Feb 21
1
segv when Mailbox is in inconsistent state, please relogin.
...ostream.c:60 60 if (stream->closed) (gdb) bt full #0 o_stream_uncork (stream=0x0) at ostream.c:60 _stream = <value optimized out> #1 0x0805ba08 in _client_input (context=0x80df0f0) at client.c:431 client = (struct client *) 0x80df0f0 cmd = (struct client_command_context *) 0x80df134 #2 0x080ba550 in io_loop_handler_run (ioloop=0x80dd9b0) at ioloop-select.c:139 tv = {tv_sec = 0, tv_usec = 984000} io = (struct io *) 0x80df230 t_id = 2 ret = 1 #3 0x080b9868 in io_loop_run (ioloop=0x80dd9b0) at ioloop.c:284 No locals. #4 0x08063...
2007 Sep 02
4
IMAP: Disconnected: BUG: Unknown internal error (Dovecot 1.0.3)
Hi, I am getting the following error in the server mail logfile: > Sep 2 18:39:44 h648123 dovecot: IMAP(<account>)(<PID>): Disconnected: BUG: Unknown internal error (mail_debug is on, but there is not really much context for this in the log file, ie. no log events for several minutes, and then it appears, all of a sudden). On the client side, it looks like this (with some
2007 Jan 05
1
Crash in rc15
...cals. #9 0x0001e8a4 in cmd_delete (cmd=0xb7e14) at cmd-delete.c:44 client = (struct client *) 0xb812d storage = (struct mail_storage *) 0xb7c08 mailbox = (struct mailbox *) 0xbf1a8 name = 0xb8128 "~-~-~" #10 0x0002287c in _client_input (context=0xb7dd0) at client.c:381 cmd = (struct client_command_context *) 0xb7e14 ret = 124928 #11 0x0007e3bc in io_loop_handler_run (ioloop=0xb56c8) at ioloop-poll.c:199 ctx = (struct ioloop_handler_context *) 0xb5700 pollfd = (struct pollfd *) 0x2 tv = {tv_sec = 9, tv_usec = 990017} io = (struct io *) 0xb6658 t_id = 2 msecs = 9990 ret = 0 call = true #12 0x...
2006 Jan 14
1
[BUG] Thread command
...args_count = <value optimized out> pool = 0x80ea930 error = <value optimized out> charset = 0x80c5f48 "UTF8" str = 0x80c5f38 "REFERENCES" #4 0x0805a271 in _client_input (context=0x80c5bf0) at client.c:338 cmd = (struct client_command_context *) 0x80c5c34 ret = <value optimized out> #5 0x080a91c8 in io_loop_handler_run (ioloop=0x80c49b0) at ioloop-epoll.c :250 ctx = <value optimized out> event = (struct epoll_event *) 0x80c4a00 io = (struct io *) 0x80c5da8 tv = {tv_sec = 0, tv_usec =...
2010 Jun 14
1
Patch to fix leak in imap_refresh_proctitle in beta[5, 6]
...le + 218 -> 7 imap 0x00000001058666ce cmd_sync_continue + 199 -> [...] Here is a patch to fix it: --- a/src/imap/main.c (beta6) +++ b/src/imap/main.c (working copy) @@ -39,11 +39,12 @@ #define IMAP_PROCTITLE_PREFERRED_LEN 80 struct client *client; struct client_command_context *cmd; - string_t *title = t_str_new(128); + string_t *title; if (!verbose_proctitle) return; + title = str_new(default_pool, 128); str_append_c(title, '['); switch (imap_client_count) { case 0: @@ -72,6 +73,7 @@ } str_append_c(title, ']'); process_title_set(str_...
2005 May 26
0
Core dumps when opening an IMAP folder (Was: Re: 1.0-test70)
...cmd_name = 0x3c0210f8 "SEARCH" #10 0x1c01023b in client_handle_input (cmd=0x3c020040) at client.c:334 client = (struct client *) 0x3c020000 #11 0x1c010369 in _client_input (context=0x3c020000) at client.c:383 client = (struct client *) 0x3c020000 cmd = (struct client_command_context *) 0x3c020040 #12 0x1c050a68 in io_loop_handler_run (ioloop=0x3c01d000) at ioloop-poll.c:184 data = (struct ioloop_handler_data *) 0x3c0110a0 pollfd = (struct pollfd *) 0x3c01e000 tv = {tv_sec = 7, tv_usec = 9219} io = (struct io *) 0x3c0111c0 t_id = 2...
2009 Jan 05
1
writing a dovecot plugin / segfault
...ys ago with a slightly older version of dovecot, and until I did some unknown thing, it worked quite well...) to make the whole thing work. One example function is (just testing at the moment): /* MYRIGHTS <folder>: retreive the rights of the current folder */ static bool cmd_myrights(struct client_command_context *cmd) { struct mail_storage *storage; struct mailbox *folder; const char *folder_name; string_t *response; /* read argument: <folder> */ if (!client_read_string_args(cmd, 1, &folder_name)) return FALSE; /* work done from here... */ /* for the moment, do a dummy respons...
2010 Jun 08
1
Dovecot v2.0.beta5 (2d6cf78982dc): Crashes upon client login
...id_max = 0 time_msecs = <value optimized out> tryagain = false lost_data = false __FUNCTION__ = "cmd_search_more" #5 0x0000000000416484 in imap_search_start (ctx=0x1d584e0, sargs=0x1d65698, sort_program=0x0) at imap-search.c:550 cmd = (struct client_command_context *) 0x1d583d8 wanted_fields = 0 wanted_headers = (struct mailbox_header_lookup_ctx *) 0x0 #6 0x000000000040d443 in cmd_search (cmd=0x1d583d8) at cmd-search.c:45 ctx = <value optimized out> sargs = (struct mail_search_args *) 0x1d65698 args = (const stru...
2010 Jan 28
0
assertion mail-transaction-log-view.c
...ctx = (struct imap_sync_context *) 0x12bf78b0 __PRETTY_FUNCTION__ = "imap_sync_init" #10 0x0000000000428634 in cmd_sync_delayed (client=<value optimized out>) at imap-sync.c:592 cmd = <value optimized out> first_expunge = <value optimized out> first_nonexpunge = (struct client_command_context *) 0x80 __PRETTY_FUNCTION__ = "cmd_sync_delayed" #11 0x0000000000420c5e in client_handle_input (client=0x12beed40) at client.c:729 remove_io = false handled_commands = true __PRETTY_FUNCTION__ = "client_handle_input" #12 0x000000000042164f in client_input (client=0x12beed40) at...
2008 Oct 06
2
Dovecot 1.1.4 crash
...lient.c:645 size = 25 #8 0x0041cde0 in client_handle_input (client=0x10015e18) at client.c:680 _data_stack_cur_id = 3 ret = 24 remove_io = false handled_commands = false #9 0x0041d01c in client_input (client=0x10015e18) at client.c:725 cmd = (struct client_command_context *) 0x0 output = (struct ostream *) 0x10015ff8 bytes = 25 #10 0x004ec54c in io_loop_handler_run (ioloop=0x10012938) at ioloop-poll.c:204 ctx = (struct ioloop_handler_context *) 0x10012a30 pollfd = (struct pollfd *) 0x2 tv = {tv_sec = 4, tv_usec = 747645}...
2006 Dec 14
2
604995471 7500 routers / upgrade issue
Hi Benjamin: I think that the following link will give you an idea for what you need to know: http://www.cisco.com/warp/customer/620/roadmap_b.shtml This is for the naming: http://www.cisco.com/en/US/products/sw/iosswrel/ps1818/products_tech_note09186a0080101cda.shtml In this case 11.1CC goes to 12.0T and 12.0T migrate to 12.1 mainline. Do not you worry you will not loose anything with the new
2007 Feb 20
3
rc22 segv when over quota
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I just pulled and built version 1.0.rc22 root at ux-2s11-9:/mnt/mailcache/dvtest/MailDir# dovecot -n # /usr/local/etc/dovecot.conf log_path: /var/tmp/dovecot.log info_log_path: /var/tmp/dovecot.info ssl_disable: yes disable_plaintext_auth: no verbose_ssl: yes login_dir: /usr/local/var/run/dovecot/login login_executable:
2008 Jan 26
2
dovecot HEAD, assertion failed after 7193:e5af14239137 changeset
...0xcfbee7db) at client.c:601 size = 36 #16 0x1c0161f5 in client_handle_input (client=0x86fe3180) at client.c:636 _data_stack_cur_id = 3 remove_io = false handled_commands = false #17 0x1c0162b6 in client_input (client=0x86fe3180) at client.c:674 cmd = (struct client_command_context *) 0x24 bytes = 36 #18 0x1c07adb4 in io_loop_handler_run (ioloop=0x86bdf0e0) at ioloop-kqueue.c:149 ctx = (struct ioloop_handler_context *) 0x89236030 events = (struct kevent *) 0x86bdf360 tv = {tv_sec = 3, tv_usec = 424767} ts = {tv_sec = 3, tv_nsec = 42476...