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

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

[Octave-bug-tracker] [bug #62587] __FILE__ crashes the interpreter


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #62587] __FILE__ crashes the interpreter
Date: Sun, 5 Jun 2022 16:29:57 -0400 (EDT)

Update of bug #62587 (project octave):

                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

I can reproduce this crash on Linux. Changing OS to Any and status to
Confirmed.

On Octave 6.4.0:

octave:1> [a,b,c] = fileparts (__FILE__)
a = 
b = stdin
c = 


On Octave 7.1.0:

octave:1> [a,b,c] = fileparts (__FILE__)
panic: impossible state reached in file
'/home/jwe/src/octave-stable/libinterp/parse-tree/oct-parse.yy' at line 2878
fatal: caught signal Aborted -- stopping myself...
Aborted (core dumped)


On Octave 8:

octave:1> [a,b,c] = fileparts (__FILE__)
panic: impossible state reached in file '../libinterp/parse-tree/oct-parse.yy'
at line 2878
fatal: caught signal Aborted -- stopping myself...
Aborted (core dumped)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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