MySQL 4.1 segfault when zsh SIGHUP the job.

MySQL 4.1 segfault when zsh SIGHUP the job.

am 04.12.2002 12:56:16 von Jocelyn Fournier

Hi,

How-to-repeat :

I'm launching mysql through mysqld_safe & with root privilege.
Then I try to exit the console, and I get the following :

[root@forum] /home/mysql> mysqld_safe --log-bin &
<12:46:50
[1] 13568
[root@forum] /home/mysql> Starting mysqld daemon with databases from
/home/mysql <12:47:08

[root@forum] /home/mysql> exit
<12:47:09
zsh: you have running jobs.
[root@forum] /home/mysql> exit
<12:48:02
zsh: warning: 1 jobs SIGHUPed
/usr/local/mysql/bin//mysqld_safe: line 1: 13602 Segmentation fault
nice --5 nohup
/usr/local/mysql/libexec/mysqld --basedir=/usr/local/mysql --datadir=/home/m
ysql --user=mysql --pid-file=/home/mysql/forum.hardware.fr.pid --skip-lockin
g --log-bin >>/home/mysql/forum.hardware.fr.err 2>&1

Number of processes running now: 0
021204 12:48:06 mysqld restarted

Any idea of what is wrong here ?

Regards,
Jocelyn


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13208@lists.mysql.com
To unsubscribe, e-mail

Re: MySQL 4.1 segfault when zsh SIGHUP the job.

am 04.12.2002 14:30:57 von Sinisa Milivojevic

Jocelyn Fournier writes:
> Hi,
>
> How-to-repeat :
>
> I'm launching mysql through mysqld_safe & with root privilege.
> Then I try to exit the console, and I get the following :
>
> [root@forum] /home/mysql> mysqld_safe --log-bin &
> <12:46:50
> [1] 13568
> [root@forum] /home/mysql> Starting mysqld daemon with databases from
> /home/mysql <12:47:08
>
> [root@forum] /home/mysql> exit
> <12:47:09
> zsh: you have running jobs.
> [root@forum] /home/mysql> exit
> <12:48:02
> zsh: warning: 1 jobs SIGHUPed
> /usr/local/mysql/bin//mysqld_safe: line 1: 13602 Segmentation fault
> nice --5 nohup
> /usr/local/mysql/libexec/mysqld --basedir=/usr/local/mysql --datadir=/home/m
> ysql --user=mysql --pid-file=/home/mysql/forum.hardware.fr.pid --skip-lockin
> g --log-bin >>/home/mysql/forum.hardware.fr.err 2>&1
>
> Number of processes running now: 0
> 021204 12:48:06 mysqld restarted
>
> Any idea of what is wrong here ?
>
> Regards,
> Jocelyn
>

Hi!

To me the above looks like a nice bug report for zsh and it's problems
with `nohup`....

--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13209@lists.mysql.com
To unsubscribe, e-mail