tmornini (Tom Mornini)
- Login: tmornini
- Email: tom@subledger.com
- Registered on: 03/12/2014
- Last sign in: 08/26/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/27/2016
-
06:58 PM Ruby Bug #11953: ThreadError in 2.3 on code that works on 2.2.4
- Tom Mornini wrote:
> We'll try it under 2.2.4 and report back.
We actually tested against 2.2.5, and we're seeing identical behavior to 2.3.1.
I'm going to file an issue against Celluloid on Github and reference this ticket.
05/26/2016
-
09:17 PM Ruby Bug #11953: ThreadError in 2.3 on code that works on 2.2.4
- James Gray wrote:
> The following code works fine on Ruby 2.2.4
> ...
We just saw this same error -- apparently out of nowhere -- on very stable code that utilizes Celluloid while under significant load.
We've never seen this erro...
03/12/2014
-
10:54 PM Ruby Bug #9628: Simple and isolated segfault in 2.1.0 and 2.1.1 on Mac OS X 10.9.2 (via rbenv)
- Example code and output for 2.0.0-p451, 2.1.0 and 2.1.1:
https://gist.github.com/tmornini/9518056
Code:
~~~
#!/usr/bin/env ruby
module Subledger
class Error < StandardError
def to_s
"#{message}, HTTP status #{... -
10:52 PM Ruby Bug #9628 (Closed): Simple and isolated segfault in 2.1.0 and 2.1.1 on Mac OS X 10.9.2 (via rbenv)
- Example code and output for 2.0.0-p451, 2.1.0 and 2.1.1:
https://gist.github.com/tmornini/9518056
Code:
#!/usr/bin/env ruby
module Subledger
class Error < StandardError
def to_s
"#{message}, HTTP status #{sta...