Re: Help on perl core dump

2013-02-11 Thread John SJ Anderson
On Mon, Feb 11, 2013 at 1:23 AM, karthik sankaran wrote: > warning: .dynamic section for "/usr/local/mysql/lib/libmysqlclient.so.18" is > not at the expected address (wrong library or version mismatch?) You have a problem with your MySQL installation. The most probable cause is that you built DBD

Re: Help on perl core dump

2013-02-11 Thread karthik sankaran
Hi Guys, Here is something I got from latest core dump files, [root@DS002009 mos]# perl -v This is perl 5, version 16, subversion 2 (v5.16.2) built for x86_64-linux Copyright 1987-2012, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public

Re: Help on perl core dump

2013-01-30 Thread John SJ Anderson
On Wed, Jan 30, 2013 at 9:17 PM, karthik sankaran wrote: > I compiled it from the source and Yes , in installed all the necessary > modules again. > > this is the latest info from the gdb after upgrading to the perl version > 16, subversion 2 (v5.16.2) built for x86_64-linux > > Program terminated

Re: Help on perl core dump

2013-01-30 Thread karthik sankaran
I compiled it from the source and Yes , in installed all the necessary modules again. this is the latest info from the gdb after upgrading to the perl version 16, subversion 2 (v5.16.2) built for x86_64-linux Program terminated with signal 11, Segmentation fault. #0 0x7f0686355c47 in net_rea

Re: Help on perl core dump

2013-01-30 Thread Jim Gibson
On Jan 30, 2013, at 3:14 AM, karthik sankaran wrote: > Hi -- > > Even after upgrading to the latest version of perl I am seeing the core > dump files created. > I would make sure that perl and all of the XS modules you are using were compiled with the same compiler and libraries. When you upg

Re: Help on perl core dump

2013-01-30 Thread karthik sankaran
Hi -- Even after upgrading to the latest version of perl I am seeing the core dump files created. On Wed, Jan 30, 2013 at 10:42 AM, karthik sankaran wrote: > thanks for the reply, > > The perl code uses multi-processing functionality. A parent child > functionality where the parent invokes as

Re: Help on perl core dump

2013-01-29 Thread karthik sankaran
thanks for the reply, The perl code uses multi-processing functionality. A parent child functionality where the parent invokes as many childs needed and will terminate once the child completes its process. Yes I am seeing this core dumps in other servers also. I info I forgot to mention is I am u

Re: Help on perl core dump

2013-01-28 Thread John SJ Anderson
On Mon, Jan 28, 2013 at 9:27 PM, karthik sankaran wrote: > I am seeing a lot of core dump files created by perl. The perl-beginners list isn't the most appropriate forum for this issue -- dealing with the interpreter core dumping and how to troubleshoot that particular situation is well out of "b

Re: Help on perl core dump

2013-01-28 Thread karthik sankaran
"Why am I trying to debug a Perl configuration problem with the gdb()? Why didn't I read the first few lines of the error message (starting with "warning:") and fix the problem?" I am seeing a lot of core dump files created by perl. The only way I know to go through the core dump files is through

Re: Help on perl core dump

2013-01-28 Thread Bob goolsby
I suspect the real question is: "Why am I trying to debug a Perl configuration problem with the gdb()? Why didn't I read the first few lines of the error message (starting with "warning:") and fix the problem?" I get enough gdb() practice running against some gnarly (and barkley) C code in my cur

Re: Help on perl core dump

2013-01-28 Thread Mike Dunaway
So what was the question? On Jan 28, 2013, at 5:48 AM, karthik sankaran wrote: > gdb /usr/bin/perl /piroot/corefiles/core.21394 > > GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6) > > Copyright (C) 2010 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later