02:08:31 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 02:08:31 02:08:31 -!- names: ccl-logbot echo-area momo-reina drmeiste_ psilord Quadrescence scymtym_ yacks xymox danlentz milosn ehaliewicz Vivitron nightshade427 antoszka edgar-rft ASau kludge` christoph_debian Bike fikusz loke specbot Posterdati jsnell foom fe[nl]ix minion scymtym abarch daimrod jdz kanru bege asedeno |3b| nicdev easye cow-orker snafuchs Blkt brucem Tribal @Krystof reb ivan`` Subfusc joshe pkhuong flip216 luis` pchrist redline6561 02:09:08 -!- momo-reina [~user@124.107.67.167] has quit [Remote host closed the connection] 02:21:18 -!- drmeiste_ [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 02:27:24 drmeiste_ [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has joined #sbcl 02:39:29 -!- christoph_debian [~christoph@ppp-188-174-0-204.dynamic.mnet-online.de] has quit [Ping timeout: 268 seconds] 02:52:04 christoph_debian [~christoph@ppp-93-104-21-230.dynamic.mnet-online.de] has joined #sbcl 02:56:56 dto [~user@pool-96-252-62-13.bstnma.fios.verizon.net] has joined #sbcl 03:33:20 -!- dto [~user@pool-96-252-62-13.bstnma.fios.verizon.net] has quit [Remote host closed the connection] 03:48:14 -!- easye [~user@213.33.70.157] has quit [Ping timeout: 264 seconds] 04:01:31 -!- yacks [~py@103.6.158.106] has quit [Quit: Leaving] 04:03:52 easye [~user@213.33.70.157] has joined #sbcl 14:22:06 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 14:22:06 14:22:06 -!- names: ccl-logbot teggi danlentz pranavrc drmeiste_ LiamH benkard segv- echo-area yacks ASau` stassats kludge` angavrilov billitch prxq easye christoph_debian xymox milosn nightshade427 antoszka edgar-rft Bike fikusz loke specbot Posterdati jsnell foom fe[nl]ix minion scymtym abarch daimrod jdz kanru bege asedeno |3b| nicdev cow-orker snafuchs Blkt brucem redline6561 luis` flip216 pkhuong joshe Subfusc ivan`` reb @Krystof Tribal 14:30:28 pchrist [~spirit@gentoo/developer/pchrist] has joined #sbcl 14:33:03 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Client Quit] 14:36:16 pchrist [~spirit@gentoo/developer/pchrist] has joined #sbcl 14:43:59 stassats: draft for additional test report formats is at https://github.com/scymtym/sbcl/commits/wip-report-format 14:46:57 ok 15:07:49 Hydan [~Adium@ip-89-103-110-5.net.upcbroadband.cz] has joined #sbcl 15:21:52 davazp [~user@92.251.197.196.threembb.ie] has joined #sbcl 15:26:37 -!- benkard [~benkard@2001:4ca0:0:f230:d1af:e46f:babc:94a1] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 15:29:30 -!- Bike is now known as a 15:29:39 -!- a is now known as Bike 15:47:08 benkard [~benkard@2001:4ca0:0:f230:a968:ae43:5e22:9aa4] has joined #sbcl 15:51:33 -!- benkard [~benkard@2001:4ca0:0:f230:a968:ae43:5e22:9aa4] has quit [Client Quit] 15:57:38 -!- ASau` is now known as ASau 15:59:47 Vivitron [~Vivitron@c-50-172-44-193.hsd1.il.comcast.net] has joined #sbcl 16:00:05 -!- Bike [~Glossina@wl-nat100.it.wsu.edu] has quit [Ping timeout: 240 seconds] 16:03:08 does anybody have any experience, words-of-wisdom or horror-stories when running sbcl with a few hundred (maybe 1000, never more than 2000) threads? 16:09:49 Bike [~Glossina@wl-nat115.it.wsu.edu] has joined #sbcl 16:10:47 probably not a good idea. 16:11:02 sbcl threads use a lot of memory (most of it is address space, but still) 16:11:30 and the GC is stop the world. If you can distribute that across multiple processes, you might have better luck. 16:11:55 if you're doing IO, some sort of user space scheduler may also work better. 16:14:07 -!- Hydan [~Adium@ip-89-103-110-5.net.upcbroadband.cz] has quit [Quit: Leaving.] 16:46:28 ... the wait on semaphore test is multiply broken. 16:46:39 the concurrent calls to RANDOM don't seem right to me. 16:58:26 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #sbcl 16:59:17 psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has joined #sbcl 16:59:23 -!- teggi [~teggi@123.20.116.221] has quit [Remote host closed the connection] 17:00:46 -!- drmeiste_ [~drmeister@farnsworth.chem.temple.edu] has quit [Remote host closed the connection] 17:02:01 pkhuong: when |3b| and i looked at the test, we also found a lost wakeup problem: when signal-semaphore wakes up one thread and that thread is interrupted before it can itself signal-semaphore, the test deadlocks (if i remember correctly) 17:02:13 -!- davazp [~user@92.251.197.196.threembb.ie] has quit [Ping timeout: 245 seconds] 17:03:11 one possible fix seemed to be adding a (potentially spurious) wakeup in when (async-)unwinding from condition-wait 17:03:42 drmeiste_ [~drmeister@wirelessNAT188.wireless.temple.edu] has joined #sbcl 17:05:39 -!- Bike [~Glossina@wl-nat115.it.wsu.edu] has quit [Ping timeout: 276 seconds] 17:06:08 scymtym: really? it's in an uwp and without-interrupts 17:06:11 -!- drmeiste_ [~drmeister@wirelessNAT188.wireless.temple.edu] has quit [Remote host closed the connection] 17:09:41 pkhuong: that was my impression. there reasoning was: if the thread gets notified but does not get to execute any user code afterward, better add a spurious wakeup to give other waiters a chance (which maybe would have been notified by the aborted thread) 17:09:56 with the spurious wake added, i did not see any lockups 17:10:08 (and the other patch attached to the lp issue) 17:12:14 Bike [~Glossina@wl-nat115.it.wsu.edu] has joined #sbcl 17:12:29 multiword compare and swap would make all this a lot easier :\ 17:17:35 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Quit: Ping timeout: ] 17:47:30 -!- Vivitron [~Vivitron@c-50-172-44-193.hsd1.il.comcast.net] has quit [Ping timeout: 264 seconds] 17:53:20 slyrus [~chatzilla@107.201.4.22] has joined #sbcl 18:06:14 -!- Bike [~Glossina@wl-nat115.it.wsu.edu] has quit [Ping timeout: 240 seconds] 18:07:05 drmeiste_ [~drmeister@farnsworth.chem.temple.edu] has joined #sbcl 18:07:17 Bike [~Glossina@wl-nat115.it.wsu.edu] has joined #sbcl 18:08:01 drmeist__ [~drmeister@wirelessNAT188.wireless.temple.edu] has joined #sbcl 18:10:42 drmeis___ [~drmeister@wirelessNAT188.wireless.temple.edu] has joined #sbcl 18:10:56 -!- drmeist__ [~drmeister@wirelessNAT188.wireless.temple.edu] has quit [Read error: Connection reset by peer] 18:11:07 Quadrescence [~quad@unaffiliated/quadrescence] has joined #sbcl 18:11:18 awesome. futex builds are little-endian only on 64 bit platforms (ok. ok) 18:11:42 -!- drmeiste_ [~drmeister@farnsworth.chem.temple.edu] has quit [Ping timeout: 256 seconds] 18:13:53 Hydan [~Adium@ip-89-103-110-5.net.upcbroadband.cz] has joined #sbcl 18:15:14 loke_erc [~user@22.64.7.109.rev.sfr.net] has joined #sbcl 18:17:53 -!- drmeis___ [~drmeister@wirelessNAT188.wireless.temple.edu] has quit [Ping timeout: 276 seconds] 18:18:45 drmeiste_ [~drmeister@farnsworth.chem.temple.edu] has joined #sbcl 18:20:53 -!- drmeiste_ [~drmeister@farnsworth.chem.temple.edu] has quit [Remote host closed the connection] 18:41:49 -!- psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has quit [Quit: Leaving.] 18:45:26 -!- slyrus [~chatzilla@107.201.4.22] has quit [Ping timeout: 245 seconds] 18:45:33 hm 18:45:38 sb-prof failing on me 18:45:39 http://pbot.rmdir.de/Q3Ktxy0cff6ZTIUqGIBSlQ 18:46:14 (this is GNU/kFreeBSD and somewhat adapted to build there -- patches should be in launchpad somewhere) 18:46:20 any suggestions where to look? 18:47:02 sdemarre [~serge@109.134.134.194] has joined #sbcl 18:50:46 -!- loke_erc [~user@22.64.7.109.rev.sfr.net] has quit [Remote host closed the connection] 18:51:47 run it outside of the test suite 18:52:00 see where it leads 18:57:48 hm http://pbot.rmdir.de/c1VGtCDMMYS-IzLmzPJezg 18:59:23 ah I see 18:59:46 no asdf? 19:01:07 not in the right path proably 19:01:20 did you do (require 'asdf)? 19:01:23 -!- Bike [~Glossina@wl-nat115.it.wsu.edu] has quit [Ping timeout: 245 seconds] 19:01:59 upon contrib build failure, something happens to simple require 19:03:49 (SB-IMPL::REQUIRE-ERROR "Don't know how to ~S ~A." REQUIRE ASDF) 19:03:51 indeed 19:03:54 hm 19:06:18 slyrus [~chatzilla@107.201.4.22] has joined #sbcl 19:28:21 -!- slyrus [~chatzilla@107.201.4.22] has quit [Ping timeout: 245 seconds] 19:40:08 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Remote host closed the connection] 19:42:05 prxq_ [~mommer@mnhm-5f75c7cb.pool.mediaWays.net] has joined #sbcl 19:42:57 -!- prxq_ [~mommer@mnhm-5f75c7cb.pool.mediaWays.net] has quit [Read error: Connection reset by peer] 19:44:15 -!- prxq [~mommer@mnhm-590c2a13.pool.mediaWays.net] has quit [Ping timeout: 276 seconds] 20:10:57 Bike [~Glossina@wl-nat98.it.wsu.edu] has joined #sbcl 20:11:02 Vivitron [~Vivitron@c-50-172-44-193.hsd1.il.comcast.net] has joined #sbcl 20:27:42 -!- sdemarre [~serge@109.134.134.194] has quit [Ping timeout: 256 seconds] 20:46:57 -!- Hydan [~Adium@ip-89-103-110-5.net.upcbroadband.cz] has quit [Quit: Leaving.] 21:22:04 -!- snafuchs is now known as antifuchs 21:33:59 scymtym_ [~user@ip-5-147-120-181.unitymediagroup.de] has joined #sbcl 21:47:06 prxq [~mommer@mnhm-5f75c8a8.pool.mediaWays.net] has joined #sbcl 21:54:04 -!- LiamH [~none@pdp8.nrl.navy.mil] has quit [Quit: Leaving.] 21:56:14 Bike_ [~Glossina@wl-nat99.it.wsu.edu] has joined #sbcl 21:56:23 -!- Bike [~Glossina@wl-nat98.it.wsu.edu] has quit [Disconnected by services] 21:56:26 -!- Bike_ is now known as Bike 22:14:31 -!- prxq [~mommer@mnhm-5f75c8a8.pool.mediaWays.net] has quit [Remote host closed the connection] 22:28:15 echo-are` [~user@123.120.238.0] has joined #sbcl 22:30:05 -!- echo-area [~user@123.120.238.0] has quit [Ping timeout: 246 seconds] 22:30:57 -!- echo-are` is now known as echo-area 22:33:25 -!- jsnell [~jsnell@178.63.66.6] has quit [Ping timeout: 269 seconds] 22:33:31 jsnell_ [~jsnell@ash.snellman.net] has joined #sbcl 23:03:55 -!- Bike [~Glossina@wl-nat99.it.wsu.edu] has quit [Ping timeout: 260 seconds] 23:05:13 -!- segv- [~mb@95-91-243-211-dynip.superkabel.de] has quit [Remote host closed the connection] 23:20:31 Bike [~Glossina@wl-nat100.it.wsu.edu] has joined #sbcl 23:50:01 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 245 seconds]