http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5007
------- Additional Comments From [EMAIL PROTECTED] 2006-08-01 10:16 -------
around line 12758 or so:
2875 send(9, "Q\0\0\0009SELECT max(runtime) from ba"..., 58, 0) = 58
2875 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
2875 poll([{fd=9, events=POLLIN|POLLERR, revents=POLLIN}], 1, -1) = 1
2875 recv(9, "T\0\0\0\34\0\1max\0\0\0\0\0\0\0\0\0\0\27\0\4\377\377\377"...,
16384,
0) = 58
2875 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
2875 send(9, "Q\0\0\0\351SELECT spam_count, ham_coun"..., 234, 0) = 234
2875 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
2875 poll([{fd=9, events=POLLIN|POLLERR, revents=POLLIN}], 1, -1) = 1
2875 recv(9, "T\0\0\1\t\0\10spam_count\0\0\0@(\0\3\0\0\0\27\0\4\377\377"...,
16384
, 0) = 369
2875 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
2875 send(9, "Q\0\0\0\351SELECT spam_count, ham_coun"..., 234, 0) = 234
2875 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
2875 poll([{fd=9, events=POLLIN|POLLERR, revents=POLLIN}], 1, -1) = 1
2875 recv(9, "T\0\0\1\t\0\10spam_count\0\0\0@(\0\3\0\0\0\27\0\4\377\377"...,
16384
, 0) = 369
2875 open("/dev/tty", O_RDWR|O_NONBLOCK|O_NOCTTY) = -1 ENXIO (No such device
or ad
dress)
2875 writev(2, [{"*** glibc detected *** ", 23}, {"malloc(): memory corruption
(fa
s"..., 34}, {": 0x", 4}, {"0a0a17a0", 8}, {" ***\n", 5}], 5) = 74
2875 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
2875 kill(2875, SIGABRT) = 0
2875 --- SIGABRT (Aborted) @ 0 (0) ---
<jmason> the process then is killed using SIGABRT, which is why it suddenly
exits
<kjetilk_> ok
<jmason> that's indicative of a pretty serious bug in the Pg support library I
think
...
<jmason> anyway, I suggest looking into upgrading the DBI, Pg support modules
etc
<jmason> and see if that reappears
<jmason> it may help -- often that kind of memory-corruption bug can be fixed
with a recompile
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.