Displaying 3 results from an estimated 3 matches for "cisci".
Did you mean:
cisco
2004 Mar 27
1
Process died to early
After several days of operation, POP connections fail to my server. The
log message is
Mar 27 15:51:46 ciscy dovecot: Login process died too early - shutting
down
Linux ciscy.sterndata.com 2.4.22-1.2174.nptl #1 Wed Feb 18 16:38:32 EST
2004 i686 i686 i386 GNU/Linux
]# /usr/sbin/dovecot --version
0.99.10
# /etc/init.d/dovecot status
dovecot (pid 6900) is running...
Killing the dovecot
2004 Apr 09
1
dovecot dies - mabye a clue?
Dovecot died twice today. This was in the maillog:
Apr 9 17:50:27 ciscy pop3-login: RAND_bytes() failed: error:24064064:random
number generator:SSLEAY_RAND_BYTES:PRNG not seeded
Apr 9 17:50:27 ciscy dovecot: Login process died too early - shutting down
I think I can cause it to happen reliably and I'm asking for other to test
this scenario:
Open several terminal windows. In each, type
2016 May 10
4
Atomic LL/SC loops in llvm
So, taking PR25526 as context, and after reading the internet, it seems to me that creating an atomic LL/SC loop at the IR level -- as is the modern way to do it in LLVM -- is effectively impossible to do correctly. Nor, for that matter, was it correct to create such a loop at isel time, as the implementation prior to r205525 did (and, as some targets still do, not having been updated yet to use