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

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

[Octave-bug-tracker] [bug #45540] graphics_toolkit('qt') segfaults on pl


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #45540] graphics_toolkit('qt') segfaults on plot(1:100)
Date: Mon, 13 Jul 2015 11:29:48 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

URL:
  <http://savannah.gnu.org/bugs/?45540>

                 Summary: graphics_toolkit('qt')  segfaults on plot(1:100)
                 Project: GNU Octave
            Submitted by: godfrey
            Submitted on: Mon 13 Jul 2015 11:29:47 AM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Godfrey
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The segfault sometimes says:

>> graphics_toolkit('qt')
>> plot(1:100)
>> Mesa 10.6.1 implementation error: invalid target in
_swrast_choose_texture_sample_func
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
Mesa 10.6.1 implementation error: invalid target in
_swrast_choose_texture_sample_func
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
panic: Segmentation fault -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
Segmentation fault (core dumped)


octave-4.0.0 does not seg fault. And, I think that
fairly recent builds were OK.

And, the crash only occurs if the mouse is moved
to the plot window. (No mouse click is needed for crash)

Additional plotting can be done from the
command line.

I will try to learn more, but cannot right away.

Important: graphics_toolkit('fltk') still works.
And, I just did:

>> graphics_toolkit
ans = fltk
>> plot(1:100)
>> graphics_toolkit('qt')
>> plot(1:100)
>> 
which then worked OK. So, the problem has something
to do with initialization. If fltk is used first
then qt works.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45540>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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