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 sharath.do...@gmail.com 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

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 sharath.do...@gmail.com 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

Segmentation fault - Redhat Linux 64 Bit

2010-09-27 Thread Sharath Babu Dodda
This email may contain confidential information the use of which by an unintended recipient is unauthorized. For details please go to http://www.scotiabank.com/email_disclaimer/email_english.html Cette transmission peut contenir de l'information confidentielle et son utilisation par toute

Segmentation fault - Redhat Linux 64 Bit

2010-09-27 Thread Sharath Babu Dodda
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 the mysql prompt. Begin of problem: ### [...@xyz123 bin]$ sudo ./mysql

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

mysql_real_query causing segmentation fault for binary select

2009-12-04 Thread Michael Pawlowsky
I am trying top run these 2 SELECT queries using mysql_real_query in MySQL-C. The only difference between them is changing the first hex value from 41 to 01. It if is 41, the query runs fine. When I change it to 01 I get the following segmentation fault. segfault at 0 ip 00402be6 sp

MYSQL 5.1.35 Segmentation fault

2009-07-16 Thread TianJing
id is 4 Server version: 5.1.35 Source distribution Segmentation fault* i can not get any helpfull message in the file:mysqld.log my configure command line is: ./configure --prefix=/export/data1/apps/local/mysql --bindir=/export/data1/apps/bin --sbindir=/export/data1/apps/sbin --sysconfdir

Re: MYSQL 5.1.35 Segmentation fault

2009-07-16 Thread fire9
: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 Server version: 5.1.35 Source distribution Segmentation fault* i can not get any helpfull message in the file:mysqld.log my configure command line is: ./configure --prefix=/export/data1/apps/local/mysql --bindir

Re: MYSQL 5.1.35 Segmentation fault

2009-07-16 Thread TianJing
Source distribution Segmentation fault* i can not get any helpfull message in the file:mysqld.log my configure command line is: ./configure --prefix=/export/data1/apps/local/mysql --bindir=/export/data1/apps/bin --sbindir=/export/data1/apps/sbin --sysconfdir=/export/data1/apps/etc/ --enable

Re: MYSQL 5.1.35 Segmentation fault

2009-07-16 Thread Joerg Bruehe
. Commands end with ; or \g. Your MySQL connection id is 4 Server version: 5.1.35 Source distribution Segmentation fault* From your text, it seems mysql (the command line client) crashed. If it happens again, please type (as the next command) echo $? to get the exit code. With a segmentation

mysql_init segmentation fault

2007-06-05 Thread S Nassar
Hi, I am running an application that interfaces with MySQL from c++. When I try to run the application, I get a segmentation fault at the line where I call mysql_init. Here is part of the output from gdb #0 0x081a0e78 in elf_machine_rel.0 () at ../sysdeps/i386/dl-machine.h:333 #1 0x081a113a

Re: mysql_init segmentation fault

2007-06-05 Thread Michael Dykman
a trusted source? - michael On 6/5/07, S Nassar [EMAIL PROTECTED] wrote: Hi, I am running an application that interfaces with MySQL from c++. When I try to run the application, I get a segmentation fault at the line where I call mysql_init. Here is part of the output from gdb #0

Segmentation Fault - core dumped

2007-03-14 Thread Nadia Saifuddin \(nsaifudd\)
Description: ./mysql_install_db --user=mysql Installing all prepared tables Segmentation Fault - core dumped Installation of system tables failed! How-To-Repeat: run ./mysql_install_db --user=mysql Fix: please suggest. Submitter-Id: submitter ID Originator: Organization

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; iltmysql_num_fields(res_set); i++) { I hope your client is

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

2006-07-23 Thread ali asghar torabi parizy
hi to all. thanks luiz and mike for response. my code is compiled when i use -lmysqlclient option and executable file is now exist but when i try to execute this file it prompts Segmentation fault .what's the meaning of it and what i have to do? ## gcc -o test -L/usr/lib/mysql

re:mysql client gets segmentation fault

2006-02-22 Thread Barton L. Phillips
Update. I downloaded the mysql-standard-4.1.18-pc-linux-gnu-i686.tar.gz and extracted mysql. The 4.1 mysql client does not get a segmentation fault when I do an up-arrow or anything else. It works just fine. The plot thickens. -- Barton L. Phillips Applied Technology

mysql client gets segmentation fault

2006-02-20 Thread Barton L. Phillips
causes a segmentation fault. Also if I up arrow once and then press the right arrow a couple of times and then try to insert a character or delete a character I also get a segmentation fault. I looked through the archives and have not seen anything like this so I expect it may have something

mysql_ping() leads to Segmentation fault

2006-02-15 Thread Ash Christopher
Hello, I am having issues with the MySQL C API. I have googled, and it seems many other people are having this issue too, but unfortunately I have yet to find a solution. It seems that whenever anything calls mysql_ping(), it causes a Segmentation fault. I am currently using MySQL 4.1.10a

Mysqldump segmentation fault(core dumped)

2005-12-08 Thread ISC Edwin Cruz
`.`idTCiudad`) and (`d`.`TEstado_idTEstado` = `e`.`idTEstado`)); Segmentation fault (core dumped) apps# uname -a FreeBSD apps.medel.com.mx 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 apps# tail -f apps.medel.com.mx.err Table status

Re: Mysqldump segmentation fault(core dumped)

2005-12-08 Thread Dan Nelson
`)); Segmentation fault (core dumped) ... apps# uname -a FreeBSD apps.medel.com.mx 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 I can't reproduce this on my FreeBSD 5.4 machine, running mysql-*-5.0.16. Try updating the mysql

Re: segmentation fault using mysql

2005-08-27 Thread Kemin Zhou
to server version: 4.1.14-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql \h Segmentation fault I had similar problems before. It was caused by older version of client. Once client is updated this problem goes away. This problem has also occured to me when I use InnoDB

Re: segmentation fault using mysql

2005-08-27 Thread Ed Kasky
end with ; or \g. Your MySQL connection id is 34 to server version: 4.1.14-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql \h Segmentation fault I had similar problems before. It was caused by older version of client. Once client is updated this problem goes away

segmentation fault using mysql

2005-08-25 Thread Ed Kasky
: 4.1.14-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql \h Segmentation fault My searches have not resulted in any solutions at this point - just thought I'd throw it out to the list and see if anyone has had a similar experience. Ed Kasky ~ Randomly Generated Quote

Re: Re: use mysql and segmentation fault

2005-04-19 Thread Xu Hao
Hi! I installed the same rpms on a SuSE 9.2 box and tried to reproduce that problem, but that problem didn't happen. It seems that this problem has something to do with RHEL3, right? Thanks. Hao Xu Hello. If you are able to reproduce this problem on another box with a similar

Re: use mysql and segmentation fault

2005-04-19 Thread Gleb Paharenko
Hello. You're sure that you are running an official binary? Xu Hao [EMAIL PROTECTED] wrote: Hi! I installed the same rpms on a SuSE 9.2 box and tried to reproduce that problem, but that problem didn't happen. It seems that this problem has something to do with RHEL3, right?

Re: Re: use mysql and segmentation fault

2005-04-19 Thread Xu Hao
Yes, I downloaded the 4.1 rpms from http://dev.mysql.com/downloads/mysql/4.1.html Hello. You're sure that you are running an official binary? Xu Hao [EMAIL PROTECTED] wrote: Hi! I installed the same rpms on a SuSE 9.2 box and tried to reproduce that problem, but that problem

use mysql and segmentation fault

2005-04-18 Thread Xu Hao
Hi everyone! I downloaded and installed the mysql 4.1 rpms on my RedHat Enterprise Linux 3 box and found a strange problem. If I invoke the client program by mysql -u root -p'mypassword' and then type use mysql, then segmentation fault happens, but if I invoke the client program by mysql -u

Re: use mysql and segmentation fault

2005-04-18 Thread Gleb Paharenko
downloaded and installed the mysql 4.1 rpms on my RedHat Enterprise Linux 3 box and found a strange problem. If I invoke the client program by mysql -u root -p'mypassword' and then type use mysql, then segmentation fault happens, but if I invoke the client program by mysql -u root

Segmentation fault while executing Mysql application.

2005-03-25 Thread Imran Irfan
retrieved desire result with respect to query. ii- But Following error occur after print desire result on screen at end: I- Segmentation fault. 7. Experiments: i- I have examined application behaviour with libmysqlclient.a file

Re: Newbie question: segmentation fault in mysql_init

2004-12-13 Thread Paul DuBois
At 19:32 +0100 12/13/04, Alina BiŸkowska wrote: Description: When I try to call mysql_init() several times in my program it finishes with segmentation fault. This happens in different places of my program but always in mysql_init(). This is the gdb output: #0 0x007ba6ae in malloc_consolidate

Newbie question: segmentation fault in mysql_init

2004-12-13 Thread Alina Bikowska
Description: When I try to call mysql_init() several times in my program it finishes with segmentation fault. This happens in different places of my program but always in mysql_init(). This is the gdb output: #0 0x007ba6ae in malloc_consolidate () from /lib/tls/libc.so.6 #1 0x007b9e6a

Apache2.0.50 Segmentation fault when using PHP 4.3.8 + MySQL 4.0.20

2004-07-30 Thread Gert Lynge @ Home
...and different (mainly newer) versions of the CMS called PostNuke, my apache childs died on index.php with this in the Apache error log: child pid x exit signal Segmentation fault (11). I tracked it to a PHP function call to MySQL (in some PostNuke database include) Tried: - older Apache - even 1.3

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

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

Segmentation fault

2003-09-26 Thread Santiago Flores
I get this: /usr/local/mysql/bin/mysqld_safe: line 342: 23172 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking $err_log 21 When attempting to do: Select n from table.n where field1='x

Segmentation fault using the C API

2003-06-18 Thread Sean Macmillan
a segmentation fault. Thought it might have been programmer's error so I reviewed my code and it is not. I then compiled 'insert_test.c', a program that came with the source distribution and it to compiled fine using the above make line. When I ran this executable it also seg faults

Segmentation Fault in mysql_server_init() while using Embedded server

2003-06-16 Thread Satheesh Ganapathi Subramanian
Hi All I'm trying to create a new database using the embedded server (MySQL 4.0.13). I compiled the source distribution on linux as follows: ./configure --prefix=/fs32/b/sgsubram/bin/MySQL-with-new-hash/LINUX --enable-assembler --with-mysqld-ldflags=-all-static

Re: mysqlhotcopy generates a segmentation fault

2003-06-11 Thread Martin Waite
On Wed, 2003-06-11 at 01:55, Danny Cron wrote: I have three boxes. Mysqlhotcopy works on box1, but it generates a segmentation fault on box2 and box3. I want it to work on all boxes. I am prepared to upgrade them all to the level of box3 (but mysqlhotcopy doesn't work

mysqlhotcopy generates a segmentation fault

2003-06-10 Thread Danny Cron
I have three boxes. Mysqlhotcopy works on box1, but it generates a segmentation fault on box2 and box3. I want it to work on all boxes. I am prepared to upgrade them all to the level of box3 (but mysqlhotcopy doesn't work with that configuration). Does anyone know of a solution? Box 1: Debian

segmentation fault.

2003-03-02 Thread Richard Pijnenburg
Dear list, I've installed mysql 3.32.55 And for some reason, I'm getting this error message on my screen: /usr/local/mysql/bin/safe_mysqld: line 280: 8207 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file

RE: [Web-cyradm] mysql segmentation fault ( cyrus checking )

2003-03-02 Thread richard pijnenburg
/safe_mysqld: line 280: 9375 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking $err_log 21 Number of processes running now: 1 mysqld process hanging, pid 9385 - killed 030302 21:05:43 mysqld restarted

Segmentation Fault Closing Database

2003-02-27 Thread Ron Sorber
I am receiving a Segmentation Fault error when closing the connection to a database. Using MySQL 4.0.10-0 on Redhat linux 7.3 static void closeDatabase( DBMS_STATE_INFO *dbmsInfo ) { mysql_close( dbmsInfo-connection ); dbmsInfo-connection = NULL; } Thank

Segmentation fault

2003-02-08 Thread Pierre-Yves Saumont
Hello, I am using Version : 3.23.40 under Linux and 3.23.51-Max under Windows XP I get the following error message while dumping my database. The segmentation fault is caused by the -c option. (It also occurs under Windows XP). Pierre-Yves Saumont Red Hat Linux release 6.2 (Zoot) Kernel

Re: Segmentation fault when scanning mysqld port

2003-01-26 Thread Stefan Hinz, iConnect \(Berlin\)
Manuel, Benjamin, /usr/local/mysql/3.23.55/bin/safe_mysqld: line 280: 1757 Segmentation fault And again, this looks like the SuSE bug to me. Here's my posting about an error like this on Red Hat: cite who=myself Synopsis: Server crashes on remote connection I'm not a Unix guru but I

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+mysqlhl=delr=ie=UTF-8oe=UTF-8selm=apkaeo%242cspr%242%40ID-121729.news.dfncis.dernum=3 -- Manuel Kiessling - Before posting, please check:

Re: Segmentation fault when scanning mysqld port

2003-01-26 Thread Stefan Hinz, iConnect \(Berlin\)
PROTECTED] Sent: Sunday, January 26, 2003 11:07 AM Subject: Re: Segmentation fault when scanning mysqld port hello, Stefan Hinz, iConnect (Berlin) wrote: Manuel, Benjamin, And again, this looks like the SuSE bug to me. that's good news, at least now i know it's not just me. Anyone has a good

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:

Segmentation fault when scanning mysqld port

2003-01-25 Thread Manuel Kiessling
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: /usr/local/mysql/3.23.55/bin/safe_mysqld: line 280: 1757 Segmentation

Re: Segmentation fault when scanning mysqld port

2003-01-25 Thread Benjamin Pflugmann
/local/mysql/3.23.55/bin/safe_mysqld: line 280: 1757 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking $err_log 21 Number of processes running now: 1 mysqld process hanging, pid

Segmentation fault when using MySQL++

2002-12-16 Thread Leo Chow
Hi all, I am now writing an C++ application with the use of MySQL. When I follow the tutorial in MySQL++ manual, the application go into segmentation fault during execution. What's the mistake I have made? The followings are the codes and the error messages during execution. Codes: #include

Segmentation fault

2002-12-16 Thread Laxmikanth M.S.
Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking $err_log 21 Number of processes running now: 0 021216 14:42:05 mysqld restarted 021216 14:42:05 mysqld ended .how it can be solved thanks

segmentation fault with mysql_num_rows - C API in Apache module

2002-12-09 Thread James Northcott
I am writing an Apache module that has to perform some queries against a MySQL database. For the most part, it is working properly. However, when I get an empty result set for my query (that is, the select returns no rows) I get a segmentation fault when trying to call mysql_num_rows. Here

Segmentation Fault on remote connection

2002-11-21 Thread Robert Iles
system, from PHP or just using mySQL, I get a ang or a segmentation fault . Server - Mysql version 3.23.52-log - Suse 8.1 professional Client - Suse ?? - Mysql version 3.23.32 On server machine start up mysqld in the standard way ... mysql /etc/init.d/mysql start On client machine, try

Segmentation fault when accessing mysql from non-local host

2002-10-22 Thread Lazics
Description: 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: /usr/local/mysql-3.23.52/bin/safe_mysqld: line 273: 5979 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults

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

2002-10-22 Thread Egor Egorov
Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION L --pid-file=$pid_file --skip-locking $err_log 21 How-To-Repeat: LThat is a thing, that I don't know... Please, downgrade your glibc. glibc 2.2.5-40 is a cause of MySQL

Red Hat Network Updates cause segmentation fault in older versionsof MySQL 3.23

2002-10-20 Thread Lukas Bower
Red Hat Network users who have applied all recent critical updates will experience segmentation faults when accessing MySQL with remote clients (including MyODBC). Access from localhost seems to be OK. The solution is to upgrade to MySQL 3.23.53. At this time RedHat does not have updated

re: Segmentation Fault when connecting via TCP/IP

2002-10-16 Thread Egor Egorov
to MySQL server during query caddn [root@monitor bin]# caddn At the same you do this on the client machine.. you get this on the host machine : caddn /usr/local/bin/safe_mysqld: line 269: 26209 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults caddn --basedir=$MY_BASEDIR_VERSION

Segmentation Fault when connecting via TCP/IP

2002-10-15 Thread clint
machine.. you get this on the host machine : /usr/local/bin/safe_mysqld: line 269: 26209 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking $err_log 21 Number of processes running now: 1

Re: mysqld --help - Segmentation fault

2002-09-03 Thread Victoria Reznichenko
sitnikov, Friday, August 30, 2002, 8:34:03 PM, you wrote: Description: s Segmentation fault when starti mysqld with --help How-To-Repeat: s mysqld --help I tested it and mysqld --help worked without any problem. Today Michael Tam reported about crush if he used bind-address

mysqld --help - Segmentation fault

2002-08-30 Thread sitnikov
Description: Segmentation fault when starti mysqld with --help How-To-Repeat: mysqld --help Server version: mysql-4.0.3-beta-pc-linux-gnu-i686 Environment: System: Linux gap 2.4.18 #3 SMP Fri Mar 15 14:40:03 EET 2002 i686 unknown Architecture: i686 Some paths: /usr

Re: mysqlhotcopy problem - Segmentation fault

2002-08-29 Thread Jeremy Zawodny
On Wed, Aug 28, 2002 at 04:50:22PM -0400, Mihail Manolov wrote: I have strange problem - I get Segmentation fault error when I am trying to execute mysqlhotcopy. When I remove the [mysqlhotcopy] section in my /etc/my.cnf configuration it works. Meanwhile, on another server it works just

Re: mysqlhotcopy problem - Segmentation fault

2002-08-29 Thread Mihail Manolov
Yes, both run 3.23.49a - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED] To: Mihail Manolov [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 3:24 AM Subject: Re: mysqlhotcopy problem - Segmentation fault On Wed, Aug 28, 2002 at 04:50:22PM -0400, Mihail

mysqlhotcopy problem - Segmentation fault

2002-08-28 Thread Mihail Manolov
I have strange problem - I get Segmentation fault error when I am trying to execute mysqlhotcopy. When I remove the [mysqlhotcopy] section in my /etc/my.cnf configuration it works. Meanwhile, on another server it works just fine with the same configuration file. There is nothing fancy

mysqlhotcopy problem - Segmentation fault

2002-08-28 Thread Mihail Manolov
I have strange problem - I get Segmentation fault error when I am trying to execute mysqlhotcopy. When I remove the [mysqlhotcopy] and [client] sections in my /etc/my.cnf configuration it works. Meanwhile, on another server it works just fine with the same configuration file. There is nothing

Segmentation Fault

2002-07-11 Thread Jenny Christy
use SQLFreeStmt with SQL_UNBIND and SQL_CLOSE one by one. at the time of disconnect i use SQLFreeStmt with SQL_DROP. all the fuction in this sequence does work. but when i use query Select * from It does not work and gives Segmentation fault in the function SQLFreeStmt with SQL_CLOSE

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

Segmentation Fault on mysqladmin

2002-04-26 Thread aaron
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 the test database just fine. Here is the output from strace

Segmentation Fault when connecting using DBI and option file

2002-04-07 Thread ray
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 DBD-mysql were installed from redhat.com

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 DBD

Segmentation fault in MySQL database on Solaris2.8 for Intel.

2002-03-26 Thread Prachi
Hi, After following the procedure on the web site for installing the MySQL database on Solaris machine we encountered Segmentation fault (during the Configuring mySQL for your machine step). Please help me with this. Regards, Prachi

Segmentation fault and core dump at daemon startup

2002-03-22 Thread Der Rudi
Description: Whenever I try to start up the daemon it gives a 'Segmentation fault core dumped' message and shuts down. How-To-Repeat: Just try to start the daemon up Fix: ? Submitter-Id: [EMAIL PROTECTED] Originator: [EMAIL PROTECTED

Segmentation Fault at Œrun-all-tests¹ script..

2002-02-20 Thread Lou Picciano
Hey all, Just did a compile and install of v4.01 for multiprocessor Sparc. Server has started, runs OK, have fiddled with privileges successfully... Naturally, next step: I¹d like to test everything. But now, I get a Segmentation Fault immediately at Œrun-all-tests¹ script in sql-bench. Any

Segmentation fault - core dumped on Solaris 8 x86

2002-01-28 Thread Egor Egorov
Adolfo, Saturday, January 26, 2002, 6:52:20 PM, you wrote: AEZ I have instaled MYSQL on Solaris 2.8 on Intel plataform, and did this AEZ as says the manual, but when try to run it sends a message : AEZ Segmentation fault - core dumped AEZ # bin/safe_mysqld --user=mysql AEZ # Starting mysqld

Segmentation fault - core dumped on Solaris 8 x86

2002-01-26 Thread Adolfo Escobedo Zamora
I have instaled MYSQL on Solaris 2.8 on Intel plataform, and did this as says the manual, but when try to run it sends a message : Segmentation fault - core dumped # bin/safe_mysqld --user=mysql # Starting mysqld daemon with databases from /usr/local/mysql/data Segmentation Fault - core dumped

Segmentation fault on startup after fresh install

2002-01-22 Thread Kevin Porter
Hi, I've just installed MySQL 3.23 binary on Solaris. When I try: bin/safe_mysqld it crashes out like this: bash-2.03# bin/safe_mysqld [2] 9106 bash-2.03# Starting mysqld daemon with databases from /export/mysql-3.23.39-pc-solaris2.8-i386/data Segmentation Fault - core dumped 020122 14:18

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 different

Re: mysql client exits with core dump segmentation fault

2002-01-05 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: Description: ##After building mysql and 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

Re: mysql client exits with core dump segmentation fault

2002-01-05 Thread Bill Kurland
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 different model machine, but running

mysql client exits with core dump segmentation fault

2002-01-04 Thread bill
. Type '\c' to clear the buffer. mysql show table Program received signal SIGSEGV, Segmentation fault. 0xe0002fa0 in ?? () from (unknown load module) (gdb) q The program is running. Exit anyway? (y or n) y ## If I then try to shutdown the server, which is PID 46736: watts:/usr/local/mysql/bin

problem with starting mysql server + segmentation fault

2001-10-19 Thread paladugu nagendra prasad
/local/mysql shell chown -R root /usr/local/mysql/bin shell bin/safe_mysqld --user=mysql 9800 shell Starting mysqld daemon with databases from /usr/local/mysql-3.23.39-pc-solaris2.8-i386/data Segmentation Fault - core dumped 011019 17:52:28 mysqld ended regards prasad

segmentation fault post mysql server binary install for solaris-i386

2001-09-10 Thread Jeff Tanner
I am getting a segmentation fault on a solaris i86pc when executing either with: ./bin/safe_mysqld ./bin/mysql -h active_mysql_host On this solaris i86pc, I got the following binary install: mysql-3.23.39-pc-solaris2.8-i386.tar.gz Then untarred it with GNU tar (gtar

Segmentation fault with mysql_install_db

2001-08-01 Thread Bernard Bross
): ./scripts/mysql_install_db Installing all prepared tables ./scripts/mysql_install_db: line 1: 2821 Segmentation fault ./bin/mysqld --bootstrap --skip-grant-tables --basedir=. --datadir=./data --skip-innodb --skip-gemini --skip-bdb Installation of grant tables failed! A 3.22 version of mysql runs fine

Re: Segmentation fault with mysql_install_db

2001-08-01 Thread Sasha Pachev
with the same configuration, and got the same result): ./scripts/mysql_install_db Installing all prepared tables ./scripts/mysql_install_db: line 1: 2821 Segmentation fault ./bin/mysqld --bootstrap --skip-grant-tables --basedir=. --datadir=./data --skip-innodb --skip-gemini --skip-bdb

segmentation fault

2001-07-11 Thread Breughel Macabuhay
Segmentation Fault - core dumped 010711 16:21:08 mysqld ended Can anybody help? Breugh __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com

Re: segmentation fault

2001-07-11 Thread Kris Amy
: 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 installing mySQL 3.23.39 on solaris 8 (intel). I followed these steps(I used GNU tar

Re: segmentation fault

2001-07-11 Thread Dibo Chen
[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 downloaded mysql-VERSION-OS.tar.gz. How can anyone help you if you hide what you are doing

Re: segmentation fault

2001-07-11 Thread Steve Brazill
the symbolic link, and renaming your MySQL directory to mysql) - Original Message - From: Breughel Macabuhay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:43 AM Subject: segmentation fault Hi, I am a just a solaris newbie. I tried installing mySQL 3.23.39 on solaris 8

Re: segmentation fault

2001-07-11 Thread Kenneth Kopelson
] 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. How can anyone help you if you hide what you are doing? Breughel Macabuhay wrote: Hi, I am a just a solaris newbie

Re: segmentation fault

2001-07-11 Thread Breughel Macabuhay
that it was pretty obvious since I believe that all of you guys have read the manual before and I assumed this part: 1759 # Starting mysqld daemon with databases from /usr/local/mysql-3.23.39-pc-solaris2.8-i386/data Segmentation Fault - core dumped 010711 16:21:08 mysqld ended have obviously shown the mysql

Re: segmentation fault (problem solved)

2001-07-11 Thread Breughel Macabuhay
that it was pretty obvious since I believe that all of you guys have read the manual before and I assumed this part: 1759 # Starting mysqld daemon with databases from /usr/local/mysql-3.23.39-pc-solaris2.8-i386/data Segmentation Fault - core dumped 010711 16:21:08 mysqld ended have obviously

Segmentation Fault - core dumped

2001-07-10 Thread bobbrom
hello I am trying to run a mysql data base on a sparc20 running solaris 2.6. The data base loads and works fine, but when I load Msql-Mysql-modules. I get a Segmentation Fault - core dumped . when I run a cgi script from the command line the data is obtained from the data base

mysql segmentation fault on starting

2001-07-07 Thread Hung Hing Fai
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] To: [EMAIL PROTECTED] Subject: mysqld segmentation fault on starting Description: mysqld

Re: mysql segmentation fault on starting

2001-07-07 Thread Tonu Samuel
Hung Hing Fai wrote: Description: mysqld segmentation fault on starting How-To-Repeat: # mysqld Segmentation Fault # ldd mysqld ldd: mysqld: execution failed due to signal 11 Configure command: ./configure --prefix=/usr/local/mysql '--with-comment

segmentation fault with g++/cygwin/mysql

2001-06-03 Thread Mehdi Rachdi
Hi all, I hava a little problem for developping a windows mysql client program in C++. I compile it using cygwin. there is no problem during the compilation but when I execute it, it seems that when I execute a select query and retrieve the data, it access memory that it shouldn't. I tested my

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-21 Thread Dave Brooks, BCS Systems
attempt our script, Apache reports a segmentation fault (as shown in its error logs) and the client browser gets an unexpected network error. Any ideas, debugging clues, etc would be much appreciated. AIX 4.3.3 Apache 1.3.12 (IBM HTTP Server) MySQL 3.23.32 PHP 4.0.4 pl 1

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-20 Thread Dave Brooks, BCS Systems
, as to be expected. If however, mysqld is started and then we attempt our script, Apache reports a segmentation fault (as shown in its error logs) and the client browser gets an unexpected network error. Any ideas, debugging clues, etc would be much appreciated. AIX 4.3.3 Apache

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-20 Thread Dave Brooks, BCS Systems
a database error Can't connect to server, as to be expected. If however, mysqld is started and then we attempt our script, Apache reports a segmentation fault (as shown in its error logs) and the client browser gets an unexpected network error. Any ideas, debugging clues, etc would

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-20 Thread Zachary Burnham
and then we attempt our script, Apache reports a segmentation fault (as shown in its error logs) and the client browser gets an unexpected network error. Any ideas, debugging clues, etc would be much appreciated. AIX 4.3.3 Apache 1.3.12 (IBM HTTP Server) MySQL 3.23.32

AIX segmentation fault with PHP, Apache and MySQL

2001-05-17 Thread Dave Brooks, BCS Systems
. If our PHP scripts are invoked when mysqld is not active we get a database error Can't connect to server, as to be expected. If however, mysqld is started and then we attempt our script, Apache reports a segmentation fault (as shown in its error logs) and the client browser gets an unexpected

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-17 Thread Zachary Burnham
script, Apache reports a segmentation fault (as shown in its error logs) and the client browser gets an unexpected network error. Any ideas, debugging clues, etc would be much appreciated. AIX 4.3.3 Apache 1.3.12 (IBM HTTP Server) MySQL 3.23.32 PHP 4.0.4 pl 1 Many thanks, Dave Brooks

  1   2   >