RE: Core Dump

2013-09-05 Thread Rick James
bugs.mysql.com > -Original Message- > From: Ben Clewett [mailto:b...@clewett.org.uk] > Sent: Thursday, September 05, 2013 6:38 AM > To: mysql@lists.mysql.com > Subject: Core Dump > > Dear MySQL, > > Using 5.1.56, I have experienced this core dump. I

Core Dump

2013-09-05 Thread Ben Clewett
Dear MySQL, Using 5.1.56, I have experienced this core dump. Is there anybody out there qualified to give an opinion on this? Many thanks, Ben Clewett. Thread pointer: 0x7fd5280dbd90 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no

Core dump in mysql_real_connect( )

2006-12-18 Thread Nishant Gupta
Hello All If I compile my code with Purify (a memory tool), I get a core dump in mysql_real connect. at teh follwing path : Program received signal SIGSEGV, Segmentation fault. 0x007acb37 in mysql_manager_fetch_line () from /opt/Rational/releases/purecov.i386_linux2.2003a.06.15//cache/getz

Re: C api: core dump on mysql_real_connect

2004-02-26 Thread Cliff Addy
source > > code, it compiles fine but the mysql_real_connect causes a core dump when > > run. > > > The most common reason for the above error is mysql.h header/libmysqlsclient.so > library incompatibility. Make sure they are in sync. Except that when I put the same code

Re: C api: core dump on mysql_real_connect

2004-02-26 Thread Sasha Pachev
piles fine but the mysql_real_connect causes a core dump when run. The most common reason for the above error is mysql.h header/libmysqlsclient.so library incompatibility. Make sure they are in sync. Except that when I put the same code into it's own little program, it works fine. i.e. I

Re: C api: core dump on mysql_real_connect

2004-02-25 Thread Sasha Pachev
QL structure. This code works fine on the old system. If I pull it out into it's own little test program on the new server, it also works fine. But when I put it in with the analog source code, it compiles fine but the mysql_real_connect causes a core dump when run. Running 4.0.17 on FreeBS

C api: core dump on mysql_real_connect

2004-02-24 Thread Cliff Addy
his code works fine on the old system. If I pull it out into it's own little test program on the new server, it also works fine. But when I put it in with the analog source code, it compiles fine but the mysql_real_connect causes a core dump when run. Running 4.0.17 on FreeBSD 4.9R Any

Re: Segmentation Fault/Core dump

2004-01-30 Thread Aftab Jahan Subedar
It will more easier if you post the sample.c. you can try compiling with -ggdb to debug Leif Johnston wrote: Any thoughts on what might be causing this error? I am runing both on cygwin under windows 2000 with 4.0.16 and using gcc to compile, linking using gcc sample.c -o sample.exe -I/usr/in

Segmentation Fault/Core dump

2004-01-30 Thread Leif Johnston
Any thoughts on what might be causing this error? I am runing both on cygwin under windows 2000 with 4.0.16 and using gcc to compile, linking using gcc sample.c -o sample.exe -I/usr/include/mysql -L/lib/mysql/opt/ -lmysqlclient -lmySQL -lz -lm I assume that something in the libraries may not

core dump in force_to_data()

2002-07-23 Thread Marcus Majewski
Dear MySQL fellows, I'm having a problem with a program running 24/7 dumping core almost every morning. The program has a few memory leaks, and the odd behavior could be related to this. The program is connected to the database at all times. It never reconnects. Database server is running on Red

Re: Core dump: date_format('%b') with corupted data

2002-06-14 Thread Egor Egorov
Radoslaw, Thursday, June 13, 2002, 4:03:08 PM, you wrote: RK> I run mysql3.23.49/myisam with linux 2.4.18/libc2.2.5. RK> Some time ago I've hardware crash. Myisamchk didn't report RK> any problems but after some time mysql got SIGSEGV. [skip] Can you send me binary files of your table for testi

Core dump: date_format('%b') with corupted data

2002-06-13 Thread Radoslaw Karas
Hi I run mysql3.23.49/myisam with linux 2.4.18/libc2.2.5. Some time ago I've hardware crash. Myisamchk didn't report any problems but after some time mysql got SIGSEGV. >From that time mysql finished with SIGSEGV in the same place a few times. 0x80cb554 handle_segfault__Fi + 428 0x40021f54 _end +

RE: core dump, multithreading using MyODBC on Solaris

2002-06-02 Thread Venu
Hi, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 8:56 AM > To: [EMAIL PROTECTED] > Subject: core dump, multithreading using MyODBC on Solaris > > > Hello, > > I'm using MyODBC 3.5 on

core dump, multithreading using MyODBC on Solaris

2002-06-01 Thread Oren Zeev Ben Mordehai
Hello, I'm using MyODBC 3.5 on Solaris. From time to time I get segmentation/bus error when using in a multithreaded environment. Looks always in the same place '_db_return_'. Each of my threads has its own connection. To be more accurate I'm using OTL http://members.fortunecity.com/sk

Re: Core dump when execute safe_mysqld

2002-04-11 Thread Egor Egorov
Truc, Wednesday, April 10, 2002, 8:25:35 PM, you wrote: TT> >Description: TT> I have downloaded a binary version of mysql, perform all installations steps TT> from the manual. As soon as I started to execute safe_mysqld --user=mysql & TT> I got

Core dump when execute safe_mysqld

2002-04-10 Thread Truc . Tran
>Description: I have downloaded a binary version of mysql, perform all installations steps from the manual. As soon as I started to execute safe_mysqld --user=mysql & I got a core dump and the program exited. Please help >How-To-Repeat:

Segmentation fault and core dump at daemon startup

2002-03-22 Thread Der Rudi
nator: [EMAIL PROTECTED] >Organization: none >MySQL support: none >Synopsis: Segmentation fault and core dump at daemon startup >Severity: critical >Priority: high >Category: mysql >Class:sw-bug >Release: mysql-3.22.32 (Official MySQL RPM)

Re: New 4.0.x Replication Core Dump...

2002-03-09 Thread Sasha Pachev
On Saturday 09 March 2002 10:38 am, Jeremy Zawodny wrote: > Sasha, > > Running the latest binary I just built, I had a single core dump and > auto-restart early this morning. Jeremy: I've made a few more updates to the source and pushed it to the public repository. The most

New 4.0.x Replication Core Dump...

2002-03-09 Thread Jeremy Zawodny
Sasha, Running the latest binary I just built, I had a single core dump and auto-restart early this morning. Here's the backtrace: ---snip--- Core was generated by `mysqld'. Program terminated with signal 6, Abort trap. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-03-06 Thread Sinisa Milivojevic
Hi! We have a fix for the problem that you have hit. It is a temporary one. Final one will come in the nexe MySQL release: *** tmp/libmysql.c Wed Mar 6 22:00:00 2002 --- tmp/fixed.c Wed Mar 6 21:59:34 2002 *** *** 737,743 *end=0;

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > Do you mean that you have defined a group as [bug] ??? > > Yes. > > I've discovered the problem upgrading a server and reproduced it with > minimal C program and minimal my.cnf on another host. > > > Does it change anything if spaces ar

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > Do you mean that you have defined a group as [bug] ??? Yes. I've discovered the problem upgrading a server and reproduced it with minimal C program and minimal my.cnf on another host. > Does it change anything if spaces are trimmed of host=foobar line ?? No. The co

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > This seems worth investigating. > > > > Please send me your entire /etc/my.cnf > > > > Change password if you have defined it there. > > The full my.cnf I have used has been send in the report without change. > > --- > [bug] >

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > This seems worth investigating. > > Please send me your entire /etc/my.cnf > > Change password if you have defined it there. The full my.cnf I have used has been send in the report without change. --- [bug] host=foobar --- If the the group match an

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > > When using groups in 3.23.49, client dumps core. > This bug sounds to be new (it does not appear in 3.23.41) > > [skip] This seems worth investigating. Please send me your entire /etc/my.cnf Change password if you have defined it there. -- Reg

core dump in clients in MYSQL 3.23.49 using groups

2002-02-27 Thread lwa
ewly added lines in libmysql/libmysql.c:mysql_read_default_options() : /* Change all '_' in variable name to '-' */ for (end= *option ; (end= strcend(end,'_')) ; ) *end= '-'; >Submitter-Id: >Originator:Laurent Wacrenier &

Re: Core dump with mysqld-3.23.47-log

2002-02-02 Thread Phillip Porch
On Sat, 2 Feb 2002, Sinisa Milivojevic wrote: > Subject: Re: Core dump with mysqld-3.23.47-log > > Phillip Porch writes: > > >Description: > > The problem I am having is on a SCO Openserver 5.0.6a system. I > > compiled mysqld-3.23.47-log myself as well

Re: Core dump with mysqld-3.23.47-log

2002-02-02 Thread Sinisa Milivojevic
Phillip Porch writes: > >Description: > The problem I am having is on a SCO Openserver 5.0.6a system. I > compiled mysqld-3.23.47-log myself as well as trying a precompiled binary. > The core file that is created when analyzed indicates that the problem occurs > in the libgthreads.so libra

Core dump with mysqld-3.23.47-log

2002-02-02 Thread Phillip Porch
-pthreads-3.8 but still get the same problem. >Submitter-Id: >Originator:Phillip Porch >Organization: Phillip P. Porch <[EMAIL PROTECTED]> NIC:PP1573 finger for http://www.theporch.com36 05 45 N 86 50 20 W GnuPG key > >MySQL support: none >Synopsis

client core dump

2002-02-01 Thread Egor Egorov
Michael, Friday, February 01, 2002, 4:15:24 PM, you wrote: MM> I have been having an issue where the mysql client is core dumping for no MM> obvious reason to me. MM> I loaded a database via a file which created 167 tables. I then loaded MM> another file to populate some data. I then go int

client core dump

2002-02-01 Thread Michael McLaughlin
I have been having an issue where the mysql client is core dumping for no obvious reason to me. I loaded a database via a file which created 167 tables. I then loaded another file to populate some data. I then go into mysql and did a show tables command, then I did a show columns command. wh

core dump when running mysql_install_db

2002-01-10 Thread Weber, Owen J, ALVAP
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: [EMAIL PROTECTED] >Description: # scripts/mysql_install_db Preparing db table Preparing host table Preparing user table Prepa

Re: mysql client exits with core dump segmentation fault

2002-01-08 Thread Sinisa Milivojevic
Bill Kurland writes: > Thanks for the reply. > > gcc and g++ are both version 2.95.3 > > I've tried installing three different binaries, one from the mysql site > and > two different versions from the Bull site. All failed with different > problems > on this machine so I tired them all on a di

Re: mysql client exits with core dump segmentation fault

2002-01-05 Thread Bill Kurland
installing the GRANT tables I start the >> daemon >> ## and then try to run the mysql client to alter the GRANT tables to a >> ## useful configuration. Subcommands like connect and use seem to work >> ## ok, but if I try entering anything else, even a single character

Re: mysql client exits with core dump segmentation fault

2002-01-05 Thread Sinisa Milivojevic
##ok, but if I try entering anything else, even a single character, I get > ##a core dump. Following is screen output from a session run via gdb: > > watts:/usr/local/mysql/bin $ gdb mysql > GNU gdb 5.0 > Copyright 2000 Free Software Foundation, Inc. > ... > (gdb)

mysql client exits with core dump segmentation fault

2002-01-04 Thread bill
lse, even a single character, I get ## a core dump. Following is screen output from a session run via gdb: watts:/usr/local/mysql/bin $ gdb mysql GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. ... (gdb) run -uroot -p mysql Starting program: /usr/local/mysql/bin/mysql -uroot -p my

Re: Cannot get mysql to core dump

2001-10-02 Thread Ken Menzel
See www.freebsd.org for upgrade instructions or download an upgrade image and checkout the README. Best of Luck, Ken - Original Message - From: "Spinlock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 8:47 PM Subject: Cannot get mysql to cor

Cannot get mysql to core dump

2001-10-01 Thread Spinlock
Sometimes mysqld gets signal 11 (segmentation fault), it crashes, and safe_mysqld restarts it, anyways I cannot get it to generate a core dump file. I am using FreeBSD 4.2. Any ideas? --- Spinlock Creator of EmpireQuest http://www.empirequest.com

Re: sqld core dump after power failure

2001-09-16 Thread Katrina Maffey
Thanks for the idea - I had a look for mysql.sock, but it was already gone (I think the startup script must have deleted it) For the record, to get mysqld to start again we had to run the startup command from the mysql user account. The linux startup script runs as root, it calls safe_mysqld,

Re: sqld core dump after power failure

2001-09-10 Thread Gerald Clark
Did you try deleting the mysql.sock before starting the server? fsck seems to have changed its file type. Katrina Maffey wrote: > Description: > > After a brief power failure, I rebooted the mysql server machine, > and got this error on startup: > > Starting mysqld daemon with databases f

sqld core dump after power failure

2001-09-09 Thread Katrina Maffey
Description: After a brief power failure, I rebooted the mysql server machine, and got this error on startup: Starting mysqld daemon with databases from /var/lib/mysql /usr/bin/safe_mysqld: line 254: 1844 Segmentation fault (core dumped) $NOHUP_NICENESS $ledir/$MYSQLD $defaults -

Re: Urgent!!! core dump, why???

2001-08-23 Thread Jeremy Zawodny
On Thu, Aug 23, 2001 at 06:55:42AM -0700, xiyuan qian wrote: > > Hi, I am running mysql-3.22.27 for many months. But today, the > mysqld always core dump. The running platform is FreeBSD3.4. > > I checked the dumped core and find that it seems that the core dump > has something

Urgent!!! core dump, why???

2001-08-23 Thread xiyuan qian
Hi, I am running mysql-3.22.27 for many months. But today, the mysqld always core dump. The running platform is FreeBSD3.4. I checked the dumped core and find that it seems that the core dump has something with the /usr/lib/libc_r.so file when it called the thread subroutine. Please help me

Re: core dump with horde imp

2001-08-01 Thread Cesar Cabrera
Hello, I can't help you, I just wanted to register the same problem to help you someone to help us! On Tue, 31 Jul 2001, Peter Au Yeung wrote: > I got core dump on mysql which broke my sql connection or say mysqld keep restarting > > anyone got the same probl

core dump with horde imp

2001-08-01 Thread Peter Au Yeung
I got core dump on mysql which broke my sql connection or say mysqld keep restarting anyone got the same problem? Peter Au Yeung

Core dump under solaris

2001-07-16 Thread [EMAIL PROTECTED]
Hi All: I finally got mysql compiled and installed. The daemon started but when I try to use the client or any of the admin scripts I get a core dump. I ran the sql tests and it installed the test db and it managed to run the test ... I am running under soalris 2.5.1. Any help would be

Official binaries core dump (Solaris 8 x86)

2001-07-03 Thread Phil Dibowitz
Any time I attempt to start the server (/usr/local/mysql/bin/safe_mysqld --user=mysql &) it core dumps. >Fix: >Submitter-Id: >Originator:Phil Dibowitz >Organization: >MySQL support: none >Synopsis: Official binaries core dump on Solaris 8 x86 >Severi

core dump on new installation

2001-07-03 Thread sdb
run ./scripts/mysql_install_db >Fix: None known. Have tried recompiling with optimization turned off, but with the same results. >Submitter-Id: >Originator:Scott Ballantyne >Organization: ScotSoft Research >MySQL support: none >Synopsis: core dump on ne

Re: Core dump on MySQL 3.23.36 on RedHat 7.0

2001-03-27 Thread Arne Claassen
h 27, 2001 4:52 PM Subject: Re: Core dump on MySQL 3.23.36 on RedHat 7.0 > I highly recommend installing from source. I've had many problems with the > RPMs. > > At 04:42 PM 3/27/2001 -0800, Jack Lauman wrote: > >I'm getting the following error when I try to install t

Re: Core dump on MySQL 3.23.36 on RedHat 7.0

2001-03-27 Thread Scott Baker
I highly recommend installing from source. I've had many problems with the RPMs. At 04:42 PM 3/27/2001 -0800, Jack Lauman wrote: >I'm getting the following error when I try to install the 3.23.36 RPM's >on a P3-450 RedHat 7.0 box. > >I'd appreciate any suggestions. > >Starting mysql daemon with

Core dump on MySQL 3.23.36 on RedHat 7.0

2001-03-27 Thread Jack Lauman
I'm getting the following error when I try to install the 3.23.36 RPM's on a P3-450 RedHat 7.0 box. I'd appreciate any suggestions. Starting mysql daemon with databases from /var/lib/mysql /usr/bin/safe_mysqld: line 258: 8692 Segmentation fault (core dumped) $NOHUP_NICENESS $ledir/$MYSQLD $defau

RE: mysql gui core dump on Solaris 2.8

2001-03-24 Thread Sinisa Milivojevic
deCarmo, Linden writes: > > Hi! > > > > It is from the bug in MySQL++. > > > > I am sending you a patch in direct mail. > > > > > > Regards, > > > > Sinisa > > Thanks for the patch. It solved the core dump, b

RE: mysql gui core dump on Solaris 2.8

2001-03-23 Thread deCarmo, Linden
> Hi! > > It is from the bug in MySQL++. > > I am sending you a patch in direct mail. > > > Regards, > > Sinisa Thanks for the patch. It solved the core dump, but now mysql_real_connect() is failing rather than core dumping. connection.cc then throws a

Re: mysql gui core dump on Solaris 2.8

2001-03-23 Thread Sinisa Milivojevic
deCarmo, Linden writes: > I was able to build the mysql gui on Solaris 2.8, but it core dumps every > time on the following line in connection.cc > > if (mysql_real_connect(&mysql,host,user,passwd,db, > port,socket_name,client_flag)) > > called from either: > > 1232 > con->real

mysql gui core dump on Solaris 2.8

2001-03-23 Thread deCarmo, Linden
I was able to build the mysql gui on Solaris 2.8, but it core dumps every time on the following line in connection.cc if (mysql_real_connect(&mysql,host,user,passwd,db, port,socket_name,client_flag)) called from either: 1232 con->real_connect("",options->hostname.c_str(),options->usernam

'tee' command causes core dump

2001-02-21 Thread root
>Description: A core dump is issued if you execute the 'tee' command with a file that exists but you have no permission to write to it. >How-To-Repeat: $ su - $ touch /tmp/core.lst $ su - anyotheruser $ mysql -u -p mysql>