bugGNU Octave - Bugs: bug #66274, Octave outputs error logs on Apple...

 
 

bug #66274: Octave outputs error logs on Apple silicon Mac

Submitter:  y-vectorfield <yvectorfield>
Submitted:  Mon 30 Sep 2024 04:04:52 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * 9.2.0 Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 30 Sep 2024 04:08:02 PM UTC, comment #1: 

I executed the following codes.

graphics_toolkit('qt')
x=-2*pi:0.1:2*pi;
y=sin(x);
plot(x, y);

y-vectorfield <yvectorfield>
Mon 30 Sep 2024 04:04:52 PM UTC, original submission:  

I installed Octave on my Apple silicon Mac using Homebrew.
However, this outputs unexpected error logs like the following texts.

FALLBACK (log once): Fallback to SW vertex for line stipple
FALLBACK (log once): Fallback to SW vertex processing, m_disable_code: 2000
FALLBACK (log once): Fallback to SW vertex processing in drawCore, m_disable_code: 2000

This bug was previously considered fixed; however, it has reoccurred.

I use Octave 9.2.0 on macOS 14.7 Sonoma. My Mac machine is equipped with an M1 Pro processor.

y-vectorfield <yvectorfield>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by yvectorfield (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-5884.
    Corresponding source code