Skip to content

gtkmm-plplot known issues #1

Description

@tschoonj

Hi!

I am the author of gtkmm-plplot and stumbled onto your repository just now.

I would just like to comment on the Known issues you reported on the README.md page:

At least in macOS Mojave, the main GUI window needs to called in the main thread. So, using multithreading requires the threads to not to be joined. Users need to stick to other measures to make sure that the program does not prematurely end once a single thread exits.

This is a constraint imposed by Gtk and has nothing to do with Gtkmm-PLplot. If you would like to update the GUI from a different thread, you will need to call gdk_threads_add_idle. This is true on all operating systems, not just macOS.

The app crashes randomly when the mouse is being moved over the drawing canvas area.

This is a bug and should be fixed: does it occur with the example in this repo?

Best,

Tom

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions