Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
base: b048f883f0b2
Choose a base ref
...
head repository: rubinius/rubinius
compare: a34762653a9e
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on May 2, 2016

  1. Fixed setting internal thread size.

    On FreeBSD, setting the stack to 4096 bytes for threads like the Console
    Listener was not sufficient. This resulted in a SEGV while booting Rubinius,
    which happens before the signal handler has been set up, so nothing is shown
    in the logs. This also causes Rubinius to abort while trying to build
    Melbourne, leaving Rubinius in a very difficult to debug configuration.
    brixen committed May 2, 2016
    Configuration menu
    Copy the full SHA
    4b2a14b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac40cb7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Added diagnostics emitter.

    brixen committed May 3, 2016
    Configuration menu
    Copy the full SHA
    a347626 View commit details
    Browse the repository at this point in the history