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  0x00007f0686355c47 in net_real_write (net=0x29a7980, packet=0x29b6400
"\005", len=9) at
/pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/sql/net_serv.cc:577
577     /pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/sql/net_serv.cc:
No such file or directory.
        in
/pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/sql/net_serv.cc
Missing separate debuginfos, use: debuginfo-install
glibc-2.12-1.80.el6_3.6.x86_64 libgcc-4.4.6-3.el6.x86_64
nss-softokn-freebl-3.12.9-11.el6.x86_64 zlib-1.2.3-27.el6.x86_64
(gdb) where
#0  0x00007f0686355c47 in net_real_write (net=0x29a7980, packet=0x29b6400
"\005", len=9) at
/pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/sql/net_serv.cc:577
#1  0x00007f06863561b3 in net_flush (net=0x29ae560) at
/pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/sql/net_serv.cc:338
#2  0x00007f0686356347 in net_write_command (net=0x29a7980, command=<value
optimized out>, header=0x0, head_len=0, packet=0x7fff4c914b70 "'", len=4)
    at
/pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/sql/net_serv.cc:478
#3  0x00007f068635350d in cli_advanced_command (mysql=0x29a7980,
command=<value optimized out>, header=0x0, header_length=0,
arg=0x7fff4c914b70 "'", arg_length=4,
    skip_check=1 '\001', stmt=0x29b5e60) at
/pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/sql-common/client.c:841
#4  0x00007f068634a5bd in mysql_stmt_close (stmt=0x29b5e60) at
/pb2/build/sb_0-5715375-1337072270.49/mysql-5.5.25/libmysql/libmysql.c:4670
#5  0x00007f0686780025 in mysql_st_destroy (sth=<value optimized out>,
imp_sth=0x29b5bd0) at dbdimp.c:4150
#6  0x00007f068678933a in XS_DBD__mysql__st_DESTROY (cv=<value optimized
out>) at ./mysql.xsi:774
#7  0x00007f0688c5ecb4 in XS_DBI_dispatch () from
/usr/local/lib/perl5/site_perl/5.16.2/x86_64-linux/auto/DBI/DBI.so
#8  0x0000000000497ad8 in Perl_pp_entersub ()
#9  0x0000000000434066 in Perl_call_sv ()
#10 0x00000000004a7e2c in S_curse ()
#11 0x00000000004a860d in Perl_sv_clear ()
#12 0x00000000004a8bd6 in Perl_sv_free2 ()
#13 0x000000000049eb5b in S_visit ()
#14 0x00000000004a907e in Perl_sv_clean_objs ()
#15 0x00000000004380f5 in perl_destruct ()
#16 0x000000000041e0ac in main ()
(gdb)


On Wed, Jan 30, 2013 at 9:07 PM, Jim Gibson <jimsgib...@gmail.com> wrote:

>
> 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 upgraded, did you
> compile perl from source or install a binary distribution? Did you
> reinstall all of the modules?
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>


-- 
Regards,
karthik

Reply via email to