Bug #35506 | MySQL Crashes when a remote connection is made | ||
---|---|---|---|
Submitted: | 23 Mar 2008 21:10 | Modified: | 24 Mar 2008 20:59 |
Reporter: | Ruben - | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.51a | OS: | Linux (Debian stable) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Connection, Debian, linux, optimized, pentium-builder, pgcc |
[23 Mar 2008 21:10]
Ruben -
[24 Mar 2008 6:09]
MySQL Verification Team
starting with --skip-name-resolve can be a temporary workaround
[24 Mar 2008 8:43]
Alexey Kopytov
Ruben, This is most likely a duplicate of bug #24611. Please check the error log, it should have the following: " You are running a statically-linked LinuxThreads binary on an NPTL system. This can result in crashes on some distributions due to LT/NPTL conflicts. You should either build a dynamically-linked binary, or force LinuxThreads to be used with the LD_ASSUME_KERNEL environment variable. Please consult the documentation for your distribution on how to do that. " Can you verify that mysqld started with LD_ASSUME_KERNEL="2.4.1" does not crash?
[24 Mar 2008 8:46]
Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with -O2 and/or older gcc version and inform about the results.
[24 Mar 2008 18:22]
Ruben -
Hi, Alexey Kopytov's changed worked. I have the same message in my error log and starting with LD_ASSUME_KERNEL="2.4.1" makes it work.
[24 Mar 2008 20:59]
Sveta Smirnova
Thank you for the feedback. Closed as duplicate of bug #24611.