Displaying 4 results from an estimated 4 matches for "140263".
2011 Feb 16
1
Dovecot 2.0.9/1.2.11: crash in driver-pgsql.c
...+0x28) [0x7fdbfe6df618] ->
/usr/lib/dovecot/libdovecot.so.0(master_service_run+0x13) [0x7fdbfe6cd883]
-> dovecot/auth(main+0x2d4) [0x419474] ->
/lib/libc.so.6(__libc_start_main+0xe6) [0x7fdbfc4f91a6] -> dovecot/auth
[0x40da09]
Feb 16 17:26:35 dovecot: master: Error: service(auth): child 140263 killed
with signal 6 (core not dumped)
Both my userdb and passdb use a PostgreSQL database. The bug happens when
the PostgreSQL host suddenly becomes unavailable. I can easily reproduce it
by launching Dovecot with my host being up, and then null routing its IP
address (to simulate an outage):
ro...
2020 Oct 11
6
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
...2020-10-11 14:57:05 imap-login: Info: Login: user=<myuser at example.com>, method=PLAIN, rip=10.0.1.7, lip=10.0.1.50, mpid=67743, TLS
2020-10-11 14:57:16 indexer-worker(myuser at example.com)<3ZUzQ2yx2JKsHgsH:9gu0MbF/g1+hCAEA+IOfAw>: Info: Indexed 4788 messages in INBOX (UIDs 135476..140263)
BUT, repeating search for ACCENTED "tambi?n" returns *no* match/result.
No errors in log, simply no match.
Attempting to test/debug from from cmd line,
doveadm fts lookup -u myuser at example.com body "tambien"
causes a PANIC
doveadm(myuser at example.com): Panic: file...
2007 Feb 22
5
1.0.rc24 released
And more fixes.
* Dovecot now fails to load plugins that were compiled for different
Dovecot version, unless version_ignore=yes is set. This needs to be
explicitly set in plugins, so out-of-tree plugins won't have this
check by default.
- pop3_lock_session=yes could cause deadlocks, and with maildir the
uidlist lock could have been overridden after 2 minutes causing
problems
2018 Jun 21
10
[Bug 106994] New: [PATCH] Fix null pointer dereference in drmmode_output_dpms
...OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: john at jlindgren.net
QA Contact: xorg-team at lists.x.org
Created attachment 140263
--> https://bugs.freedesktop.org/attachment.cgi?id=140263&action=edit
Fix null pointer dereference in drmmode_output_dpms
This fixes an Xorg crash when a Lenovo P50 laptop is undocked, disconnecting it
from two external DisplayPort monitors.
Checking for koutput == NULL has precedent in...