Skip to content

R crashes when calling stopDaemonizedServer in later::later #78

Description

@thomasp85

Following is a minimal example (will crash your session):

library(httpuv)
library(later)
server <- startDaemonizedServer('127.0.0.1', 8080L, list(call = function(req) {list(status=200L, headers=list('Content-Type' = 'text/html'), body = '')}))

later::later(function() {stopDaemonizedServer(server)}, 1)

This is observed running R 3.2.2 on macOS 10.12.5

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