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: Rik
Subject: [Octave-bug-tracker] [bug #50234] c++ file_stat with non existant crashes octave in windows
Date: Fri, 24 Feb 2017 14:06:25 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

Seems like your C++ linker can't find the compiled code for the ~file_stat()
function.  This may be due to over-aggresive optimization (the function is
empty, and specified as being "inline", so clang may not be including it in
the library of compiled code).  Try the attached patch which gets rid of the
inline keyword on the file_stat destructor.

(file #39823)
    _______________________________________________________

Additional Item Attachment:

File name: inline.diff                    Size:0 KB


    _______________________________________________________

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]