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

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

[Octave-bug-tracker] [bug #55046] Crash with trivial script on dev


From: Rik
Subject: [Octave-bug-tracker] [bug #55046] Crash with trivial script on dev
Date: Mon, 19 Nov 2018 17:32:56 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Update of bug #55046 (project octave):

                  Status:               Confirmed => Patch Submitted        

    _______________________________________________________

Follow-up Comment #4:

Try the attached patch.  The problem seems to be that we were calling


warning ("format string %s")


where we said we would be supplying a string in the format argument, but then
didn't supply one.

Before I got


warning: load-path: update failed for '', removing from path
warning: called from
    somefunc at line 2 column 3
    start_crash at line 2 column 1


, but now I get


warning: load-path: update failed for 'folder1', removing from path
warning: called from
    somefunc at line 2 column 3
    start_crash at line 2 column 1


One additional issue is that "folder1" does not seem to actually be removed
form the path.  This means I get the same warning message every time I return
to the prompt.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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