kaustubh (Kaustubh D)
- Login: kaustubh
- Email: kaustubh.deo@gmail.com
- Registered on: 10/25/2013
- Last sign in: 11/29/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/29/2013
-
11:34 AM Ruby Bug #8326: Running Redmine unter Ruby 2.0.0 produces an "Illegal instruction(coredump)" under AIX 7.1
- This turns out to be issue related to optimization, we were able to workaround this using ruby compiled with xlc flags "-O -qhot". Hope it helps someone. Thanks!!
11/11/2013
-
05:00 PM Ruby Bug #8326: Running Redmine unter Ruby 2.0.0 produces an "Illegal instruction(coredump)" under AIX 7.1
- Additional input, an SBR (stack array bounds read) was reported in mark_locations_array. for example see the attachment.
-
04:47 PM Ruby Bug #8326: Running Redmine unter Ruby 2.0.0 produces an "Illegal instruction(coredump)" under AIX 7.1
- We are facing similar issue (similar stack trace) in our tests. Our observation is, if we build ruby in non-optimized mode or 'even if we have ruby optimized (-O) but gc.c built without optimization' we do not see core dump. This might i...