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

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

[Octave-bug-tracker] [bug #65192] segfault when invalid HTML color used


From: Rik
Subject: [Octave-bug-tracker] [bug #65192] segfault when invalid HTML color used in plotting
Date: Mon, 22 Jan 2024 23:33:47 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?65192>

                 Summary: segfault when invalid HTML color used in plotting
                   Group: GNU Octave
               Submitter: rik5
               Submitted: Mon 22 Jan 2024 08:33:46 PM PST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: Confirmed
             Assigned to: rik5
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: stable
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: 9.1.0 (current stable)


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 22 Jan 2024 08:33:46 PM PST By: Rik <rik5>
Code to reproduce:


h = plot (1:10, 'o-b');
set (h, 'color', '#FF00xx');

terminate called after throwing an instance of 'std::invalid_argument'
  what():  stoi
fatal: caught signal Aborted -- stopping myself...
Abort (core dumped)


I have a fix which I will check in when I have a bug number.








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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