On Saturday, January 22, 2011 16:53:29 Thiago Macieira wrote:
> On Saturday, 22 de January de 2011 22:08:25 Christoph Bartoschek wrote:
> > Am Samstag 22 Januar 2011 schrieb Thiago Macieira:
> > > However, what I really want is that kernel developers give me a modern
> > > way of finding out a proc
On Sat, Jan 22, 2011 at 5:16 PM, Dawit A wrote:
> On Sat, Jan 22, 2011 at 3:55 PM, Thiago Macieira wrote:
>> On Saturday, 22 de January de 2011 14:25:07 Dawit A wrote:
>>> Anyhow, this problem is not specific to VLC and can happen to any Qt
>>> application that blocks the SIGCHLD signals from rea
On Sat, Jan 22, 2011 at 3:55 PM, Thiago Macieira wrote:
> On Saturday, 22 de January de 2011 14:25:07 Dawit A wrote:
>> Anyhow, this problem is not specific to VLC and can happen to any Qt
>> application that blocks the SIGCHLD signals from reaching any of the
>> threads. As such I think some acti
On Saturday, 22 de January de 2011 22:08:25 Christoph Bartoschek wrote:
> Am Samstag 22 Januar 2011 schrieb Thiago Macieira:
> > However, what I really want is that kernel developers give me a modern
> > way of finding out a process has exited.
>
> Hi, I do not know whether it works as desired, bu
Am Samstag 22 Januar 2011 schrieb Thiago Macieira:
>
> However, what I really want is that kernel developers give me a modern way
> of finding out a process has exited.
Hi, I do not know whether it works as desired, but did you look at
signalfd(2)?
Christoph
On Saturday, 22 de January de 2011 14:25:07 Dawit A wrote:
> Anyhow, this problem is not specific to VLC and can happen to any Qt
> application that blocks the SIGCHLD signals from reaching any of the
> threads. As such I think some action needs to be taken to address this
> issue. We can workaroun
---
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/6405/#review9679
---
The names of the scripts are too generic for what they do, can you
---
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/6405/
---
Review request for kdelibs, Pino Toscano and Chusslove Illich.
Summary
-
Hi,
I have long been bothered by a problem with VLC freezing when you
attempt to open the file dialog (CTRL+O). I finally decided to
investigate the issue and what I discovered is something I think
should be discussed here. The bug in VLC,
https://bugs.kde.org/show_bug.cgi?id=260719, happens becau