Re: [Catalyst] Catalyst::Action::Serialize warnings under 5.80030

2011-01-12 Thread Tomas Doran
On 7 Jan 2011, at 12:36, Justin Hunter wrote: that sounds about right. here is a proposed patch: Applied with some changes and extra tests. Released. Thanks! t0m ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/ma

Re: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Peter Edwards
On 12 January 2011 09:02, Duncan Garland wrote: > 0x003bbe20d8e0 in __read_nocancel () from /lib64/libpthread.so.0 > (gdb) (gdb) #0 0x003bbe20d8e0 in __read_nocancel () from > /lib64/libpthread.so.0 > No symbol table info available. > #1 0x2ac7089512a2 in snttread () from > /oracle/

Re: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Mark Blackman
On 12 Jan 2011, at 09:02, Duncan Garland wrote: > Hi T0m, > > Thanks, that's a very detailed email with a lot of ideas. It'll take a while > to go through all of them. > > You mentioned gdb. We've got a crontab which releases the locked process and > one of the first things we did was to make

Re: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Tomas Doran
On 12 Jan 2011, at 09:02, Duncan Garland wrote: It appears to be preparing an SQL statement but it doesn't give us much idea about which one. Have you (or anyone else) got any idea what all this means? 0x003bbe20d8e0 in __read_nocancel () from /lib64/libpthread.so.0 (gdb) (gdb) #0

RE: [Catalyst] Zeus and Catalyst

2011-01-12 Thread Duncan Garland
Hi T0m, Thanks, that's a very detailed email with a lot of ideas. It'll take a while to go through all of them. You mentioned gdb. We've got a crontab which releases the locked process and one of the first things we did was to make gdb do a dump before killing the process. However, we haven't