Re: 2.4 testing ?

From: Brian Degenhardt <bmd@dont-contact.us>
Date: Mon, 20 Nov 2000 15:34:42 -0800

On Tue, Nov 21, 2000 at 07:29:42AM +0800, Adrian Chadd wrote:
>
> Hrm. this is to do with the new http quoting code. I'm very much
> not familiar with it.
>
> The line numbers seem a little strange. They're pointing to the end of
> functions? What debugger is this?

Yeah... I noticed this after I mailed it off. I've got a little script for
analyzing segfaults:

for line in grep "^\[" /usr/local/cache/logs/cache.log; do
   addr=echo "$line" | sed 's/^\[\(.*\)\]$/\1/';
   addr2line -f -e /usr/local/cache/bin/squid $addr >> /tmp/squid.crashlog
done

addr2line is part of gnu fileutils. I've got a few more crashes, but
they don't match up either. I'll post them when I figure out why the
backtrace isn't working right.

cheers

-bmd
      
> Robert, now is a good time to stand up. :-)
>
>
>
> adrian
>
>
> > Squid crash log:
> >
> > death
> > /var/tmp/squid.build/src/tools.c:268
> > html_quote
> > /var/tmp/squid.build/lib/html.c:122
> > heap_referenced
> > /var/tmp/squid.build/src/repl/heap/store_repl_heap.c:113
> > storeAufsDirUnrefObj
> > /var/tmp/squid.build/src/fs/aufs/store_dir_aufs.c:1409
> > storeUnlockObject
> > /var/tmp/squid.build/src/store.c:249
> > httpRequestFree
> > /var/tmp/squid.build/src/client_side.c:765
> > connStateFree
> > /var/tmp/squid.build/src/client_side.c:803
> > comm_close
> > /var/tmp/squid.build/src/comm.c:535
> > clientWriteComplete
> > /var/tmp/squid.build/src/client_side.c:1911
> > clientWriteBodyComplete
> > /var/tmp/squid.build/src/client_side.c:1812
> > commHandleWrite
> > /var/tmp/squid.build/src/comm.c:98
> > comm_poll
> > /var/tmp/squid.build/src/comm_select.c:447
> > main
> > /var/tmp/squid.build/src/main.c:728
> > _init
> > (null):0
>
>
> --
> Adrian Chadd "God: Damn! I left pot everywhere!
> <adrian@creative.net.au> Now I'll have to create Republicans!"
> - Bill Hicks
Received on Mon Nov 20 2000 - 16:34:44 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:59 MST