Displaying 10 results from an estimated 10 matches for "potapov".
Did you mean:
natapov
2015 May 10
8
[Bug 90390] New: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000
https://bugs.freedesktop.org/show_bug.cgi?id=90390
Bug ID: 90390
Summary: [NV98] Modesetting causes blank screen because of
INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data
0x00000000
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
2012 Dec 19
1
Path for fixing sequence lookup of newly created mails in transaction view
Hi!
It seem that tview_lookup_seq_range works incorret, if I request uids from 3 to 3, and I have new uids 1,2,4,5 it will return seq for uid=4. Fixing patch is included as attach.
------
Sergey Potapov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_tview_lookup_seq_range.patch
Type: text/x-diff
Size: 894 bytes
Desc: fix_tview_lookup_seq_range.patch
URL: <http://dovecot.org/pipermail/dovecot/attachments/20121219/504ab1df/attachment-0004.bin>
2005 Apr 08
2
About sockets in "CLOSING" state
Hi,
I have met the problem: when I use the shaping discipline
tc qdisc add dev ppp0 parent 1:2 tbf latency 50ms burst 1450 rate 50kbit
one of my application (namely, "aMule") starts leaving sockets in
"CLOSING" state. These sockets accumulate and do not disappear.
Eventually I have so many of these dead sockets that the kernel warns
"Out of socket memory" in
2013 Dec 03
1
Error in imap_address_arg_append
Hi
Function imap_envelope_parse return incorrect result for addresses with groups due to error in imap_address_arg_append because of with ", " is added after group name and before first mailbox.
Patch for dovecot v2.1 in attach.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imap-envelope.patch
Type: application/octet-stream
Size: 1455 bytes
Desc:
2014 Jul 23
1
Maybe error in login-common/login-proxy.c/proxy_client_input
Hi!
It seems that o_stream_cork should be done on proxy->server_output but not on proxy->client_output.
o_stream_cork(proxy->client_output);
ret2 = o_stream_send(proxy->server_output, buf, ret);
o_stream_uncork(proxy->server_output);
2007 Oct 26
0
Wine release 0.9.48
...resource file.
comdlg32: Do not crash with PageSetupDlg(NULL).
include/commdlg: Add more defines for PrintDlg/PrintDlgEx.
ntdll: Dump the base address when a module is loaded.
comdlg32: Improve stub for PrintDlgEx.
comdlg32/tests: Initial tests for PrintDlgExW.
Dmitry Potapov (1):
cmd: copy: Fix "Path not found" error.
Dmitry Timoshkov (8):
wordpad: Refuse to load OLE compound storage files like Windows does.
user32: Add more listbox message tests, make them pass under Wine.
ntdll: Use symbolic names when possible.
shlwapi: Use e...
2014 Feb 18
0
Possible error in function mailbox_autocreate
Hi!
in mailbox_autocreate:
if (mailbox_create(box, NULL, FALSE) < 0) {
errstr = mailbox_get_last_error(box, &error);
if (error != MAIL_ERROR_NOTFOUND) { <<< May be MAIL_ERROR_EXISTS should be here?
mail_storage_set_critical(box->storage,
"Failed to autocreate mailbox %s: %s",
box->vname,
2014 Sep 03
0
Assertion failed in sql_transaction_commit with pgsql driver
Hi!
Next code from driver_pgsql_transaction_commit cause assertion failed in do_query function - i_assert(SQL_DB_IS_READY(&db->api))
} else {
/* multiple queries, use a transaction */
ctx->refcount++;
sql_query(_ctx->db, "BEGIN", transaction_begin_callback, ctx); <- first sql_query changes db state to SQL_DB_STATE_BUSY
2014 Jul 16
0
Dovecot 2.2.13 Assertion failed in mailbox_list_create
Hi
I got this error when configured imapc proxy (http://wiki2.dovecot.org/HowTo/ImapcProxy) and moved indexes to memory (mail_location = imapc:~/imapc:INDEX=MEMORY), with indexes on disk this error does not occurred.
Jul 16 17:06:31 imap-login: Info: Login: user=<user87>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=21703, secured, session=<iwFgMU/+lwB/AAAB>
Jul 16 17:06:31
2014 Jul 16
0
Dovecot 2.2.13+ Assertion failed in sync_expunge_range
Hi!
I got this error when build dovecot from source (rev 17627), configure it as imapc proxy (http://wiki2.dovecot.org/HowTo/ImapcProxy) and run imaptest with clients=2 or more, on latest stable version (2.2.13) and with clients=1 this error does not occurred.
Jul 16 17:22:26 imap(user771): Panic: file mail-index-sync-update.c: line 250 (sync_expunge_range): assertion failed: (count > 0)
Jul