Changes between Initial Version and Version 1 of Ticket #50476, comment 6


Ignore:
Timestamp:
Feb 1, 2016, 11:51:39 AM (8 years ago)
Author:
ole@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50476, comment 6

    initial v1  
    55The program depends on {{{streamripper}}} for recording and launches it by calling {{{g_spawn_async_with_pipes()}}}.  Currently in GIRL 8.0.1 this hangs the GUI (see the function {{{girl_helper_run()}}} in [https://github.com/GNOME/girl/blob/master/src/girl-station.c#L312]), however the {{{streamripper}}} process is terminated as soon as the {{{girl}}} process itself is terminated as the function {{{girl_helper_run()}}} runs the {{{g_child_watch_add()}}} function to catch termination of the {{{streamripper}}} process.
    66
    7 If the configure option {{{--with-record}}} is removed from the {{{Portfile}}}, the Record button is not visible in the GUI and the bug can't be reproduced.
     7If the configure option {{{--with-recording}}} is removed from the {{{Portfile}}}, the Record button is not visible in the GUI and the bug can't be reproduced.