On Thu, 20 Sep 2001, Stas Bekman wrote:
> Doug have you tried recently to run:
>
> ./t/TEST -d
> ./t/TEST -run
>
> to debug tests? gdb just hangs in:
works fine for me.
> setting ulimit to allow core files
> ulimit -c unlimited
> exec ./t/TEST -d
wonder if it is somehow related to the ulimit/exec. any difference if you
comment out the call to $self->set_ulimit; in TestRun.pm?
> Another question. What's the simplest way to set a breakpoint from the
> command line for something like mpxs_Apache__RequestRec_no_cache, what
> 'foo' should I set before so Apache::RequestRec will get bootstrapped?
any time i want to set a breakpoint in a function that is called after the
server has started (sitting in accept()), i just wait for it to start then
control-c to get (gdb) prompt, set the breakpoint and then (gdb) continue
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]