2015-02-12T00:47:18Z gendl quit (Quit: gendl) 2015-02-12T01:38:01Z gendl joined #ccl 2015-02-12T02:48:26Z pjb quit (Ping timeout: 245 seconds) 2015-02-12T02:53:58Z pjb joined #ccl 2015-02-12T03:12:02Z gendl quit (Quit: gendl) 2015-02-12T04:49:54Z Quadrescence joined #ccl 2015-02-12T05:24:07Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-02-12T11:27:24Z dustinm` quit (Read error: Connection reset by peer) 2015-02-12T11:35:31Z dustinm` joined #ccl 2015-02-12T11:46:35Z hhdave joined #ccl 2015-02-12T11:50:26Z pjb` joined #ccl 2015-02-12T11:52:04Z pjb quit (Ping timeout: 252 seconds) 2015-02-12T11:58:53Z hhdave quit 2015-02-12T12:01:27Z hhdave joined #ccl 2015-02-12T12:02:05Z hhdave: Hi. Does anyone know how I can make CCL terminate immediately instead of dropping to the kernel debugger? TIA 2015-02-12T12:03:00Z hhdave: I have a web application and if ever something really bad happens it just sits there waiting for me to respond to the kernel debugger. If it terminated straight away I could have init restart it from the saved lisp image and people would hardly notice anything 2015-02-12T12:04:02Z xyh joined #ccl 2015-02-12T12:18:23Z xyh quit (Ping timeout: 244 seconds) 2015-02-12T12:56:31Z hlavaty: hhdave: hi, not sure, but looks like redefining ccl::bug could do the job:-) 2015-02-12T12:57:54Z hhdave: hlavaty: Do you know if dropping into the kernel debugger always happens via calling that function? If so, then I guess it should work. I’ll try it. 2015-02-12T12:58:22Z hlavaty: i dont know if always 2015-02-12T13:00:29Z hhdave: CCL complained, but let me do it anyway (warning: function ccl::bug is predefined). I’ll see if it helps next time. Thanks. 2015-02-12T13:31:11Z xyh joined #ccl 2015-02-12T13:31:31Z xyh quit (Remote host closed the connection) 2015-02-12T13:32:16Z xyh joined #ccl 2015-02-12T14:29:28Z clop2: when I look at ccl/xload/xfasload.lisp, I can see variables like *xload-target-nil* are defined with defparameter, but when I try to do, e.g., ccl::*xload-target-nil*, it tells me it's an unbound parameter. is there some way I can access this stuff? 2015-02-12T14:29:41Z clop2: (i want to do things like redefine $fasl-eval to let me see what expressions are getting evaluated and how long they take) 2015-02-12T14:30:03Z clop2: (this is of course completely just debugging/exploration and not for any permanent thing) 2015-02-12T14:58:25Z rme quit (Ping timeout: 185 seconds) 2015-02-12T14:59:00Z rme quit (Ping timeout: 250 seconds) 2015-02-12T15:00:20Z rme joined #ccl 2015-02-12T15:03:10Z rme quit (Quit: rme) 2015-02-12T15:03:10Z rme quit (Client Quit) 2015-02-12T15:33:57Z shigoel joined #ccl 2015-02-12T15:55:34Z clop2: please ignore me, I think I've figured it all out 2015-02-12T15:55:50Z clop2: I just needed to do, e.g., (require "XFASLOAD" "ccl:xdump;xfasload") 2015-02-12T15:55:57Z clop2: which I don't know anything about but seems to solve all my problems :) 2015-02-12T16:27:43Z shigoel_ joined #ccl 2015-02-12T16:28:57Z shigoel quit (Ping timeout: 265 seconds) 2015-02-12T16:28:57Z shigoel_ is now known as shigoel 2015-02-12T16:54:17Z Quadrescence joined #ccl 2015-02-12T17:09:08Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-02-12T17:10:01Z hlavaty quit (Remote host closed the connection) 2015-02-12T18:31:06Z gendl joined #ccl 2015-02-12T18:38:45Z shigoel quit (Quit: shigoel) 2015-02-12T18:57:25Z gendl quit (Quit: gendl) 2015-02-12T19:11:09Z shigoel joined #ccl 2015-02-12T19:14:26Z xyh quit (Remote host closed the connection) 2015-02-12T19:15:53Z opusmodu_ joined #ccl 2015-02-12T19:18:18Z opusmodus quit (Ping timeout: 245 seconds) 2015-02-12T19:19:21Z rme joined #ccl 2015-02-12T20:27:17Z _Loic_ joined #ccl 2015-02-12T20:40:13Z gendl joined #ccl 2015-02-12T21:01:03Z gendl quit (Quit: gendl) 2015-02-12T21:01:04Z opusmodu_ quit (Remote host closed the connection) 2015-02-12T21:07:20Z opusmodus joined #ccl 2015-02-12T22:08:17Z shigoel quit (Quit: shigoel) 2015-02-12T22:15:27Z _Loic_ quit (Remote host closed the connection) 2015-02-12T22:34:19Z pjb` is now known as pjb 2015-02-12T23:44:37Z dafunktion joined #ccl