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:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 9.2.0 Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 06 Feb 2025 08:46:02 PM UTC, comment #2: 

This is an upstream issue with OpenGL on Apple platforms.  Octave doesn't have control over this.  Someone did ask explicitly about disabling this warning on the Apple Developer Forum, but got no answer.  See https://developer.apple.com/forums/thread/761732.

Closing report as Not an Octave Bug.

Rik <rik5>
Group administrator
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 rik5 (Posted a comment)
  • -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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2025-02-06 rik5 StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.14-9aa3.
    Corresponding source code