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

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

[Octave-bug-tracker] [bug #50234] c++ file_stat with non existant crashe


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50234] c++ file_stat with non existant crashes octave in windows
Date: Wed, 8 Feb 2017 18:40:32 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #6, bug #50234 (project octave):

The stack trace says that it is crashing in the call to find, here:


    std::string
    octave::sys::file_ops::tilde_expand (const std::string& name)
    {
      if (name.find ('~') == std::string::npos)
        return name;
      else


How?  What is the value of name at this point?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50234>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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