mysqldump seg faults if compiled with openssl support

2007-03-20 Thread leena . heino
Description: Mysqldump seg faults if compiled with openssl support. gdb output: Starting program: /usr/local/bin/mysqldump -cf anydb Program received signal SIGSEGV, Segmentation fault. 0xff24db6c in mysql_options () from /usr/local/lib/mysql/libmysqlclient.so.15 (gdb) bt #0 0xff24db6c

Re: MySQL 3.23.58 seg faults occasionally

2004-01-27 Thread Heikki Tuuri
: ret End of assembler dump. (gdb) List:MySQL General Discussion« Previous MessageNext Message » From:Michael BacarellaDate:January 26 2004 6:21pm Subject:Re: MySQL 3.23.58 seg faults occasionally the crashes below happen in independent areas of code. The 2 first are inside

Re: MySQL 3.23.58 seg faults occasionally

2004-01-27 Thread Michael Bacarella
trx_rseg_get_on_id+30: pop%ebp 0x81fa94f trx_rseg_get_on_id+31: ret End of assembler dump. (gdb) List:MySQL General Discussion« Previous MessageNext Message » From:Michael BacarellaDate:January 26 2004 6:21pm Subject:Re: MySQL 3.23.58 seg faults occasionally

Re: MySQL 3.23.58 seg faults occasionally

2004-01-26 Thread Michael Bacarella
the crashes below happen in independent areas of code. The 2 first are inside InnoDB, and the third inside MySQL. This looks like random thread crashes, or random memory corruption. My colleague tells me that the third stack trace (the one inside MySQL) is from a RESET MASTER. This

Re: MySQL 3.23.58 seg faults occasionally

2004-01-16 Thread Heikki Tuuri
support from http://www.mysql.com/support/index.html . List:MySQL General Discussion« Previous MessageNext Message » From:Michael BacarellaDate:January 16 2004 12:32am Subject:MySQL 3.23.58 seg faults occasionally First we cut to the chase with a resolved stack trace from

Re: MySQL 3.23.58 seg faults occasionally

2004-01-16 Thread Michael Bacarella
the crashes below happen in independent areas of code. The 2 first are inside InnoDB, and the third inside MySQL. This looks like random thread crashes, or random memory corruption. My colleague tells me that the third stack trace (the one inside MySQL) is from a RESET MASTER. This server

MySQL 3.23.58 seg faults occasionally

2004-01-15 Thread Michael Bacarella
First we cut to the chase with a resolved stack trace from the most recent crash: 0x80c23d5 handle_segfault__Fi + 425 0x40022f54 _end + 935506260 0x822cdef btr_search_build_page_hash_index + 4771 0x82281c3 btr_search_info_update_slow + 919 0x8213f9e btr_cur_search_to_nth_level + 3154 0x81e9dce

[Fwd: Fwd: MySQL segmentation faults...]

2003-09-19 Thread Dave Howorth
Jochen Wiedman asked that I post this stack trace. Please cc me on any replies, as I'm not subscribed to the list. The original problem description is at the end. Cheers, Dave Original Message Subject: Re: MySQL segmentation faults... Date: Thu, 18 Sep 2003 20:59:57 +0200 From

Fwd: MySQL segmentation faults...

2003-09-19 Thread Dave Howorth
Jochen Wiedman asked that I post this stack trace. Please cc me on any replies, as I'm not subscribed to the list. The original problem description is at the end. Cheers, Dave Original Message Subject: Re: MySQL segmentation faults... Date: Thu, 18 Sep 2003 20:59:57 +0200 From

mysql_install_db on Mysql 4.1.0 seg-faults

2003-08-18 Thread Simon
Hi, I'm trying to get a version of MySQL 4.1.0 installed on my (Gentoo Linux) machine. I have a copy of MySQL 4.0.13 already installed, using Gentoo's ebuilds, but am trying to install 4.1.0 in a side-by-side configuration. (Into /usr/local/mysql_alpha, talking to port 3300) - So I can run 4.0

re: Mysql seg faults on remote connections

2002-11-05 Thread Egor Egorov
Chris, Monday, November 04, 2002, 11:33:22 PM, you wrote: CW Same thing here. Local sockets are working find. Remote connections CW segfault. Getting ready to try the *workaround*. I am using mysql from CW the stock install of RH8.0 Take a look at this:

Mysql seg faults on remote connections

2002-11-04 Thread Chris West
Same thing here. Local sockets are working find. Remote connections segfault. Getting ready to try the *workaround*. I am using mysql from the stock install of RH8.0 Chris - Before posting, please check:

Re: Mysql seg faults on remote connections

2002-11-04 Thread David Wu
Whats the workaround?? How should I start with mysql with defualt setting in a command line??? Thanks guys On Monday, November 4, 2002, at 01:33 PM, Chris West wrote: [EMAIL PROTECTED] - Before posting, please check:

Mysql seg faults on remote connections

2002-10-15 Thread Matt Petteys
daemon actually seg faults. #1 - The segfault message (below) is not logged by the safe_mysqld script so that may want to be looked at. After a while of testing I discovered that if the --skip-name-resolve is specified in the my.cnf file then the server accepts remote connections. From the output

Re: Segmentation Faults on 4.0 Using Linux on Alpha

2001-12-20 Thread Michael Widenius
Hi! Sinisa == Sinisa Milivojevic [EMAIL PROTECTED] writes: Sinisa Van writes: Sinisa: As in possibly the binutils problem? I've had to use: gcc version 2.95.4 20011006 (Debian prerelease) to do any builds of things that need glibc2.3.2, but had to revert to the potato compiler to

Segmentation Faults on 4.0 Using Linux on Alpha

2001-12-19 Thread Van
Greetings: Running a Debian kernel 2.4.9 and MySQL 4.0 compiled and appears to be running. Selects against the local database appear to work fine. I've got a couple userland applications that update data in remote 3.23.x servers that no longer work. I haven't seen anything related to this in

Re: Segmentation Faults on 4.0 Using Linux on Alpha

2001-12-19 Thread Sinisa Milivojevic
Van writes: Greetings: Running a Debian kernel 2.4.9 and MySQL 4.0 compiled and appears to be running. Selects against the local database appear to work fine. I've got a couple userland applications that update data in remote 3.23.x servers that no longer work. I haven't seen anything

Re: Segmentation Faults on 4.0 Using Linux on Alpha

2001-12-19 Thread Van
Sinisa Milivojevic wrote: Van writes: Running a Debian kernel 2.4.9 and MySQL 4.0 compiled and appears to be running. vanboers@tempe:~$ strace ./mysqlscan 1 2 execve(./mysqlscan, [./mysqlscan, 1, 2], [/* 17 vars */]) = 0 ... brk(0x1200ba000)= 0x1200ba000 ---

Re: Segmentation Faults on 4.0 Using Linux on Alpha

2001-12-19 Thread Sinisa Milivojevic
Van writes: Sinisa: As in possibly the binutils problem? I've had to use: gcc version 2.95.4 20011006 (Debian prerelease) to do any builds of things that need glibc2.3.2, but had to revert to the potato compiler to compile the kernel. What's the recommended compiler/glibc for

Seg faults with mysql_query mysql_ping using libmysqld

2001-10-26 Thread greg . kurzawa . b
Hello, I am experiencing seg faults in seemingly innocent code with MySQL version 4.0.0 and the embedded library, libmysqld. The fault only happens when calling particular functions, specifically mysql_ping() and mysql_query(). There might be others, but these are the only ones I've found so

Re: Seg faults with mysql_query mysql_ping using libmysqld

2001-10-26 Thread Sergei Golubchik
Hi! On Oct 26, [EMAIL PROTECTED] wrote: Hello, I am experiencing seg faults in seemingly innocent code with MySQL version 4.0.0 and the embedded library, libmysqld. The fault only happens when calling particular functions, specifically mysql_ping() and mysql_query(). There might

Re: Seg faults with mysql_query mysql_ping using libmysqld

2001-10-26 Thread Sasha Pachev
On Friday 26 October 2001 11:12, [EMAIL PROTECTED] wrote: Hello, I am experiencing seg faults in seemingly innocent code with MySQL version 4.0.0 and the embedded library, libmysqld. The fault only happens when calling particular functions, specifically mysql_ping() and mysql_query

Faults

2001-07-18 Thread Marco Pappalardo
Hi all! I'm thinking about using MySql in an application over an unstable system. Database will probably be subject to system crashes and unexpected lack of power supply. So I need the database has a strong Persistence policy and, if possible, that it allows the user to set some parameters to

Re: Faults

2001-07-18 Thread Werner Stuerenburg
The main aspect I'm interested in is avoiding data loss. So I want that any change to database must immediatly (or at least on regular intervals) be made persistent. Is there any configurable parameter to do this? You may want to read about transaction services. -- Herzlich Werner

Re: Faults

2001-07-18 Thread Gerald Clark
Werner Stuerenburg wrote: The main aspect I'm interested in is avoiding data loss. So I want that any change to database must immediatly (or at least on regular intervals) be made persistent. Is there any configurable parameter to do this? You may want to read about transaction

make failes because conf_to_src seg faults

2001-04-16 Thread Joe Rouvier
here are lib conflicts, but... I'll take a closer look. Submitter-Id: submitter ID Originator:Seer Snively Organization: -- Seer Snively -- Lead Slacker -- Nethelp International MySQL support: none | licence | email support | extended email support ] Synopsis: make fails