0x6373 (Christian Schwabl)
- Login: 0x6373
- Registered on: 03/21/2017
- Last sign in: 03/27/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/27/2017
-
08:26 AM Ruby Bug #13349: Ruby unable to open files in /dev on AIX if compiled on AIX 7.1 or later
- Thanks for the comments, i just found a bug description from the vendor which seems to apply.
I will apply the fix for http://www-01.ibm.com/support/docview.wss?uid=isg1IV90904 today or tomorrow and will update this ticket.
03/21/2017
-
03:24 PM Ruby Bug #13349: Ruby unable to open files in /dev on AIX if compiled on AIX 7.1 or later
- Clarified that the supplied patch applies to ruby-2.0.0p468
-
03:20 PM Ruby Bug #13349: Ruby unable to open files in /dev on AIX if compiled on AIX 7.1 or later
- fixed syntax
-
02:18 PM Ruby Bug #13349 (Closed): Ruby unable to open files in /dev on AIX if compiled on AIX 7.1 or later
- In io.c there are 2 Linux specific flags (`O_CLOEXEC` and `O_NOINHERIT`) which are set regardless of the operating system it is compiled on.
Since AIX 7.1 /usr/include/fcntl.h defines `O_CLOEXEC` with the following statement:
~~~ c...