DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24483>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24483

It dump core...on apache 2.0.48





------- Additional Comments From [EMAIL PROTECTED]  2003-11-07 15:37 -------
backtrace report on spot_cookie(mod_usertrack.c)

Breakpoint 3, spot_cookie (r=0x8188050) at mod_usertrack.c:204
204         cookie_dir_rec *dcfg = ap_get_module_config(r->per_dir_config,
(gdb) n
210         if (!dcfg->enabled || r->main) {
(gdb)
214         if ((cookie_header = apr_table_get(r->headers_in,
(gdb)
218             if (!ap_regexec(dcfg->regexp, cookie_header, NUM_SUBS, regm, 0))
 {
(gdb)

Program received signal SIGSEGV, Segmentation fault.
0x080a495b in regexec (preg=0x0,
    string=0x8189040 "Apache=hostname.or.jp.1067634189379628; sheet=%u901A%
u5E38%u30D5%u30A9%u30F3%u30C8; abcdefgh.html=11", nmatch=3,
    pmatch=0xbfbff940, eflags=0) at pcreposix.c:269
269     rc = pcre_exec(preg->re_pcre, NULL, string, (int)strlen(string), 0, 
options,

-------
Breakpoint 3, spot_cookie (r=0x8188050) at mod_usertrack.c:204
204         cookie_dir_rec *dcfg = ap_get_module_config(r->per_dir_config,
(gdb) s
210         if (!dcfg->enabled || r->main) {
(gdb) s
214         if ((cookie_header = apr_table_get(r->headers_in,
(gdb) s
apr_table_get (t=0x8188218, key=0x80d051c "Cookie") at apr_tables.c:481
481         if (key == NULL) {
(gdb) s
485         hash = TABLE_HASH(key);
(gdb) s
486         if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
(gdb) s
489         COMPUTE_KEY_CHECKSUM(key, checksum);
(gdb) s
490         next_elt = ((apr_table_entry_t *) t->a.elts) + t->index_first[hash];
;
(gdb) s
491         end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[hash];
(gdb) s
493         for (; next_elt <= end_elt; next_elt++) {
(gdb) s
494             if ((checksum == next_elt->key_checksum) &&
(gdb) s
493         for (; next_elt <= end_elt; next_elt++) {
(gdb) s
494             if ((checksum == next_elt->key_checksum) &&
(gdb) s
496                 return next_elt->val;
(gdb) s
501     }
(gdb) s
spot_cookie (r=0x8188050) at mod_usertrack.c:218
218             if (!ap_regexec(dcfg->regexp, cookie_header, NUM_SUBS, regm, 0))
 {
(gdb) s
ap_regexec (preg=0x0,
    string=0x8189040 "Apache=hostname.or.jp.1067634189379628; sheet=%
u901A%u5E38%u30D5%u30A9%u30F3%u30C8; abcdefgh.html=11", nmatch=3,
    pmatch=0xbfbff940, eflags=0) at util.c:398
398         return regexec(preg, string, nmatch, pmatch, eflags);
(gdb) s
regexec (preg=0x0,
    string=0x8189040 "Apache=hostname.or.jp.1067634189379628; sheet=%
u901A%u5E38%u30D5%u30A9%u30F3%u30C8; abcdefgh.html=11", nmatch=3,
    pmatch=0xbfbff940, eflags=0) at pcreposix.c:233
233     int options = 0;
(gdb) s
242     int *ovector = NULL;
(gdb) s
243     int allocated_ovector = 0;
(gdb) s
245     if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL;
(gdb) s
246     if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL;
(gdb) s
255     if (nmatch > 0)
(gdb) s
257         if (nmatch <= SMALL_NMATCH)
(gdb) s
259           ovector = &(small_ovector[0]);
(gdb) s
269     rc = pcre_exec(preg->re_pcre, NULL, string, (int)strlen(string), 0, opti
ons,
(gdb) s

Program received signal SIGSEGV, Segmentation fault.
0x080a495b in regexec (preg=0x0,
    string=0x8189040 "Apache=hostname.or.jp.1067634189379628; sheet=%
u901A%u5E38%u30D5%u30A9%u30F3%u30C8; abcdefgh.html=11", nmatch=3,
    pmatch=0xbfbff940, eflags=0) at pcreposix.c:269
269     rc = pcre_exec(preg->re_pcre, NULL, string, (int)strlen(string), 0, opti
ons,
(gdb) s

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.

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

Reply via email to