#880: pasuspender should trap SIGINT
---------------------+------------------------------------------------------
  Reporter:  heftig  |       Owner:  lennart
      Type:  defect  |      Status:  new    
 Milestone:          |   Component:  clients
Resolution:          |    Keywords:         
---------------------+------------------------------------------------------

Comment(by coling):

 I suspect the ctrl+c is affecting pasuspender and thus it's not cleaning
 up nicely when jackd exists.

 Try something like:
 {{{
 $ pasuspender bash
 $ jackd -d alsa
 ctrl+c
 $ exit
 }}}

 As that should allow pasuspender to exit cleanly (ie. not interrupted via
 ctrl+c) and release the devices properly.

 I just tested that here and it seems to work fine, so I think this isn't a
 major problem.

 It arguably should trap sigint and pass it on to the app it's running but
 then by the same token should we really try to trap all signals in this
 way or only sigint?

-- 
Ticket URL: <http://pulseaudio.org/ticket/880#comment:1>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
_______________________________________________
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets

Reply via email to