• Ross Rogers's avatar
    Enables gdb debugging by fixing the polling code to allow interrupts. · 5730236b
    Ross Rogers authored
    @michalpelka hit an issue ( #29 ) where attaching gdb and stepping
    through code fails with a `terminate called after throwing an instance of
    'Net::Error' what(): Polling: Interrupted system call`.  @michalpelka then
    identified the fix which involves continuing to call `epoll` in the event
    of an interrupt.
    5730236b
os.cc 6.26 KB