Bug#763705: vlc: [kfreebsd] quits after ~30 seconds: xdg_screensaver_plugin

2014-11-16 Thread Petr Salinger
It seems that sigwait() returns EINTR, which is not even a specified error for sigwait(). It is not specified for sigwait http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html but is is specified for sigwaitinfo http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait

Bug#763705: vlc: [kfreebsd] quits after ~30 seconds: xdg_screensaver_plugin

2014-11-10 Thread Rémi Denis-Courmont
reassign 763705 libc0.1 thanks Hello, Le lundi 20 octobre 2014, 11:45:40 Rémi Denis-Courmont a écrit : > Le 2014-10-02 02:11, Steven Chamberlain a écrit : > > Attached is output from kFreeBSD's ktrace, showing: > > pid, thread ID, process name, elapsed time (seconds), and syscalls > >

Bug#763705: vlc: [kfreebsd] quits after ~30 seconds: xdg_screensaver_plugin

2014-10-20 Thread Rémi Denis-Courmont
Le 2014-10-02 02:11, Steven Chamberlain a écrit : Attached is output from kFreeBSD's ktrace, showing: pid, thread ID, process name, elapsed time (seconds), and syscalls In the trace, it looks like SIGCHLD causes sigwait() to return, even though SIGCHLD is not in the wait-set. If that is the

Bug#763705: vlc: [kfreebsd] quits after ~30 seconds: xdg_screensaver_plugin

2014-10-01 Thread Steven Chamberlain
Package: vlc Version: 2.2.0~pre3-1 Severity: important File: /usr/lib/vlc/plugins/misc/libxdg_screensaver_plugin.so User: debian-...@lists.debian.org Usertags: kfreebsd Control: found -1 vlc/2.1.5-1 X-Debbugs-Cc: debian-...@lists.debian.org Hi, On kfreebsd, vlc quits after ~30 seconds playback.