"hello world" module crashes 2.4 on CentOS 6.7

2016-03-10 Thread Justin Kennedy
Good day, I have a pretty simple module that is crashing my server as soon as I dereference a pointer that comes from the request_rec pool. This is on CentOS 6.7, with Apache 2.4 compiled. It's a fresh VM on AWS. The module was compiled with apxs. The code is listed below. The output I get in the

Re: "hello world" module crashes 2.4 on CentOS 6.7

2016-03-10 Thread Eric Covener
On Thu, Mar 10, 2016 at 3:59 PM, Justin Kennedy wrote: > > I have a pretty simple module that is crashing my server as soon as I > dereference a pointer that comes from the request_rec pool. preprocess with -E and look to make sure the httpd headers are coming from where you expect? Maybe someho