Zeller, Jan wrote:
Hi Amos,
I entered this :
# gdb --args ./squid -NCXd9
and got this :
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(gdb) bt
No stack.
hmmm...am I doing something wrong ?
Sorry my fault.
gdb --args squid -NCXd9
.....
(gdb) run
"bt" is after the crash to display.
Amos
kind regards,
Jan
-----Ursprüngliche Nachricht-----
Von: Amos Jeffries [mailto:squid3@xxxxxxxxxxxxx]
Gesendet: Dienstag, 21. Juli 2009 10:00
An: Zeller, Jan
Cc: squid-users@xxxxxxxxxxxxxxx
Betreff: Re: AW: AW: Squid 3.1.0.11 beta is available
Zeller, Jan wrote:
Hi Amos,
thank you very much for your patch ! Great !
Applied it like this :
$ patch -p0 < b9052.patch
patching file src/client_side.cc
Hunk #1 succeeded at 2222 (offset 81 lines).
$ make && make install - this time is successful but now I get :
squid-3.1.0.11/sbin# ./squid -k check -f /etc/squid3/squid.conf-3.1.0.11
2009/07/20 14:38:43| assertion failed: mem.cc:236: "size == StrPoolsAttrs[i].obj_size"
Aborted
Any ideas ?
Thats a new one.
Can you run squid under a debugger and get a stack trace of where thats
happening?
ie: gdb squid --args -NCXd9<enter>bt<enter>
Amos
--
Please be using
Current Stable Squid 2.7.STABLE6 or 3.0.STABLE16
Current Beta Squid 3.1.0.10 or 3.1.0.11