antirez ab3d3aca48 Prevent corruption of server.executable after DEBUG RESTART.
Doing the following ended with a broken server.executable:

1. Start Redis with src/redis-server
2. Send CONFIG SET DIR /tmp/
3. Send DEBUG RESTART

At this point we called execve with an argv[0] that is no longer related
to the new path. So after the restart the absolute path of the
executable is recomputed in the wrong way. With this fix we pass the
absolute path already computed as argv[0].
2017-11-30 18:40:20 +01:00
..
2016-04-25 16:49:57 +03:00
2016-06-07 16:46:00 -04:00
2016-04-04 08:50:58 +02:00
2015-10-01 13:02:25 +02:00
2017-11-08 17:09:01 +01:00
2016-07-27 11:34:25 +02:00
2016-07-27 11:34:25 +02:00
2016-06-14 14:45:28 +02:00
2015-07-27 14:37:58 +02:00
2015-07-27 14:37:58 +02:00
2014-08-08 10:05:32 +02:00
2017-04-18 16:16:09 +02:00
2017-04-18 16:16:09 +02:00
2016-10-10 01:13:20 +09:00
2017-01-27 10:49:25 +01:00
2016-04-25 16:49:57 +03:00
2015-04-27 12:07:49 +02:00
2015-04-27 12:07:49 +02:00
2017-02-21 17:16:35 +01:00
2017-06-20 16:56:47 +02:00
2014-07-02 16:31:22 +02:00
2016-09-12 13:19:05 +02:00
2016-05-10 06:40:05 +02:00
2017-11-30 13:23:42 +01:00
2017-02-01 17:01:41 +01:00