In CL you usually can't get stack trace "out of condition". Usually you can get the current stack trace. I.e. before stack is unwound. I.e. catching error handler-bind you can get stack trace, because you are still inside the stack, but for example with handler-case you are invoked after the stack is unwound.
PS. also check out trivial-backtrace if you want be portable library, although I don't know if it supports ECL. 30.01.2013, 19:49, "Peter Enerccio" <enerc...@gmail.com>: > I tried looking it up there, however it uses si::ihs-top/si::ihs-fun, which > at the condition handlers are for some reason 0 so there is nothing to do at > that point. > > 2013/1/30 Stas Boukarev <stass...@gmail.com> >> Peter Enerccio <enerc...@gmail.com> writes: >> >>> Hello, I was wondering if it is possible to get the stack of thrown >>> condition. >>> I dont think there is ansi way of doing that, however, I can see stack >>> generated by conditions thrown in slime with ecl, so there must be a way to >>> do it. >> You can look at swank-ecl.lisp to see how slime does it. >> >> -- >> With best regards, Stas. > > -- > Bc. Peter Vaňušanik > http://www.bishojo.tk > , > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_jan > , > _______________________________________________ > Ecls-list mailing list > Ecls-list@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ecls-list ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Ecls-list mailing list Ecls-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ecls-list