Re: Core dumping DLZ

2009-05-11 Thread Adam Tkac
On Thu, May 07, 2009 at 09:20:28PM -0700, Scott Haneda wrote: > On May 7, 2009, at 6:51 PM, Mark Andrews wrote: > >>> (gdb) backtrace >>> #0 0x2adb2b0e0215 in raise () from /lib64/libc.so.6 >>> #1 0x2adb2b0e1cc0 in abort () from /lib64/libc.so.6 >>> #2 0x2adb27c4c9e0 in assertion_fai

Re: Core dumping DLZ

2009-05-08 Thread Scott Haneda
On May 7, 2009, at 9:50 PM, Mark Andrews wrote: I beg to differ. Named only gets to this position in the code if it has been told to shut itself down. Note this may happen as a side effect of shutting the machine itself down. I can say with a lot of confidenc

Re: Core dumping DLZ

2009-05-07 Thread Mark Andrews
In message , Scott Haneda writ es: > On May 7, 2009, at 6:51 PM, Mark Andrews wrote: > > > In message <8b717588-3e36-4596-9b11-de03e1ca4...@newgeo.com>, Scott > > Haneda writ > > es: > >> On May 7, 2009, at 6:08 PM, Scott Haneda wrote: > >> > >>> What can a core dump tell me to help trace this

Re: Core dumping DLZ

2009-05-07 Thread Scott Haneda
On May 7, 2009, at 6:51 PM, Mark Andrews wrote: (gdb) backtrace #0 0x2adb2b0e0215 in raise () from /lib64/libc.so.6 #1 0x2adb2b0e1cc0 in abort () from /lib64/libc.so.6 #2 0x2adb27c4c9e0 in assertion_failed (file=0x2adb2922428b "mem.c", line=918, type=, cond=0x2adb292245b5 "ctx->st

Re: Core dumping DLZ

2009-05-07 Thread Scott Haneda
On May 7, 2009, at 6:51 PM, Mark Andrews wrote: In message <8b717588-3e36-4596-9b11-de03e1ca4...@newgeo.com>, Scott Haneda writ es: On May 7, 2009, at 6:08 PM, Scott Haneda wrote: What can a core dump tell me to help trace this issue down and solve it? Named is going deaf/dead for some rea

Re: Core dumping DLZ

2009-05-07 Thread Mark Andrews
In message <8b717588-3e36-4596-9b11-de03e1ca4...@newgeo.com>, Scott Haneda writ es: > On May 7, 2009, at 6:08 PM, Scott Haneda wrote: > > > What can a core dump tell me to help trace this issue down and solve > > it? Named is going deaf/dead for some reason, perhaps related, I need > > it to kee

Re: Core dumping DLZ

2009-05-07 Thread Scott Haneda
On May 7, 2009, at 6:08 PM, Scott Haneda wrote: What can a core dump tell me to help trace this issue down and solve it? Named is going deaf/dead for some reason, perhaps related, I need it to keep up. I did a little searching and found how to look into the core dumps, here is what is happ

Core dumping DLZ

2009-05-07 Thread Scott Haneda
Hello, I posted this to the DLZ testers list, cross posting it here, mainly because I am not sure which list to best address this to. I deployed a DLZ system for a client on RHEL. This is the first time I have used RHEL, mostly sticking to other OS's. I kept pretty good notes as I went along.