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: Thu, 11 Apr 2019 11:56:54 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56097 (project octave):

                  Status:          Ready For Test => Fixed                  

    _______________________________________________________

Follow-up Comment #35:

@Torsten: The patch works well.

This is a problem for the stable branch as well as the development branch so I
backported the patch to stable here
(https://hg.savannah.gnu.org/hgweb/octave/rev/32d9f57d7245).

The reason it took so long to uncover this issue is that we do not have a full
regression test suite which covers all of the C++ files.  So this doesn't
happen again for this particular function I added BIST tests for unlink here
https://hg.savannah.gnu.org/hgweb/octave/rev/8c4f01b66c0b.

With the new patch in place there was a warning about unused parameters during
compilation so I added some extra code in a #else branch of #ifdef
(HAVE_QSCINTILLA) that silences that.  See
https://hg.savannah.gnu.org/hgweb/octave/rev/6caf75200854.

Marking this bug as fixed.

    _______________________________________________________

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]