04:06:42 -!- foom [jknight@nat/google/x-mkwgrwgfondeygqn] has quit [Ping timeout: 245 seconds] 04:09:17 attila_lendvai [~attila_le@87.247.17.201] has joined #sbcl 04:09:17 -!- attila_lendvai [~attila_le@87.247.17.201] has quit [Changing host] 04:09:17 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 04:17:04 -!- antgreen [~user@70.50.67.108] has quit [Read error: Operation timed out] 04:54:46 nikodemus [~nikodemus@37-219-42-250.nat.bb.dnainternet.fi] has joined #sbcl 04:54:46 -!- ChanServ has set mode +o nikodemus 05:48:20 sdemarre [~serge@91.176.29.6] has joined #sbcl 06:14:16 -!- nikodemus [~nikodemus@37-219-42-250.nat.bb.dnainternet.fi] has quit [Quit: This computer has gone to sleep] 06:21:49 -!- sdemarre [~serge@91.176.29.6] has quit [Ping timeout: 244 seconds] 06:39:18 kanru` [~user@61-228-145-111.dynamic.hinet.net] has joined #sbcl 06:42:19 angavrilov [~angavrilo@217.71.227.190] has joined #sbcl 07:37:18 rbarraud_ [~rbarraud@125-239-196-121.jetstream.xtra.co.nz] has joined #sbcl 08:22:48 -!- rbarraud_ [~rbarraud@125-239-196-121.jetstream.xtra.co.nz] has quit [Remote host closed the connection] 08:29:17 tcr1 [~tcr@84-72-21-32.dclient.hispeed.ch] has joined #sbcl 08:47:18 -!- tcr1 [~tcr@84-72-21-32.dclient.hispeed.ch] has quit [Quit: Leaving.] 08:49:52 tcr1 [~tcr@84-72-21-32.dclient.hispeed.ch] has joined #sbcl 09:02:41 -!- tcr1 [~tcr@84-72-21-32.dclient.hispeed.ch] has quit [Quit: Leaving.] 09:08:36 stassats [~stassats@pppoe.178-66-69-180.dynamic.avangarddsl.ru] has joined #sbcl 09:08:47 -!- stassats [~stassats@pppoe.178-66-69-180.dynamic.avangarddsl.ru] has quit [Changing host] 09:08:47 stassats [~stassats@wikipedia/stassats] has joined #sbcl 09:31:04 tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 10:31:47 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 265 seconds] 10:32:10 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 11:07:27 edgar-rft [~me@HSI-KBW-078-043-123-191.hsi4.kabel-badenwuerttemberg.de] has joined #sbcl 11:08:14 -!- antifuchs [foobar@care.boinkor.net] has quit [Ping timeout: 272 seconds] 11:10:04 antifuchs [foobar@care.boinkor.net] has joined #sbcl 11:11:16 -!- easye [~user@213.33.70.157] has quit [Remote host closed the connection] 11:11:40 easye [~user@213.33.70.157] has joined #sbcl 11:21:34 I have a annoying problem: I have this executable core built with SBCL which exits when starting with the following error message: http://paste.lisp.org/display/129979 11:21:53 without more information, it's a bit difficult to find out what's wrong 11:22:28 try doing (setf *break-on-signals* 'error) 11:22:40 -!- galdor_ is now known as galdor 11:22:49 ok 11:32:30 well I get the exact same error message, nothing more 11:33:13 then try (setf *break-on-signals* 'warning) 11:34:12 actually, try t 11:34:25 a fatal compiler error, despite its name, is probably not a serious-condition 11:34:53 well, if something is using signals for communication, t may not be great 11:35:11 it's built and running on FreeBSD 11:38:38 when breaking on 'warning, I now just have the ";; Swank started at port: 4005." line, no error, and the binary has exited 11:38:52 I'm gonna try breaking on T 11:44:33 same problem when breaking on T :/ 11:46:36 galdor: how did you build the executable core? 11:48:08 I use: (sb-ext:save-lisp-and-die path :executable t :purify t :compression t :toplevel 'main) 11:49:04 what you did before that? 11:50:42 I loaded the asdf system used; I run sbcl --noinform --noprint --disable-debugger --eval "(asdf:load-system :rune)" --eval "(rune:make-executable)" 11:50:58 make-executable simply run save-lisp-and-die 11:51:13 remove --disable-debugger 11:51:16 and try again 11:52:06 ok 11:56:37 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 11:58:49 still the same problem, no error during the build 12:01:58 does it have (sb-ext:disable-debugger) anywhere inside it? 12:02:27 no (just made sure with grep) 12:05:17 is there something I could do with GDB to find out what is wrong ? 12:06:19 i doubt it, this looks like a lisp error, not C error 12:19:24 just in case, when I use save-lisp-and-die: my main function creates various threads, and the main thread exit, should the application continue running ? 12:19:51 my main function create a server thread which listen for connections, but it doesn't do anything after this 12:21:20 oh crap I'm pretty sure the main thread just ends, then the application exit 12:40:55 galdor: yes, quitting quits everything. You can join-thread on the workers, or just sleep/loop. I want for the latter in my swank server. 12:43:09 I'll go with the sleep loop for the moment; it's nice to know :) 12:43:40 I hope there's nothing else wrong, with the fatal error I had at the beginning, but we'll see 12:56:54 echo-area [~user@182.92.247.2] has joined #sbcl 13:00:02 -!- echo-area [~user@182.92.247.2] has quit [Remote host closed the connection] 13:15:28 homie [~levgue@xdsl-87-79-248-158.netcologne.de] has joined #sbcl 14:27:55 drl [~lat@110.139.229.172] has joined #sbcl 15:10:31 foom [jknight@nat/google/x-viftgqncfdpybzsn] has joined #sbcl 15:24:38 -!- scymtym [~user@2001:638:504:2093:226:b9ff:fe7d:3e1f] has quit [Remote host closed the connection] 15:25:37 scymtym [~user@2001:638:504:2093:226:b9ff:fe7d:3e1f] has joined #sbcl 15:26:47 kwmiebach [~kwmiebach@xdsl-87-78-2-27.netcologne.de] has joined #sbcl 15:46:47 antgreen [user@nat/redhat/x-iismvyjyvzdtvrsu] has joined #sbcl 15:52:11 slyrus_ [~chatzilla@adsl-108-80-231-20.dsl.pltn13.sbcglobal.net] has joined #sbcl 16:01:10 -!- antgreen [user@nat/redhat/x-iismvyjyvzdtvrsu] has quit [Read error: Connection reset by peer] 16:25:56 kwmiebach_ [~kwmiebach@xdsl-87-78-2-89.netcologne.de] has joined #sbcl 16:29:26 -!- kwmiebach [~kwmiebach@xdsl-87-78-2-27.netcologne.de] has quit [Ping timeout: 265 seconds] 16:50:37 -!- foom [jknight@nat/google/x-viftgqncfdpybzsn] has quit [Remote host closed the connection] 16:53:55 foom [jknight@nat/google/x-afpcsltvuxnpqbaf] has joined #sbcl 17:33:54 sdemarre [~serge@91.176.110.142] has joined #sbcl 17:37:29 -!- tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Quit: Leaving.] 17:43:41 milanj [~milanj_@109-93-17-173.dynamic.isp.telekom.rs] has joined #sbcl 17:52:48 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Ping timeout: 245 seconds] 18:01:51 tcr1 [~tcr@84-72-21-32.dclient.hispeed.ch] has joined #sbcl 18:13:36 -!- sdemarre [~serge@91.176.110.142] has quit [Read error: Operation timed out] 18:29:00 attila_lendvai [~attila_le@87.247.59.26] has joined #sbcl 18:29:01 -!- attila_lendvai [~attila_le@87.247.59.26] has quit [Changing host] 18:29:01 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 18:50:01 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 19:08:57 nikodemus [~nikodemus@37-219-42-250.nat.bb.dnainternet.fi] has joined #sbcl 19:08:57 -!- ChanServ has set mode +o nikodemus 19:09:56 o/ 19:10:03 pkhuong: aroundp 19:13:20 nikodemus: pong 20:04:16 -!- milanj [~milanj_@109-93-17-173.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 20:07:18 so, if you're still there... about end of july 20:08:22 i've formed a vague plan to travel somewhere central europeish ~13-18th of july with hanna 20:08:42 where should we head and when to catch up with you? 20:09:07 and can the teclo folks be roused for dinner if we hit zurich at the same time? 20:09:31 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 244 seconds] 20:12:23 pkhuong: ? 20:18:04 nikodemus: We might be able to provide the two of accmodation 20:25:37 tcr1: how about dinner? hotels are easy, good company is harder :) 20:29:27 Have you looked at prices for hotels in zuerich? 20:30:48 nikodemus: yeah, that'd be doable. 20:31:14 I'm fairly free around that time, really. 20:32:00 July isn't the best month, we'll be quite busy. Don't who will actually be in Zurich. We must be spontaneous. jsnell might actually be in Finnland, can't remember the exact dates of his holiday 20:32:56 I think I will be in South Africa at that time 20:35:19 pkhuong: where are you? 20:39:03 Lille for now. Visiting Zurich this week end. Vague plans to move to INRIA in Nice later this summer/fall. 20:41:37 ok, so if teclo folks aren't in zurich we can meet elsewhere as well :) 20:42:49 i wonder if martin c., antifuchs or gabor are visiting europe over the summer 20:43:01 !! 20:43:10 I am in fact. aug 13-29 20:43:17 or Kryztof who isn't fully occupied with teclo (: 20:45:26 indeed! 20:46:00 antifuchs: that co-incides with the second part of my holiday, but i don't know if i can manage to travel then... 20:46:12 right 20:46:19 I am unsure if I can make it over to zurich 20:46:29 but will definitely try if there's consensus 20:46:57 antifuchs: did you catch wind xof's vague sbcl13 plan? 20:47:07 I did not! 20:47:13 interest piqued 20:47:42 another december meeting in london was the idea, i think 20:52:07 -!- foom [jknight@nat/google/x-afpcsltvuxnpqbaf] has quit [Ping timeout: 245 seconds] 20:56:53 sdemarre [~serge@91.176.110.142] has joined #sbcl 20:59:09 nice 20:59:12 think that may be doable 20:59:58 yay! 21:01:11 depends on how close to christmas, of course, but early dec should totally work (: 21:02:35 excellent. since your travel arrangements are probably among the harder ones, i propose that you send xof your range of acceptable dates 21:04:26 sure thing 21:21:37 rbarraud [~rbarraud@125-239-196-121.jetstream.xtra.co.nz] has joined #sbcl 21:23:25 -!- sdemarre [~serge@91.176.110.142] has quit [Read error: Operation timed out] 21:53:27 -!- edgar-rft [~me@HSI-KBW-078-043-123-191.hsi4.kabel-badenwuerttemberg.de] has quit [Quit: Game over] 22:09:25 -!- nikodemus [~nikodemus@37-219-42-250.nat.bb.dnainternet.fi] has quit [Quit: This computer has gone to sleep] 22:32:01 -!- drl [~lat@110.139.229.172] has quit [Quit: Leaving] 23:12:03 christop` [~user@oteiza.siccegge.de] has joined #sbcl 23:12:54 -!- christoph_debian [~user@oteiza.siccegge.de] has quit [Read error: No route to host] 23:22:37 -!- tcr1 [~tcr@84-72-21-32.dclient.hispeed.ch] has quit [Quit: Leaving.] 23:37:24 -!- christop` [~user@oteiza.siccegge.de] has quit [Ping timeout: 260 seconds]