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

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

[Octave-bug-tracker] [bug #57591] Segmentation faults when running the t


From: Rik
Subject: [Octave-bug-tracker] [bug #57591] Segmentation faults when running the test suite (mostly with clang)
Date: Fri, 14 Aug 2020 17:41:23 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #62, bug #57591 (project octave):

@Dmitri: Since you have a repeatable segfault, could you try the attached
patch?


diff -r 45a9dcee45db doc/interpreter/genpropdoc.m
--- a/doc/interpreter/genpropdoc.m      Fri Aug 14 13:37:07 2020 -0700
+++ b/doc/interpreter/genpropdoc.m      Fri Aug 14 14:38:09 2020 -0700
@@ -1911,7 +1911,8 @@ function s = getstructure (objname, base
   endif
 
   if (isfigure (hf))
-    close (hf)
+    close (hf);
+    pause (0.5);
   endif
 
 endfunction


I also attached it to this bug report.  This is obviously not determining the
root cause, but it might be good enough for the documentation.


(file #49674)
    _______________________________________________________

Additional Item Attachment:

File name: 57591.genpropdoc.diff          Size:0 KB
    <https://file.savannah.gnu.org/file/57591.genpropdoc.diff?file_id=49674>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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