00:39:52 -!- Blkt [~user@93-45-213-247.ip104.fastwebnet.it] has quit [Ping timeout: 276 seconds] 04:06:30 stassats [~stassats@wikipedia/stassats] has joined #sbcl 05:45:06 slyrus [~chatzilla@adsl-75-36-217-249.dsl.pltn13.sbcglobal.net] has joined #sbcl 06:09:56 -!- ASau [~user@95-26-92-70.broadband.corbina.ru] has quit [Remote host closed the connection] 06:11:48 ASau [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 07:24:30 flip214 [~marek@2001:858:107:1:baac:6fff:fe6b:9183] has joined #sbcl 07:24:30 -!- flip214 [~marek@2001:858:107:1:baac:6fff:fe6b:9183] has quit [Changing host] 07:24:30 flip214 [~marek@unaffiliated/flip214] has joined #sbcl 07:26:27 -!- ASau [~user@95-26-92-70.broadband.corbina.ru] has quit [Remote host closed the connection] 07:28:25 ASau [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 07:36:46 Krystof [~csr21@csrhodes.plus.com] has joined #sbcl 07:36:46 -!- ChanServ has set mode +o Krystof 07:58:28 homie` [~user@xdsl-78-35-186-191.netcologne.de] has joined #sbcl 08:01:13 -!- homie [~user@xdsl-78-35-139-84.netcologne.de] has quit [Ping timeout: 276 seconds] 08:03:24 -!- homie` [~user@xdsl-78-35-186-191.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 08:06:53 homie [~user@xdsl-78-35-186-191.netcologne.de] has joined #sbcl 08:25:55 -!- ASau [~user@95-26-92-70.broadband.corbina.ru] has quit [Ping timeout: 272 seconds] 08:44:24 mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 08:48:26 ASau [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 09:35:29 -!- mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has quit [Ping timeout: 264 seconds] 09:39:40 lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has joined #sbcl 09:51:29 tcr [~tcr@77-20-119-246-dynip.superkabel.de] has joined #sbcl 10:44:18 -!- ASau [~user@95-26-92-70.broadband.corbina.ru] has quit [Remote host closed the connection] 10:46:23 ASau [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 11:00:23 -!- ASau [~user@95-26-92-70.broadband.corbina.ru] has quit [Remote host closed the connection] 11:02:22 ASau [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 11:23:50 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 265 seconds] 12:07:52 hargettp [~anonymous@pool-71-184-189-59.bstnma.east.verizon.net] has joined #sbcl 12:54:59 -!- flip214 [~marek@unaffiliated/flip214] has quit [Remote host closed the connection] 13:04:25 stassats [~stassats@wikipedia/stassats] has joined #sbcl 13:38:35 attila_lendvai [~attila_le@adsl-89-135-204-85.monradsl.monornet.hu] has joined #sbcl 13:54:24 -!- hargettp [~anonymous@pool-71-184-189-59.bstnma.east.verizon.net] has quit [Quit: hargettp] 14:49:21 hargettp [~hargettp@pool-71-184-189-59.bstnma.east.verizon.net] has joined #sbcl 14:50:55 -!- hargettp [~hargettp@pool-71-184-189-59.bstnma.east.verizon.net] has quit [Remote host closed the connection] 14:55:24 hargettp [~hargettp@pool-71-184-189-59.bstnma.east.verizon.net] has joined #sbcl 16:35:10 hargettp_ [~anonymous@pool-71-184-189-59.bstnma.east.verizon.net] has joined #sbcl 16:35:12 -!- hargettp_ [~anonymous@pool-71-184-189-59.bstnma.east.verizon.net] has quit [Client Quit] 16:37:20 -!- redline6561 [~redline@c-66-56-55-169.hsd1.ga.comcast.net] has quit [Ping timeout: 245 seconds] 17:03:15 redline6561 [~redline@adsl-145-179-225.asm.bellsouth.net] has joined #sbcl 17:10:55 -!- lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has quit [Remote host closed the connection] 17:12:02 jsnikeris [~user@pool-98-114-61-112.phlapa.fios.verizon.net] has joined #sbcl 17:14:01 Hi all. I started a thread with sb-thread:make-thread, and I know the thread is still running. However, calling (sb-thread:list-all-threads) only lists the "initial thread". I'm expecting to see the thread I created also displayed. Any ideas? 17:14:34 are you sure it's running? 17:15:08 Yah, the thread is a simple echo server. And I can telnet to it, and it responds 17:16:05 are you sure that it's the right instance of sbcl? 17:16:26 are you sure that (sb-thread:list-all-threads) is evaluated after the thread is created? 17:16:37 Yes and yes. 17:16:39 are you sure that you correctly see its value? 17:16:47 I just read in the manual that threading is only supported in Linux systems and SunOS. I'm on OpenBSD. Could this be the issue? 17:17:22 (sb-thread:list-all-threads) 17:17:22 (#) 17:17:22 17:17:50 -!- tcr [~tcr@77-20-119-246-dynip.superkabel.de] has quit [Read error: Operation timed out] 17:19:11 could it be in that openbsd has no threads? 17:19:21 sbcl on openbsd, that is 17:21:17 Yah, I'm not sure. It seems like threading is at least partially supported. I can clearly spawn threads. I just can't list them 17:41:41 tcr [~tcr@77-20-119-246-dynip.superkabel.de] has joined #sbcl 18:27:19 redline6` [~user@adsl-145-179-225.asm.bellsouth.net] has joined #sbcl 18:27:45 -!- redline6` [~user@adsl-145-179-225.asm.bellsouth.net] has quit [Remote host closed the connection] 18:28:25 redline6` [~user@adsl-145-179-225.asm.bellsouth.net] has joined #sbcl 18:28:33 -!- redline6` [~user@adsl-145-179-225.asm.bellsouth.net] has quit [Read error: Connection reset by peer] 18:29:23 -!- redline6561 [~redline@adsl-145-179-225.asm.bellsouth.net] has quit [Quit: Leaving.] 19:27:25 SBCL has no threading support on OpenBSD 19:27:42 This will likely not change until rthreads are finished 19:30:58 mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 19:31:29 Anyway, I don't really see any point to supporting lisp threads with the current libpthread. If you want concurrency then use multiple processes. 19:32:39 jsnikeris: oh, I just saw your email 19:33:47 I can't tell you what happens when you call (sb-thread:make-thread), but it should be the same as on any other platform that lacks threading support. 19:34:15 I mean, the sbcl binary isn't even linked against libpthread 19:38:03 boscop_ [~boscop@g227116175.adsl.alicedsl.de] has joined #sbcl 19:40:40 -!- boscop [~boscop@g230087110.adsl.alicedsl.de] has quit [Ping timeout: 245 seconds] 20:01:05 -!- boscop_ is now known as boscop 20:04:46 -!- tcr [~tcr@77-20-119-246-dynip.superkabel.de] has quit [Quit: Leaving.] 20:33:27 -!- homie [~user@xdsl-78-35-186-191.netcologne.de] has quit [Read error: Operation timed out] 20:34:03 homie` [~user@xdsl-78-35-183-229.netcologne.de] has joined #sbcl 21:02:56 tcr [~tcr@77-20-119-246-dynip.superkabel.de] has joined #sbcl 21:05:30 -!- tcr [~tcr@77-20-119-246-dynip.superkabel.de] has quit [Client Quit] 21:08:16 tcr [~tcr@77-20-119-246-dynip.superkabel.de] has joined #sbcl 21:10:07 -!- tcr [~tcr@77-20-119-246-dynip.superkabel.de] has quit [Client Quit] 21:16:19 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 276 seconds] 21:23:10 -!- hargettp [~hargettp@pool-71-184-189-59.bstnma.east.verizon.net] has quit [Ping timeout: 245 seconds] 22:32:49 -!- angavrilov [~angavrilo@217.71.227.181] has quit [Ping timeout: 260 seconds] 23:04:11 -!- attila_lendvai [~attila_le@adsl-89-135-204-85.monradsl.monornet.hu] has quit [Ping timeout: 265 seconds] 23:17:13 attila_lendvai [~attila_le@adsl-89-135-201-86.monradsl.monornet.hu] has joined #sbcl 23:54:56 -!- mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has quit [Ping timeout: 265 seconds]