Maturin (Lars Benner)
- Login: Maturin
- Email: lars.benner@gmail.com
- Registered on: 12/02/2014
- Last sign in: 07/12/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/04/2016
-
03:06 PM Ruby Bug #12551 (Closed): Exception accessing file with long path on windows
- Accessing file with a long file name causes this exception:
C:/Projects/Head/Build/cm/testdir01/testdir02/testdir03/testdir04/testdir05/testdir06/testdir07/testdir08/testdir09/testdir10/testdir11/testdir12/testdir13/testdir14/testdir1...
12/02/2014
-
08:46 PM Ruby Bug #10563: system() call hangs if command is too long
- Actually I found this problem, while using rake and I raised another bug for rake first. Perhaps it contains some useful information.
https://github.com/ruby/rake/issues/5 -
08:36 PM Ruby Bug #10563 (Closed): system() call hangs if command is too long
- In some situations another process, which was started using Kernel::system(), hangs right from the beginning, i.e. the process was started but nothing is actually executed.
On my system this happened, when the single command string pa...