davidw (David Welton)
- Login: davidw
- Email: davidnwelton@gmail.com
- Registered on: 11/14/2008
- Last sign in: 12/10/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
12/19/2019
- 07:46 PM Ruby master Bug #16288: Segmentation fault with finalizers, threads
```
--- a/thread.c
+++ b/thread.c
@@ -682,7 +682,7 @@ thread_do_start(rb_thread_t *th)
else {
...
12/10/2019
- 01:16 AM Ruby master Bug #16288: Segmentation fault with finalizers, threads
- I was fiddling around a bit, and trying to understand how things work, for my own edification.
``` diff
diff --g...
11/14/2019
- 03:45 AM Ruby master Bug #16288: Segmentation fault with finalizers, threads
- This code pretty reliably produces a segmentation fault on my machine:
```
require 'timeout'
Thread.DEBUG = 1
...
11/04/2019
- 09:49 PM Ruby master Bug #16288: Segmentation fault with finalizers, threads
- ```
modified lib/timeout.rb
@@ -94,7 +94,7 @@ def timeout(sec, klass = nil, message = nil) #:yield: +sec+
... - 05:11 PM Ruby master Bug #16288: Segmentation fault with finalizers, threads
- mame (Yusuke Endoh) wrote:
> Thank you for the report and the great investigation! I could reproduce the issue by u...
11/01/2019
- 04:14 PM Ruby master Bug #16288: Segmentation fault with finalizers, threads
- A little bit more data:
I added some more debugging statements, and I found that the main thread goes from being m...
10/31/2019
- 11:02 PM Ruby master Bug #16288 (Closed): Segmentation fault with finalizers, threads
- Hi,
This is a tricky one and I am still working on narrowing it down, but I will report what I have so far.
I c...
12/09/2013
- 10:32 PM Ruby master Bug #4421: [ext/openssl] Fix RSA public key encoding
- Hi,
It certainly would have been useful to have the code available in gist https://gist.github.com/2902696 availab...
11/14/2008
- 01:04 AM Ruby 1.8 Bug #752: YAML::load has problems with older dates
- =begin
Here is a patch that fixes the problem. It's likely to slow things down some, because DateTime is not fast, ... - 01:01 AM Ruby 1.8 Bug #752 (Closed): YAML::load has problems with older dates
- =begin
irb(main):002:0> require 'yaml'
=> true
irb(main):003:0> YAML::load('1900-01-01T00:00:00+00:00')
Argume...
Also available in: Atom