https://issues.apache.org/bugzilla/show_bug.cgi?id=48759
Jeff Trawick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Jeff Trawick <[email protected]> 2010-02-17 14:25:36 UTC --- This is not the place to debug your module. (I see from your mailing list post that you're casting the return code from apr_pstrdup(). If that is because you don't have the proper function prototypes included, fix that first; lack of prototypes is a common cause of crashes in 64-bit mode when C's assumed int return value is a different size than a pointer. Anyway, this is the wrong place for such a discussion.) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
