At 05:51 AM 12/14/2004, Allistair Crossley wrote:
>Copying in DEV on this JK issue/solution on Mladen's request. The release 
>build worked fine.
>----
>Seems that the problem is caused by the fact that beta3 binaries
>are compiled as 'debug' so tolower function is issuing an assertion.
>
>I'll make a release build and sent it to your email directly.
>Can you check the results with release build?
>
>Mladen.

FYI - you are familiar with the fact that you do not need to build
'debug' in order to obtain useful info?  Refer to any of the httpd
module build projects for the semantics of building in release mode,
yet extracting all debug symbolic information into a .pdb file.

Other side effect is that you have two different malloc'ator schemes
going on in a release-httpd and debug-jk combination.  This mishmash
causes me no end of grief every time I try it with release builds of
libssl32 and libeay32 - it blows up in very odd places.  Almost worth
a whole article '_DEBUG considered harmful' :)

Bill



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to