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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|FreeBSD                     |OS/2



------- Additional Comments From [EMAIL PROTECTED]  2003-11-07 16:08 -------
On httpd-2.0.47 will running...

Breakpoint 1, spot_cookie (r=0x8186050) at mod_usertrack.c:198
198         cookie_dir_rec *dcfg = ap_get_module_config(r->per_dir_config,
(gdb) s
204         if (!dcfg->enabled || r->main) {
(gdb)
208         if ((cookie = apr_table_get(r->headers_in,
(gdb)
apr_table_get (t=0x8186218, key=0x80cf7dc "Cookie") at apr_tables.c:481
481         if (key == NULL) {
(gdb)
485         hash = TABLE_HASH(key);
(gdb)
486         if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
(gdb)
489         COMPUTE_KEY_CHECKSUM(key, checksum);
(gdb)
490         next_elt = ((apr_table_entry_t *) t->a.elts) + t->index_first[hash];
;
(gdb)
491         end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[hash];
(gdb)
493         for (; next_elt <= end_elt; next_elt++) {
(gdb)
494             if ((checksum == next_elt->key_checksum) &&
(gdb)
493         for (; next_elt <= end_elt; next_elt++) {
(gdb)
494             if ((checksum == next_elt->key_checksum) &&
(gdb)
496                 return next_elt->val;
(gdb)
501     }
(gdb)
spot_cookie (r=0x8186050) at mod_usertrack.c:212
212             if ((value = ap_strstr_c(cookie, dcfg->cookie_name))) {
(gdb)
215                 value += strlen(dcfg->cookie_name) + 1;  /* Skip over the '=
' */
(gdb)
216                 cookiebuf = apr_pstrdup(r->pool, value);
(gdb)
apr_pstrdup (a=0x8186018,
    s=0x81873b7 "hostname.or.jp.1067634189379628; sheet=%u901A%u5E38%
u30D5%u30A9%u30F3%u30C8; abcdefgh.html=11") at apr_strings.c:111
111         if (s == NULL) {
(gdb)
114         len = strlen(s) + 1;
(gdb)
115         res = apr_palloc(a, len);
(gdb)
apr_palloc (pool=0x8186018, size=107) at apr_pools.c:620
620         size = APR_ALIGN_DEFAULT(size);
(gdb)
621         active = pool->active;
(gdb)
624         if (size < (apr_size_t)(active->endp - active->first_avail)) {
(gdb)
625             mem = active->first_avail;
(gdb)
626             active->first_avail += size;
(gdb)
628             return mem;
(gdb)
679     }
(gdb)
apr_pstrdup (a=0x8186018,
    s=0x81873b7 "hostname.or.jp.1067634189379628; sheet=%u901A%u5E38%
u30D5%u30A9%u30F3%u30C8; line-index.html=11") at apr_strings.c:116
116         memcpy(res, s, len);
(gdb)
117         return res;
(gdb)
118     }
(gdb)
spot_cookie (r=0x8186050) at mod_usertrack.c:217
217                 cookieend = strchr(cookiebuf, ';');
(gdb)
218                 if (cookieend)
(gdb)
219                     *cookieend = '\0';      /* Ignore anything after a ; */
(gdb)
222                 apr_table_setn(r->notes, "cookie", cookiebuf);
(gdb)
apr_table_setn (t=0x81869a8, key=0x80cf7cd "cookie",
    val=0x8187980 "hostname.or.jp.1067634189379628")
    at apr_tables.c:584
584         COMPUTE_KEY_CHECKSUM(key, checksum);
(gdb)
585         hash = TABLE_HASH(key);
(gdb)
586         if (!TABLE_INDEX_IS_INITIALIZED(t, hash)) {
(gdb)
587             t->index_first[hash] = t->a.nelts;
(gdb)
588             TABLE_SET_INDEX_INITIALIZED(t, hash);
(gdb)
589             goto add_new_elt;
(gdb)
640         t->index_last[hash] = t->a.nelts;
(gdb)
641         next_elt = (apr_table_entry_t *) table_push(t);
(gdb)
apr_array_push_noclear (arr=0x81869a8) at apr_tables.c:158
158         if (arr->nelts == arr->nalloc) {
(gdb)
169         ++arr->nelts;
(gdb)
170         return arr->elts + (arr->elt_size * (arr->nelts - 1));
(gdb)
171     }
(gdb)
apr_table_setn (t=0x81869a8, key=0x80cf7cd "cookie",
    val=0x8187980 "hostname.or.jp.1067634189379628")
    at apr_tables.c:642
642         next_elt->key = (char *)key;
(gdb)
643         next_elt->val = (char *)val;
(gdb)
644         next_elt->key_checksum = checksum;
(gdb)
645     }
(gdb)
spot_cookie (r=0x8186050) at mod_usertrack.c:224
224                 return DECLINED;    /* There's already a cookie, no new one
*/
(gdb)
228     }
(gdb)
0x0809f5f5 in ap_run_fixups (r=0x8186050) at request.c:114
114                               (request_rec *r), (r), OK, DECLINED)
(gdb)
fix_encoding (r=0x8186050) at mod_negotiation.c:3077
3077        const char *enc = r->content_encoding;
(gdb)
3078        char *x_enc = NULL;
(gdb)
3083        if (!enc || !*enc) {
(gdb)
3084            return DECLINED;
(gdb)
3117    }

...etc...

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

Reply via email to