Displaying 4 results from an estimated 4 matches for "__strrchr_sse2".
Did you mean:
__strchr_sse2
2017 Nov 13
0
imap coredump after doveadm altmove
...child 5393
killed with signal 11 (core dumped)
Version: Dovecot 2.2.18.2
OS: CenotOS6 2.6.32-696.10.2.el6.x86_64
local storage (ext4)
#gdb --args /usr/libexec/dovecot/imap -u user at domain.de
A1 STATUS INBOX (MESSAGES)
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff74b3c9a in __strrchr_sse2 () from /lib64/libc.so.6
(gdb) bt full
#0? 0x00007ffff74b3c9a in __strrchr_sse2 () from /lib64/libc.so.6
No symbol table info available.
#1? 0x00007ffff7b148cd in sdbox_file_move () from
/usr/lib64/dovecot/libdovecot-storage.so.0
No symbol table info available.
#2? 0x00007ffff7b18284 in sdbox_sync...
2010 Jul 21
1
[PATCH] nut crashes when port= is omitted
Hi,
I've found that upsdrvctl crashes when there is not ports= specified ups.conf
#0 __strrchr_sse2 () at ../sysdeps/x86_64/strrchr.S:33
#1 xbasename (file=0x0) at common.c:266
#2 stop_driver (ups=0x1e163e0) at upsdrvctl.c:135
#3 send_all_drivers (command=0x4020f0 <stop_driver>) at upsdrvctl.c:446
#4 main (argc=1, argv=0x7ffff30be9c0) at upsdrvctl.c:565
stop_driver (ups=0x1e163e0) a...
2020 Aug 23
2
MultiDatabase shard count limitations
...perl [.] Perl_sv_clear
0.09% /mnt/btr/public perl [.] Perl_safesysmalloc
0.09% /mnt/btr/public perl [.] Perl_doref
0.09% /mnt/btr/public perl [.] Perl_keyword
0.09% /mnt/btr/public libc-2.28.so [.] __strrchr_sse2
0.09% /mnt/btr/public perl [.] Perl__invlist_intersection_maybe_complement_2nd
0.09% /mnt/btr/public perl [.] Perl_intro_my
0.09% /mnt/btr/public perl [.] Perl_sv_vcatpvfn_flags
0.09% /mnt/btr/public perl [....
2020 Aug 21
2
MultiDatabase shard count limitations
Going back to the "prioritizing aggregated DBs" thread from
February 2020, I've got 390 Xapian shards for 130 public inboxes
I want to search against(*). There's more on the horizon (we're
expecting tens of thousands of public inboxes).
After bumping RLIMIT_NOFILE and running ->add_database a bunch,
the actual queries seem to be taking ~30s (not good :x).
Now I'm