Changes between Initial Version and Version 3 of Ticket #46832


Ignore:
Timestamp:
Feb 11, 2015, 8:36:10 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46832

    • Property Owner changed from macports-tickets@… to michaelld@…
  • Ticket #46832 – Description

    initial v3  
    11When I attempt to display the classic "sombrero()" plot using octave in GUI mode, I get a crash.
    22The backtrace is:
     3{{{
    34Crashed Thread:        1  Dispatch queue: com.apple.libdispatch-manager
    45
     
    43440   libsystem_kernel.dylib              0x00007fff8e360232 kevent64 + 10
    44451   libdispatch.dylib                   0x00007fff9097ca6a _dispatch_mgr_thread + 52
     46}}}
    4547
    4648When I do the same w/ octave in CLI mode, the plot appears, but only after several of these errors are displayed:
    4749
     50{{{
    4851octave:1> sombrero()
    4952Feb 11 14:58:59 betty octave-cli-3.8.2[96682] <Error>: CGContextFillRects: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
     
    5457Feb 11 14:58:59 betty octave-cli-3.8.2[96682] <Error>: CGContextAddLineToPoint: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
    5558Feb 11 14:58:59 betty octave-cli-3.8.2[96682] <Error>: CGContextDrawPath: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
     59}}}
    5660
    5761It appears to be related to usage of the fltk toolkit; neither of these errors occurs if I put:
    5862
     63{{{
    5964graphics_toolkit("gnuplot");
     65}}}
    6066
    6167in my .octaverc.