saberma (saber ma)
- Login: saberma
- Email: mahb45@gmail.com
- Registered on: 09/29/2011
- Last sign in: 10/14/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/29/2011
-
11:37 PM Ruby Bug #5380 (Closed): gc params cause Segmentation fault
- ruby1.9.3-rc1 or ruby1.9.3-preview1, set the gc params:
export RUBY_GC_MALLOC_LIMIT=60000000
export RUBY_HEAP_MIN_SLOTS=100000
ruby -e 'puts 1'
malloc_limit=60000000 (8000000)
heap_min_slots=100000 (10000)
1
*** glibc detected *...