2014-11-25T03:55:06Z shigoel_ joined #ccl 2014-11-25T06:00:23Z shigoel_ quit (Quit: shigoel_) 2014-11-25T09:45:22Z LoicLisp joined #ccl 2014-11-25T15:18:07Z leo2007 joined #ccl 2014-11-25T15:45:27Z clop: insane question... if i discover an object of interest using ccl:map-heap-objects, is there a way to figure out the path through which that object is reachable? 2014-11-25T15:47:45Z clop: ah, never mind, i just realized how ill defined that is 2014-11-25T15:48:48Z |3b|: "a path" seems plausible though 2014-11-25T16:16:39Z shigoel_ joined #ccl 2014-11-25T17:28:46Z gbyers: http://trac.clozure.com/ccl/wiki/MemoryUtils 2014-11-25T18:50:50Z wws joined #ccl 2014-11-25T18:52:50Z wws quit (Ping timeout: 188 seconds) 2014-11-25T18:53:58Z billstclair quit (Ping timeout: 244 seconds) 2014-11-25T18:57:05Z wws quit (Ping timeout: 264 seconds) 2014-11-25T20:04:31Z shigoel_ quit (Quit: shigoel_) 2014-11-25T20:22:03Z shigoel_ joined #ccl 2014-11-25T20:44:46Z billstclair joined #ccl 2014-11-25T20:44:58Z billstclair quit (Changing host) 2014-11-25T20:44:58Z billstclair joined #ccl 2014-11-25T22:05:27Z clop: if I catch an error using handler-case, can I get a backtrace for where it was created? 2014-11-25T22:05:38Z clop: (and turn it into a string)? 2014-11-25T22:21:20Z gz: no, you must use handler-bind. 2014-11-25T22:23:08Z LoicLisp quit (Remote host closed the connection) 2014-11-25T22:35:24Z clop: aha, i think i get it -- thanks!