rhythmx (Sean Bradly)
- Login: rhythmx
- Email: rhythmx@gmail.com
- Registered on: 02/07/2010
- Last sign in: 02/01/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/23/2010
-
03:03 AM Ruby Bug #2718: DRb mixing up function return values between PIDs after fork()
- =begin
I just verified that this shows up for me in Ruby 1.8.7-p249 as well as 1.9.1-p378. It does seem to reproduce a lot more readily in 1.8, however.
Note that you must run the test script with at least one argument (the arg ca...
02/07/2010
-
03:52 AM Ruby Bug #2718 (Closed): DRb mixing up function return values between PIDs after fork()
- =begin
The precise details are in the attached test case, but the basic version goes as such: Child pid 1 calls method_a() but gets the return value of method_b() that was called from child pid 2. This only happens if the parent proces...