octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65393] cant create a non blocking socket with


From: Rik
Subject: [Octave-bug-tracker] [bug #65393] cant create a non blocking socket with fcntl()
Date: Thu, 21 Mar 2024 12:00:29 -0400 (EDT)

Update of bug #65393 (group octave):

                  Status:               Need Info => Confirmed              

    _______________________________________________________

Follow-up Comment #3:

This seems to be an Octave issue.  The fcntl function in Octave is checking
the ID given against an internal list of open file descriptors.  Either
socket() needs to add the ID to the list that Octave maintains, or maybe
Octave's fcntl should not be so particular about checking inputs.

Marking as Confirmed.  Adding jwe to the CC list in case he remembers why
Octave is maintaining the file descriptor list.  I seem to remember something
"fclose ('all')" needing to be aware of the descriptors.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65393>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]