Skip to content

-singleInstance seems not to be working #191

@bremner

Description

@bremner

Running DrRacket twice with -singleInstance is starting two gracket processes

% ps x | grep Instance
621 pts/2 Sl 0:07 /usr/lib/racket/gracket -singleInstance -N /usr/bin/drracket -J DrRacket -l- drracket/drracket.rkt /home/bremner/foo.rkt
644 pts/2 Sl 0:10 /usr/lib/racket/gracket -singleInstance -N /usr/bin/drracket -J DrRacket -l- drracket/drracket.rkt /home/bremner/bar.rkt

This is on Debian (I tested 6.11 and 6.12); I had a report of similar behaviour on Arch Linux.

At least in my case libunique-1.0 is installed, although I believe drracket will print an error at startup if it is not and -singleInstance is used

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