Re: libksane seems to break QProcess::start calls

2022-03-05 Thread Thiago Macieira
On Saturday, 5 March 2022 00:31:43 PST Tobias Leupold wrote: > f it's only the SANE backend that breaks this, you're of course right. Unfortunately, we can't be sure of that. It's hard to get Unix signals right (we're discussing another instance of it in Qt right now, on [1]) > Within what I cou

Re: libksane seems to break QProcess::start calls

2022-03-05 Thread Tobias Leupold
> It shouldn't have any side-effects. In fact, the code exists to *avoid* > side-effects in the first place. > > Of course, it assumes that there isn't buggy code elsewhere. If there is, > then all bets are lost. I'm not going to document how to bugfix other code, > especially complex code like thi