K 10 svn:author V 6 marcel K 8 svn:date V 27 2010-01-29T16:14:35.572675Z K 7 svn:log V 216 When backtracing self, start with the current frame (i.e. the frame of db_trace_self()) and not the caller's frame. The use of builtin_frame_address(1) to get the caller's frame is not reliable and can cause panics. END