-
-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
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
Labels
No labels