Bengt-Arne Fjellner wrote:
OK
Well its in the path as seen here
[EMAIL PROTECTED] /home/users/baf/libap/httpd-apreq-2/library/t# which httpd
/usr/sbin/httpd
[EMAIL PROTECTED] /home/users/baf/libap/httpd-apreq-2/library/t#
Check ~/.apache-test/Apache/TestConfigData.pm
#30 0x4001d18d in apreq_parse_urlencoded (parser=Cannot access memory at
address 0xb
) at parser_urlencoded.c:243
Previous frame inner to this frame (corrupt stack?)
(gdb) l
243 s = split_urlword(¶m, pool, ctx->bb, nlen,
vlen);
244 if (parser->hook != NULL && s == APR_SUCCESS)
245 s = apreq_hook_run(parser->hook, param, NULL);
246
247 if (s != APR_SUCCESS) {
248 ctx->status = URL_ERROR;
249 return s;
250 }
251
252 apreq_value_table_add(¶m->v, t);
0xb seems like a really low-range address to me probably protected memory.