ObjFW  History Of Ticket 4c4b0ddef1

Artifacts Associated With Ticket 4c4b0ddef1

  1. Ticket change [7c3092dcdd] (rid 33857) by js on 2020-12-29 23:06:25:

    1. icomment:
      The tests currently just hang in -[bindToHost:port:].
      
    2. login: "js"
    3. milestone initialized to: "none"
    4. mimetype: "text/x-markdown"
    5. priority initialized to: "Immediate"
    6. severity initialized to: "Critical"
    7. status initialized to: "Open"
    8. title initialized to: "Fix sockets on AmigaOS"
    9. type initialized to: "Code_Defect"
  2. Ticket change [4269375ac1] (rid 33858) by js on 2020-12-29 23:06:40:

    1. login: "js"
    2. milestone changed to: "1.0"
    3. mimetype: "text/x-markdown"
    4. resolution changed to: "Open"
  3. Ticket change [20eded59f3] (rid 37114) by js on 2021-05-09 18:32:04:

    1. icomment:
      Running the same m68k binary on MorphOS via JIT, it just works. So it might have something to do with fs-uae's bsdsocket.library after all. I should see to test this on a real Amiga, but since my Amiga needs some maintenance *and* currently does not have networking, this might not be possible in time for 1.0.
      
    2. login: "js"
    3. mimetype: "text/x-markdown"
  4. Ticket change [de6ae254f5] (rid 42501) by js on 2023-07-30 23:15:05:

    1. icomment:
      The problem seems to be that FS-UAE's `bsdsocket.library`'s `WaitSelect()` ignores the timeout and waits forever. A print before `WaitSelect()` still works and confirms that the timeout is set to 1, but `WaitSelect()` never returns.
      
      At this rate, it's unclear if this really should be a blocker for 1.0.
      
    2. login: "js"
    3. mimetype: "text/x-markdown"
  5. Ticket change [decdd8564e] (rid 42509) by js on 2023-08-01 17:26:59:

    1. icomment:
      it has been confirmed that this works on a real Amiga using Roadshow. It's therefore a bug in FS-UAE / WinUAE and not in ObjFW. Closing.
      
    2. login: "js"
    3. mimetype: "text/x-markdown"
    4. resolution changed to: "External_Bug"
    5. status changed to: "Closed"