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

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

[Octave-bug-tracker] [bug #56097] unlink ("filename") hangs GUI


From: Rik
Subject: [Octave-bug-tracker] [bug #56097] unlink ("filename") hangs GUI
Date: Tue, 9 Apr 2019 17:55:52 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #20, bug #56097 (project octave):

I doubt it's a problem with perl, but of course check to see.

In Octave, unlink is C++ code which calls a wrapper function around C code. 
If the operating sysem implements unlink correctly then the call is forwarded
to the OS, otherwise gnulib substitutes C code for an implementation that
works.

You can check by running the following from the top-level directory where you
built Octave


nm liboctave/.libs/liboctave.so | grep unlink


On my system, I got


0000000000e2b750 T octave_unlink_wrapper
                 U unlink@@GLIBC_2.2.5


so GNU libc is the ultimate provider of the unlink function for me.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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