nichogl (Geoff Nichols)
- Login: nichogl
- Email: geoff.nichols@puppetlabs.com
- Registered on: 07/23/2014
- Last sign in: 05/01/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/28/2015
-
05:49 PM Ruby Feature #10090: Display of program name in process listing under AIX
- Rei,
Thank you for your work on this. The r47852 patch appears to resolve the issue.
10/22/2014
-
12:49 PM Ruby Bug #9681: miniruby Bus Error at 0x3d44c4
- It looks like building with the compile.c patch still produces a miniruby with the bus error. Here's the backtrace:
~~~
./miniruby: [BUG] Bus Error at 0x4a230c
ruby 2.1.3p242 (2014-09-19 revision 47630) [sparc-solaris2.11]
-- Con...
10/21/2014
-
12:39 PM Ruby Bug #9681: miniruby Bus Error at 0x3d44c4
- The issue still exists using the suggested ./configure and optflags. Not sure if this is obvious from the thread, but a compile builds a miniruby, but a bus error results from execution of that compiled miniruby. The miniruby gives expec...
10/10/2014
-
09:59 PM Ruby Bug #9681: miniruby Bus Error at 0x3d44c4
- Hello, are there any plans to fix this issue in Ruby 2.1.4?
07/24/2014
-
06:17 PM Ruby Feature #10090: Display of program name in process listing under AIX
- I'm using the config.h created by executing the unmodified configure script from the source tarball.
~~~
./configure --disable-install-rdoc
~~~
Here's the definition from the resulting config.h:
~~~
#define SPT_TYPE SPT_REUSE... -
01:54 PM Ruby Feature #10090 (Third Party's Issue): Display of program name in process listing under AIX
- On AIX, the process listing (displayed with the `ps` command) for a program using Ruby 2.1.2 (or Ruby 1.9.3) shows only the Ruby interpreter path.
However, on other platforms (Linux, OS X), the process listing (for the same Ruby progr...