On Mon, 15 Sep 2003, Steve Hay wrote:
> I've actually rebuilt Perl and Apache as full debug builds
> so I have all these .pdb files already. mod_perl gets
> them too because it inherits Perl's "debug build" mode.
>
> My question was where in the DevStudio GUI do you get at
> the stacktrace that y
Randy Kobes wrote:
On Mon, 15 Sep 2003, Steve Hay wrote:
PS. Randy: How do you that stacktrace output that you've
posted? Is that using MSVC++, or something else?
Hi Steve,
I'm using MSVC++ ... When a problem like this occurs,
an offer is made to call up the VC++ debugger, where
the tr
On Mon, 15 Sep 2003, Steve Hay wrote:
> PS. Randy: How do you that stacktrace output that you've
> posted? Is that using MSVC++, or something else?
Hi Steve,
I'm using MSVC++ ... When a problem like this occurs,
an offer is made to call up the VC++ debugger, where
the trace is then done.
In
Steve Hay wrote:
> I still haven't found out what the problem with the server crashing on
> startup is, but the attached patch against CVS seems to fix the
> fprintf() problem that you refer to.
Your patch passes the current interpreter context to
modperl_hash_seed_init(), and thus the interpret
Randy Kobes wrote:
On Fri, 12 Sep 2003, Steve Hay wrote:
Hi,
Has anybody else got mp2 (CVS) working with recent perl-5.8.1's on Windows?
I've got it building, but I can't start the Apache server at all. (It's
fine without the mod_perl bits in the httpd.conf file.)
See this thread on p5p for