tmm1 (Aman Karmani)
- Login: tmm1
- Email: ruby@tmm1.net
- Registered on: 02/08/2009
- Last sign in: 02/26/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 3 | 9 | 12 |
Reported issues | 0 | 36 | 36 |
Activity
09/11/2018
- 12:10 AM Ruby master Bug #13931: correct install_name of libruby on macOS (libruby.2.5.0.dylib -> libruby.2.5.dylib)
- Requesting backport to 2.4
https://github.com/Homebrew/homebrew-core/pull/31967#issuecomment-420100406
02/28/2015
- 09:49 PM Ruby master Bug #10902: require("enumerator") scans LOAD_PATH 2x on every invocation
- Having a hard time coming up with a clean patch here. The following works but it's pretty hacky.
~~~ diff
diff --...
02/24/2015
- 10:39 PM Ruby master Bug #10902: require("enumerator") scans LOAD_PATH 2x on every invocation
- This gets much worse as $LOAD_PATH grows. For example in our app $LOAD_PATH.size is 351, causing 702 failed open() sy...
- 10:34 PM Ruby master Bug #10902 (Closed): require("enumerator") scans LOAD_PATH 2x on every invocation
- On every invocation of `require "enumerator"` (for example during boot when many gems require it), the VM will scan t...
02/02/2015
- 09:02 PM Ruby master Bug #10768: segfault during ruby_vm_destruct() in cont_free()
- For backporting into 2.1, include r46340 first.
- 08:58 PM Ruby master Bug #10768 (Closed): segfault during ruby_vm_destruct() in cont_free()
- Applied in changeset r49474.
----------
gc.c: ensure GC state is consistent during VM shutdown
* gc.c (rb_objspace_... - 08:58 PM Ruby master Revision 829fcdb2 (git): gc.c: ensure GC state is consistent during VM shutdown
- * gc.c (rb_objspace_free): cause rb_bug if lazy sweep is in progress
during rb_objspace_free. Adds extra protection...
01/29/2015
- 09:50 PM Ruby master Bug #10768: segfault during ruby_vm_destruct() in cont_free()
- We deployed the lazy-sweep/finalizer patch to production a few days ago and have confirmed that it stopped the segfau...
01/26/2015
- 08:45 PM Ruby master Bug #10768: segfault during ruby_vm_destruct() in cont_free()
- After some investigation, it appears the background threads in our app are unrelated to this segfault.
ruby_vm_des...
01/21/2015
- 11:06 PM Ruby master Bug #10768: segfault during ruby_vm_destruct() in cont_free()
- There are also some other threads present in this app at shutdown time, created by a c-extension as worker threads. T...
Also available in: Atom