Re: Can't figure the SSL patch

From: Wari Wahab <wari@dont-contact.us>
Date: Sat, 17 Jun 2000 15:19:04 +0800

OK, here's the trace..
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) run -DNYCd3
Starting program: /usr/local/squid/squid-ssl/bin/./squid -DNYCd3
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
2000/06/17 14:57:23| Starting Squid Cache version 2.4.DEVEL3 for i686-pc-linux-gnu...
2000/06/17 14:57:23| Process ID 1802
2000/06/17 14:57:23| With 1024 file descriptors available
2000/06/17 14:57:23| DNS Socket created on FD 6
2000/06/17 14:57:23| Adding nameserver 127.0.0.1 from /etc/resolv.conf

Program received signal SIGSEGV, Segmentation fault.
0x808b57e in useragentOpenLog () at useragent.c:47
47 if (0 == strcmp(Config.Log.useragent, "none")) {
(gdb) where
#0 0x808b57e in useragentOpenLog () at useragent.c:47
#1 0x80751f0 in mainInitialize () at main.c:488
#2 0x807565c in main (argc=2, argv=0xbffffc94) at main.c:686
(gdb)

Hmm, BTW, is this squid-ssl old ;) coz, it's from our last conversation..
You guys might have added somethings here.. Thanx for the gdb tip ;)
On Fri, Jun 16, 2000 at 11:32:28PM +0200, Henrik Nordstrom wrote:
> Wari Wahab wrote:
> >
> > How do I get a stack trace?
>
>
> gdb /usr/local/squid/bin/squid /usr/local/squid/cache/core
>
> Then type "where" on the gdb prompt.
>
> If you cannot find any core file, then start Squid under direct control
> of gdb
>
> gdb /usr/local/squid/bin/squid
>
> Then start squid by typing "run -DNYCd3" at the gdb prompt
>
> When it crashes, type "where" to find out where.
>
> --
> Henrik Nordstrom
> Squid hacker

-- 
Regards: Wari Wahab
An apple every eight hours will keep three doctors away.
Received on Sat Jun 17 2000 - 01:04:14 MDT

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