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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41930


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




------- Additional Comments From [EMAIL PROTECTED]  2007-03-23 05:19 -------

Using the .gdbinit file delivered with the sources of Apache 2.0.59, what  
follows is the information you requested:


(gdb) frame 5
#5  0x00cc8b12 in apr_brigade_write (b=0x8c5ccd8, flush=0, ctx=0x0, 
str=0xaaf1e000 <Address 0xaaf1e000 out of bounds>, nbyte=1037) at 
apr_brigade.c:417
417         memcpy(buf, str, nbyte);

(gdb) dump_brigade b
dump of brigade 0x8c5ccd8
   | type     (address)    | length | data addr  | contents               | rc
--------------------------------------------------------------------------------
 0 | HEAP     (0x08c60030) | 108    | 0x08c601c0 | [4d~~<!-- VERSION ...] | 1
end of brigade

(gdb) dump_bucket e
 bucket=Cannot access memory at address 0xa200a0a





(gdb) frame 6
#6  0x08091c7d in core_output_filter (f=0x8c5b7a0, b=0xb23c0a48) at core.c:4103
4103                                    apr_brigade_write(temp_brig, NULL, 
NULL, str, n);

(gdb) dump_brigade b
dump of brigade 0xb23c0a48
   | type     (address)    | length | data addr  | contents               | rc
--------------------------------------------------------------------------------
 0 | MMAP     (0x08c5ffe0) | 1037   | 0x08c604e0 | [Cannot access memory at 
address 0xaaf1e000

(gdb) dump_bucket temp
No symbol "temp" in current context.

(gdb) dump_bucket e
No symbol "e" in current context.


In advance, thank you for your help!


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to