mkanoor@redhat.com (Madhu Kanoor)
- Login: mkanoor@redhat.com
- Registered on: 01/13/2017
- Last sign in: 01/26/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/26/2017
-
05:41 PM Ruby Bug #13127: DRb `load': connection closed (DRb::DRbConnError) when client exit's from within a loop iterating over remote objects
- The Kernel.exit! works.
But why does the problem happen with the exit called? Isn't that a bug.
01/13/2017
-
06:04 PM Ruby Bug #13127 (Closed): DRb `load': connection closed (DRb::DRbConnError) when client exit's from within a loop iterating over remote objects
- Calling exit from a DRb client inside a do block while iterating over remote objects causes a DRb connection closed error.
This error doesn't happen when working with local objects.
To recreate the problem
start the drb server usin...