00:07:55 -!- edgar-rft [~GOD@HSI-KBW-109-193-013-113.hsi7.kabel-badenwuerttemberg.de] has quit [Quit: experience closed by supernova explosion] 00:14:03 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 260 seconds] 00:22:56 -!- Bike [~Glossina@69.166.47.105] has quit [Ping timeout: 245 seconds] 00:29:59 Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 00:40:24 stassats [~stassats@wikipedia/stassats] has joined #sbcl 00:44:56 will try to come with a ppc fix 00:50:07 I'm not even sure how the problem appears on ppc 00:50:42 xep entry points directly arrange SP, without waiting for copy-more-arg, and copy-more-arg then bumps SP further if necessary. 00:51:07 there's probably a race condition with signals there 00:53:32 sdemarre [~serge@91.180.110.162] has joined #sbcl 00:53:44 it looks like it got fixed on ppc, at least the old test with 9 value 00:53:44 s 00:54:08 1.1.10.5 has it, 1.1.11.47 doesn't 00:54:43 1.1.10.5 is without threads 00:54:56 I committed a unit test, if you want to test. 00:56:06 I should probably have added comments to explain why I don't set SP to its final value directly. 00:56:54 same thing with your test 00:57:36 ok, got it, fails with 18 00:57:53 sb-thread probably makes the stack size larger or something 00:58:47 how many arg passing registers are there on PPC? 01:00:13 4 01:02:09 so you needed 18 fixed arguments or to pass 18 arguments? 01:02:30 I guess I'll bump the constant up to 32 to make sure it fails when it should. 01:03:48 17, actually 01:04:06 (test-function (make-function 17) 17))) is the first that fails 01:05:26 yeah ok. maybe it really needs a lot of stack space for some reason, and bumps from 8 to 16. 01:24:36 pkhuong: what does 3 mean in (max 3 (sb-allocated-size 'stack))? 01:26:22 I'm not sure. I've seen it in a couple place, and I remember once being pretty sure it's related to the number of arg passing registers 01:26:54 for now, I conservatively start the stack at 3 slots to avoid mismatches. 01:48:08 my knowledge of the ppc backend is not good enough 01:50:43 it should "just" be a switch between a backward and forward copy. 01:50:59 trying to do that 01:52:10 a later fix would be to use the copy-more-arg-follows argument to only set CSP if there isn't a copy-more-arg 01:59:12 echo-area [~user@182.92.247.2] has joined #sbcl 02:09:56 pkhuong: thanks for the fix; that one was really worrying me 02:10:56 thanks for the report. Once the bug was identified, it just literally just a small matter of programming. 02:30:51 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 245 seconds] 02:38:25 -!- christoph_debian [~christoph@ppp-188-174-71-230.dynamic.mnet-online.de] has quit [Read error: Operation timed out] 02:52:58 christoph_debian [~christoph@ppp-93-104-185-176.dynamic.mnet-online.de] has joined #sbcl 03:27:23 fisxoj [~fisxoj@192-0-131-151.cpe.teksavvy.com] has joined #sbcl 03:54:30 drmeiste_ [~drmeister@pool-173-59-25-58.phlapa.fios.verizon.net] has joined #sbcl 03:57:06 -!- drmeister [~drmeister@pool-173-59-25-58.phlapa.fios.verizon.net] has quit [Ping timeout: 264 seconds] 04:51:52 ASau` [~user@p5797EFAF.dip0.t-ipconnect.de] has joined #sbcl 04:55:26 -!- ASau [~user@p5797F072.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 05:24:48 -!- drmeiste_ [~drmeister@pool-173-59-25-58.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 05:54:10 -!- scymtym [~user@ip-5-147-115-29.unitymediagroup.de] has quit [Ping timeout: 245 seconds] 06:04:09 edgar-rft [~GOD@HSI-KBW-109-193-013-113.hsi7.kabel-badenwuerttemberg.de] has joined #sbcl 06:42:13 -!- fisxoj [~fisxoj@192-0-131-151.cpe.teksavvy.com] has quit [Ping timeout: 268 seconds] 06:49:15 l_ [~l_@84.233.246.170] has joined #sbcl 06:49:24 -!- l_ [~l_@84.233.246.170] has left #sbcl 07:07:02 l_ [~l_@84.233.246.170] has joined #sbcl 07:12:06 -!- l_ [~l_@84.233.246.170] has quit [Ping timeout: 246 seconds] 07:41:48 prxq [~mommer@x2f693e2.dyn.telefonica.de] has joined #sbcl 07:46:38 pnpuff [~l@unaffiliated/pnpuff] has joined #sbcl 07:49:28 -!- pnpuff [~l@unaffiliated/pnpuff] has left #sbcl 07:49:35 expected timline: freezing tonight or tomorrow morning, for release next sunday or monday 08:14:51 -!- ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has quit [Ping timeout: 248 seconds] 08:17:16 -!- yacks [~py@103.6.159.103] has quit [Read error: Connection reset by peer] 08:21:15 -!- sdemarre [~serge@91.180.110.162] has quit [Ping timeout: 260 seconds] 08:35:55 attila_lendvai [~attila_le@92.46.9.34] has joined #sbcl 08:35:55 -!- attila_lendvai [~attila_le@92.46.9.34] has quit [Changing host] 08:35:55 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl