vague memory of an obscure annoyance w/ sockets leads to this guess at a solution to Tux Paint crashing for Bill
This commit is contained in:
parent
630e00e11c
commit
e22eec0281
1 changed files with 1 additions and 1 deletions
|
|
@ -7050,7 +7050,7 @@ static void run_font_scanner(void)
|
||||||
{
|
{
|
||||||
// parent (or error -- but we're screwed in that case)
|
// parent (or error -- but we're screwed in that case)
|
||||||
font_socket_fd = sv[0];
|
font_socket_fd = sv[0];
|
||||||
close(sv[1]);
|
// close(sv[1]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
nice(42); // be nice, letting the main thread get the CPU
|
nice(42); // be nice, letting the main thread get the CPU
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue