ggiesemann (Geoffrey Giesemann)
- Login: ggiesemann
- Email: geoffwa@gmail.com
- Registered on: 11/14/2012
- Last sign in: 01/19/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/28/2014
-
12:21 AM Ruby Bug #9365: Sporadic TypeError (wrong argument type Thread (expected VM/thread)) from IO#close (via Net:HTTP)
- Any love?
01/06/2014
-
07:44 AM Ruby Bug #9365 (Closed): Sporadic TypeError (wrong argument type Thread (expected VM/thread)) from IO#close (via Net:HTTP)
- I'm seeing the occasional error being thrown from Net:HTTP from a Rails app running under unicorn:
TypeError (wrong argument type Thread (expected VM/thread))
The two difference stack traces I see point back to IO#close:
/opt/...
12/27/2013
-
02:20 PM Ruby Bug #8997: TestSignal#test_hup_me hangs up the test suite
- Also seeing a deadlock on our (CentOS) koji farm which are all on vmware.
Jumping on to the one of the build nodes, I don't seem to be able to reproduce the hang manually running the specific test, or running the entire test suite.
...
11/20/2012
-
08:28 AM Ruby Bug #7350: Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
- Argh, my bad - I think it's a problem with how we were using libxml-ruby rather thank a ruby bug.
We had an area of code where we weren't correctly importing nodes into documents (see "Memory Management" in http://libxml.rubyforge.org...
11/14/2012
-
02:08 PM Ruby Bug #7350 (Rejected): Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
- I'm experiencing sporadic segmentation faults in a ruby daemon running with:
ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
This is actually the 1.9.3p327 ruby patched with https://github.com/ruby/ruby/commit/ae2df330 as the issue http...