Re: Segmentation fault - Redhat Linux 64 Bit

2010-11-04 Thread Sharath Babu Dodda
Hi, I rebooted my RHEL and the segmentation fault is gone. regards. On Tue, Sep 28, 2010 at 1:58 PM, Sharath Babu Dodda wrote: > Hi, > Any more solutions on this please. > > Thanks, > Sharath. > > On Mon, Sep 27, 2010 at 6:17 PM, Sharath Babu Dodda < > sharath.do...@gmail.com> wrote: > >> Hi the

Re: Segmentation fault - Redhat Linux 64 Bit

2010-09-28 Thread Sharath Babu Dodda
Hi, Any more solutions on this please. Thanks, Sharath. On Mon, Sep 27, 2010 at 6:17 PM, Sharath Babu Dodda wrote: > Hi there, > > I installed Apache, MySQL and PHP on Redhat Linux 64 bit. However, when I > try to invoke MySQL, I'm getting the Segmentation fault error and I'm not > able to see

RE: Segmentation fault - Redhat Linux 64 Bit

2010-09-27 Thread Gavin Towey
Either 1. Use strace to find out where it's getting a segfault, or 2. Use gdb and get the backtrace where crashes. -Original Message- From: Sharath Babu Dodda [mailto:sharath.do...@gmail.com] Sent: Monday, September 27, 2010 3:17 PM To: mysql@lists.mysql.com Subject: Segmentation fault -

Re: Segmentation fault error accrued when gcc -o test -L/usr/lib/mysql -lmysqlclient test.c

2006-07-24 Thread Chris White
On Sunday 23 July 2006 10:26 pm, ali asghar torabi parizy wrote: > while ((row = mysql_fetch_row(res_set)) != NULL) { while (row = mysql_fetch_row(res_set)) would do the same thing, NULL check shouldn't be necessary. > for (i=0; i

Re: segmentation fault using mysql

2005-08-27 Thread Ed Kasky
At 10:15 AM Saturday, 8/27/2005, Kemin Zhou wrote -=> Ed Kasky wrote: Running MySql 4.1.14 on RedHat 7.2 I just upgraded from 4.1.13 to 4.1.14 and was am experiencing problems using the mysql client. # /usr/local/mysql/bin/mysql -h localhost -u root Welcome to the MySQL monitor. Commands

Re: segmentation fault using mysql

2005-08-27 Thread Kemin Zhou
Ed Kasky wrote: Running MySql 4.1.14 on RedHat 7.2 I just upgraded from 4.1.13 to 4.1.14 and was am experiencing problems using the mysql client. # /usr/local/mysql/bin/mysql -h localhost -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 34 to ser

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

Re: Segmentation fault when scanning mysqld port

2003-01-26 Thread Manuel Kiessling
Hello, yep, this one fixed it: ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/glibc-2.2.5-161.i586.rpm mysql - gotta love that filter -- Manuel Kiessling - Before posting, please check: http://www.mysql.com/manua

Re: Segmentation fault when scanning mysqld port

2003-01-26 Thread Stefan Hinz, iConnect \(Berlin\)
nz, iConnect (Berlin)" <[EMAIL PROTECTED]> Cc: "Benjamin Pflugmann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, January 26, 2003 11:07 AM Subject: Re: Segmentation fault when scanning mysqld port > hello, > > Stefan Hinz, iConnect (Berlin) wrote: >

Re: Segmentation fault when scanning mysqld port

2003-01-26 Thread Manuel Kiessling
Hi, found some advise here (in german): http://groups.google.de/groups?q=suse+glibc+mysql&hl=de&lr=&ie=UTF-8&oe=UTF-8&selm=apkaeo%242cspr%242%40ID-121729.news.dfncis.de&rnum=3 -- Manuel Kiessling - Before posting, please chec

Re: Segmentation fault when scanning mysqld port

2003-01-26 Thread Stefan Hinz, iConnect \(Berlin\)
"Benjamin Pflugmann" <[EMAIL PROTECTED]> To: "Manuel Kiessling" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2003 9:44 PM Subject: Re: Segmentation fault when scanning mysqld port > On Sat 2003-01-25 at 14:16:35 +0100, [EMAIL

Re: Segmentation fault when scanning mysqld port

2003-01-25 Thread Benjamin Pflugmann
On Sat 2003-01-25 at 14:16:35 +0100, [EMAIL PROTECTED] wrote: > Hello, > > i just installed MySQL 3.23.55 on a SuSE Linux 8.1 system (compiled > myself), and after firing up mysqld and starting a scan (via nmap; my > server has no firewall) from another server, i get the following message: > >

re: Segmentation fault when accessing mysql from non-local host

2002-10-22 Thread Egor Egorov
Lazics, Tuesday, October 22, 2002, 10:03:25 AM, you wrote: >Description: L>I've installed mysql 3.23.52 from source on RedHat Linux 7.3 ... when I try to access the server from a non-local host, it gives the following error: L> /usr/local/mysql-3.23.52/bin/safe_mysqld: line 273: 5979 Segme

re: Segmentation Fault when connecting via TCP/IP

2002-10-16 Thread Egor Egorov
clint, Wednesday, October 16, 2002, 1:14:08 AM, you wrote: caddn> Recently the server had to be hard-booted... a safe shutdown was not possible. After the server came back up, mysql caddn> has been acting very funny. When the server first boots, mysql wont respond to anything. I restart

Re: Segmentation Fault on mysqladmin

2002-04-29 Thread Sasha Pachev
On Friday 26 April 2002 08:19 pm, [EMAIL PROTECTED] wrote: > >Description: > After installing MySQL on my RedHat Linux 7.2 server with MySQL-3.23.49a-1.i386.rpm I can't run mysqladmin. mysqladmin with any parameter results in a segmentation fault and core dump. I can run mysql and connect to th

Re: Segmentation Fault when connecting using DBI and option file

2002-04-07 Thread Son Nguyen
--- [EMAIL PROTECTED] wrote: > >Description: > When connecting to mysql database using Perl DBI AND specifying a > mysql_read_default_file, this causes a Segmentation Fault. However > if a mysql_read_default_file is not used then no error occurs. > Linux version is 7.2 Redhat and DBI and

Re: Segmentation fault with mysql_install_db

2001-08-01 Thread Sasha Pachev
On Wednesday 01 August 2001 10:13, Bernard Bross wrote: > Hello > > I am trying to install the lastest version of mysql on Linux (Suse, uname -r > = 2.2.14), without success. > I have downloaded both the 3.23.38 and 3.23.40 binary tar balls, they crash > the same way (I have tried on several mach

Re: segmentation fault (problem solved)

2001-07-11 Thread Breughel Macabuhay
ated? > > > > Thank you very much. > > > > Sincerely, > > Ken > > > > > > At 12:41 AM 7/12/01 +1000, Kris Amy wrote: > > >Maybe it's about time you stopped being a fuckwit > > and read the whole message > > >dip shit. > >

Re: segmentation fault

2001-07-11 Thread Breughel Macabuhay
e whole message > >dip shit. > > > >file://Kris > > > >-Original Message- > >From: Gerald Clark > <[EMAIL PROTECTED]> > >To: Breughel Macabuhay <[EMAIL PROTECTED]> > >Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > >Date: Thu

Re: segmentation fault

2001-07-11 Thread Kenneth Kopelson
PROTECTED]> >To: Breughel Macabuhay <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> >Date: Thursday, 12 July 2001 12:36 >Subject: Re: segmentation fault > > > >I really don't believe you downloaded mysql-VERSION-OS.tar.gz. > > > >

Re: segmentation fault

2001-07-11 Thread Steve Brazill
First, I'd like to say that it's great that a "Solaris for Intel" version of the binaries are now available (or was it my poor eyesight that hadn't seen it before). There's a possibility that the fact that you've used a 'symbolic' link for "/usr/local/mysql" is causing a problem (though it works

Re: segmentation fault

2001-07-11 Thread Dibo Chen
essage- > From: Gerald Clark <[EMAIL PROTECTED]> > To: Breughel Macabuhay <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Thursday, 12 July 2001 12:36 > Subject: Re: segmentation fault > > >I really don't believe you downl

Re: segmentation fault

2001-07-11 Thread Kris Amy
July 2001 12:36 Subject: Re: segmentation fault >I really don't believe you downloaded mysql-VERSION-OS.tar.gz. > >How can anyone help you if you hide what you are doing? > >Breughel Macabuhay wrote: > >> Hi, >> >> I am a just a solaris newbie. I tried in

Re: segmentation fault

2001-07-11 Thread Gerald Clark
I really don't believe you downloaded mysql-VERSION-OS.tar.gz. How can anyone help you if you hide what you are doing? Breughel Macabuhay wrote: > Hi, > > I am a just a solaris newbie. I tried installing mySQL > 3.23.39 on solaris 8 (intel). I followed these steps(I > used GNU tar): > > #grou