On Tue, 16 Apr 2002, Stas Bekman wrote: > yup. or at least to give the C code line number/filename if the debug > info is available.
you'd still need a callstack, to go up one and get that info. > Hmm, would it be feasible to have something like Carp::c_croak (which > will work only if the symbols weren't stripped? i wouldn't put any time into that, unless gdb has some library you could cleanly link against and make an api call or two to get that info. btw, it seems the TAINT_NOT 'fix' i made is only masking the real problem. you'll notice a bunch of warnings when the first requests are run, because not all modules were reloaded at startup. hopefully will be able to work on it tommorrow. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
