9front - general discussion about 9front
 help / color / mirror / Atom feed
* ACHTUNG! CRITICAL PATCH! PLEASE APPLY!
@ 2017-07-06 14:23 Alex Musolino
  2017-07-08 19:46 ` [9front] " jamos
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Musolino @ 2017-07-06 14:23 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Greetings,

Sorry for the somewhat alarmist subject line, but I trust you will all
appreciate the gravity of the situation.  As it stands, games/[45]s are
broken on amd64.

Patch attached.

--
Cheers,
Alex Musolino

[-- Attachment #2: xs.patch --]
[-- Type: text/x-patch, Size: 424 bytes --]

diff -r 8551f3aaa97d sys/src/games/xs.c
--- a/sys/src/games/xs.c	Thu Jun 22 07:31:35 2017 +0000
+++ b/sys/src/games/xs.c	Thu Jul 06 23:44:57 2017 +0930
@@ -877,7 +877,7 @@
 	suspc= chancreate(sizeof(int), 0);
 	mousec= chancreate(sizeof(Mouse), 0);
 	kbdc= chancreate(sizeof(Rune), 0);
-	threadcreate(suspproc, nil, 1024);
+	threadcreate(suspproc, nil, 2*1024);
 	points = 0;
 	memset(board, 0, sizeof(board));
 	redraw(0);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-09 16:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06 14:23 ACHTUNG! CRITICAL PATCH! PLEASE APPLY! Alex Musolino
2017-07-08 19:46 ` [9front] " jamos
2017-07-09  6:51   ` Alex Musolino
2017-07-09 16:33     ` jamos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).