[tor-bugs] #20030 [Obfuscation/meek]: meek-http-helper doesn't shutdown cleanly in 6.5a1
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Mon Sep 26 08:53:55 UTC 2016
    
    
  
#20030: meek-http-helper doesn't shutdown cleanly in 6.5a1
------------------------------+------------------------------
 Reporter:  arlolra           |          Owner:  dcf
     Type:  defect            |         Status:  needs_review
 Priority:  Medium            |      Milestone:
Component:  Obfuscation/meek  |        Version:
 Severity:  Normal            |     Resolution:
 Keywords:  regression        |  Actual Points:
Parent ID:                    |         Points:
 Reviewer:                    |        Sponsor:
------------------------------+------------------------------
Comment (by yawning):
 You can and should do better on Linux, than just ignoring SIGPIPE (which
 is necessary for OSX).
 {{{
     cmd = exec.Command(absFirefoxPath, "--invisible", "-no-remote",
 "-profile", profilePath)
     cmd.SysProcAttr = &syscall.SysProcAttr{ Pdeathsig: syscall.SIGTERM}
 }}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20030#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list