Skip to content

Segmentation fault Fox::FXMatrix on Catalina #57

@bryn0097

Description

@bryn0097

The following code snippet crashes on Catalina
but works fine on High Sierra, various linux distros,
and win10. Tried with ruby 2.4.0 and 2.6.4. Using
fxruby-1.6.42

#!/usr/bin/env ruby
require 'fox16'
include Fox
application = FXApp.new("FXMatrix", "BugTest")
main = FXMainWindow.new(application, "Test", nil, nil, DECOR_ALL)
test_matrix = FXMatrix.new(main, 8,
MATRIX_BY_COLUMNS|LAYOUT_FILL_Y)
application.create()
main.show(PLACEMENT_SCREEN)
application.run()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions