oni-link
4aa6279a6b
event_teardown(): retry uv_loop_close() instead of abort. #2903
abort() causes a bad exit; retry uv_loop_close() instead.
Before this change, this ruby script will cause nvim to abort() instead
of exiting cleanly:
```
require 'open3'
require 'base64'
Open3.popen3('nvim --embed -u -NONE') {|stdin, stdout, stderr, wait_thr|
# base64-encoded msgpack message for the vim_command "qa!".
stdin.write Base64.decode64('kwKrdmltX2NvbW1hbmSRo3FhIQ==')
puts wait_thr.value
}
```
References ##2663
Closes #2466
Closes #2648
Helped-by: Rui Abreu Ferreira <raf-ep@gmx.com>
2015-06-25 22:26:28 -04:00
..
2015-06-25 01:26:17 -04:00
2015-04-13 08:22:44 -03:00
2015-05-29 13:12:12 -04:00
2015-06-25 22:26:28 -04:00
2015-05-17 14:57:43 -04:00
2015-06-22 11:58:43 +02:00
2015-06-13 19:49:25 +02:00
2014-11-15 17:17:21 -05:00
2014-07-11 18:33:07 -04:00
2015-04-24 22:17:02 -03:00
2014-07-16 17:12:34 +02:00
2015-04-08 18:33:54 +03:00
2015-05-16 23:46:29 -04:00
2015-03-25 18:57:35 -03:00
2015-05-26 00:49:05 -04:00
2014-07-12 14:26:55 +02:00
2015-06-25 01:28:02 -04:00
2015-04-24 20:37:13 -03:00
2014-06-02 11:04:18 -03:00
2014-08-20 05:19:49 -04:00
2014-06-20 02:44:11 -04:00
2015-05-29 13:12:12 -04:00
2014-06-02 11:04:18 -03:00
2015-05-13 15:29:49 -04:00
2014-06-02 11:04:18 -03:00
2015-06-11 09:03:00 -04:00
2014-07-12 14:26:55 +02:00
2015-04-02 11:33:48 -03:00
2015-06-20 11:53:13 -04:00
2015-05-24 17:05:12 -04:00
2015-05-30 17:09:27 -04:00
2014-07-12 14:26:55 +02:00
2015-04-28 23:08:31 -03:00
2015-05-29 13:12:12 -04:00
2014-07-12 14:26:55 +02:00
2015-05-08 17:46:54 -04:00
2015-06-25 01:28:02 -04:00
2014-08-20 20:21:37 +04:00
2015-05-13 15:29:50 -04:00
2014-07-16 19:07:45 +02:00
2015-05-06 21:25:04 -05:00
2014-07-12 14:26:55 +02:00
2015-05-13 15:29:49 -04:00
2014-06-02 11:04:17 -03:00
2015-05-13 19:42:31 -04:00
2014-06-12 01:20:36 -05:00
2015-05-13 15:29:50 -04:00
2015-03-29 20:35:44 -03:00
2015-04-25 19:30:38 -04:00
2015-04-07 12:56:28 +02:00
2014-10-21 11:05:49 -03:00
2015-04-13 08:22:44 -03:00
2015-04-13 08:22:44 -03:00
2015-06-25 01:28:02 -04:00
2014-07-12 14:26:55 +02:00
2015-05-27 09:34:04 -04:00
2015-05-06 21:25:04 -05:00
2015-01-11 15:10:38 +01:00
2015-04-13 08:22:44 -03:00
2014-07-16 19:05:34 +02:00
2014-11-06 00:18:26 +01:00
2014-06-27 13:59:29 +02:00
2015-05-27 09:34:04 -04:00
2014-06-02 11:04:17 -03:00
2015-04-24 20:37:13 -03:00
2014-06-02 11:04:17 -03:00
2015-04-24 22:17:02 -03:00
2014-07-12 14:26:55 +02:00
2015-05-18 11:06:54 -04:00
2015-05-18 11:06:54 -04:00
2015-05-21 02:09:49 -04:00
2014-10-23 21:46:03 -03:00
2015-05-24 17:05:12 -04:00
2015-05-30 17:09:27 -04:00
2014-06-02 11:04:17 -03:00
2014-06-02 11:04:17 -03:00
2015-04-13 08:22:44 -03:00
2015-03-25 18:57:34 -03:00
2014-08-02 09:16:59 +03:00
2015-04-24 20:37:13 -03:00
2014-06-02 11:04:17 -03:00
2015-06-17 07:58:44 -04:00
2014-07-12 14:26:55 +02:00
2014-11-06 22:53:43 +01:00
2015-05-06 21:25:04 -05:00
2014-11-06 22:53:40 +01:00
2014-05-15 20:46:02 +02:00
2015-06-12 00:04:36 -04:00
2014-06-02 11:04:17 -03:00
2015-05-13 15:29:49 -04:00
2014-07-16 19:05:35 +02:00
2015-06-25 01:28:02 -04:00
2015-06-25 01:28:02 -04:00
2015-05-29 13:12:12 -04:00
2014-07-25 19:49:20 +02:00
2015-05-27 09:34:04 -04:00
2014-07-12 14:26:55 +02:00
2015-05-13 15:29:50 -04:00
2014-07-11 18:11:20 -04:00
2015-02-21 05:08:21 -03:00
2015-02-21 05:08:21 -03:00
2015-04-25 17:08:40 -04:00
2014-07-11 18:33:07 -04:00
2015-05-13 15:29:49 -04:00
2014-11-11 11:34:58 -05:00
2015-06-25 19:30:29 -04:00
2015-04-17 11:33:44 +02:00
2015-05-25 16:29:00 -04:00
2015-06-21 03:20:35 -04:00
2014-07-12 14:26:55 +02:00
2015-06-13 12:43:28 -04:00
2015-05-27 09:34:04 -04:00
2014-07-16 19:05:35 +02:00
2015-05-13 19:42:31 -04:00
2014-12-18 15:41:27 +01:00
2015-04-13 08:22:44 -03:00
2014-06-02 11:04:17 -03:00
2015-02-18 20:54:13 -05:00
2014-07-20 16:59:57 -04:00
2014-07-20 16:59:57 -04:00
2015-05-13 15:29:50 -04:00
2014-07-12 14:26:55 +02:00
2015-04-05 19:24:58 -04:00
2015-06-13 21:38:39 -04:00
2015-06-13 21:38:39 -04:00
2015-06-13 21:38:39 -04:00
2015-06-14 02:23:09 -04:00
2014-07-11 18:33:07 -04:00
2015-05-25 16:29:00 -04:00
2014-07-12 14:26:55 +02:00
2015-05-21 01:24:21 -04:00
2015-01-02 18:07:01 -05:00
2014-05-15 20:46:02 +02:00
2015-06-21 14:38:17 -04:00
2014-07-11 18:33:07 -04:00
2015-04-27 19:27:07 +02:00
2014-07-11 18:33:07 -04:00
2015-02-16 23:17:39 -03:00
2015-05-13 15:29:49 -04:00
2015-02-16 23:17:39 -03:00
2015-05-13 15:29:50 -04:00
2014-07-12 14:26:55 +02:00
2015-05-06 21:34:19 -05:00
2014-07-14 21:14:40 +02:00
2015-06-21 00:34:51 -04:00
2015-03-25 18:57:35 -03:00
2015-03-05 19:03:35 -05:00
2015-06-13 19:49:25 +02:00
2015-06-13 19:49:25 +02:00
2015-04-08 18:33:54 +03:00
2015-05-13 15:29:50 -04:00
2014-06-02 11:04:18 -03:00
2015-06-17 07:58:44 -04:00
2015-03-08 21:54:57 -04:00
2015-04-28 23:08:31 -03:00
2015-05-31 11:53:07 -04:00
2014-07-12 14:26:55 +02:00