Open GoogleCodeExporter opened 9 years ago
Strange after couple time reinstalling it showing different line :
-------------------------
Starting program: /usr/local/sbin/squid
[New LWP 100095]
[New Thread 8010041c0 (LWP 100095)]
FATAL: Bungled Default Configuration line 127: udp_outgoing_address6
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
Squid Cache (Version LUSCA_HEAD-r14756): Terminated abnormally.
-------------------------
i trying the debug this :
-------------------------
#0 self_destruct () at cache_cf.c:149
#1 0x0000000000428427 in parse_line (buff=0x5f01a0 "udp_outgoing_address6")
at cf_parser.h:1072
#2 0x000000000042a5bc in parseConfigFile (
file_name=0x80100b040 "/usr/local/etc/squid/squid.conf")
at cf_parser.h:345
#3 0x0000000000452d5b in main (argc=1, argv=0x7fffffffeaf0) at main.c:811
-------------------------
line 127 is a comment "#" here you can see it yourself :
http://c.imagehost.org/0176/line127.png
yes confirmed,the code ignore commented "#",it read all variable,here :
-----------------------------------------------------------------------------
Breakpoint 1, parse_line (
buff=0x5f01a0 "snmp_outgoing_address 255.255.255.255") at cf_parser.h:507
507 {
(gdb)
Continuing.
Breakpoint 1, parse_line (buff=0x5f01a0 "icp_port 3130") at cf_parser.h:507
507 {
(gdb)
Continuing.
Breakpoint 1, parse_line (buff=0x5f01a0 "log_icp_queries on")
at cf_parser.h:507
507 {
(gdb)
Continuing.
Breakpoint 1, parse_line (buff=0x5f01a0 "udp_incoming_address 0.0.0.0")
at cf_parser.h:507
507 {
(gdb)
Continuing.
Breakpoint 1, parse_line (
buff=0x5f01a0 "udp_outgoing_address 255.255.255.255") at cf_parser.h:507
507 {
(gdb)
Continuing.
Breakpoint 1, parse_line (
buff=0x5f01a0 "udp_outgoing_address6 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff") at cf_parser.h:507
507 {
(gdb)
Continuing.
FATAL: Bungled Default Configuration line 127: udp_outgoing_address6
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
Squid Cache (Version LUSCA_HEAD-r14756): Terminated abnormally.
Program exited with code 01.
------------------------------------------------------------------------
Original comment by unexplai...@gmail.com
on 27 Sep 2010 at 5:33
[deleted comment]
even though i have deleted commented #udp_outgoing_address6
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff line from squid.conf,it still throw up
that error,either loaded from elsewhere/memory?but it clearly from the debug
it's from "/usr/local/etc/squid/squid.conf" or from other code?don't know i am
just newbie at *nix.
Original comment by unexplai...@gmail.com
on 27 Sep 2010 at 5:40
lusca seem dead :(
Original comment by unexplai...@gmail.com
on 5 Oct 2010 at 8:35
Lusca's not dead - I've just been busy at work and with university studies. :)
I haven't made Lusca run under non-IPv6 environments because, honestly, we're
going to have to support IPv6-everywhere sooner rather than later.
Can you please investigate why IPv6 takes up so much more RAM when its compiled
in?
Original comment by adrian.c...@gmail.com
on 19 Oct 2010 at 2:39
hehehe, alright no problem but i might just need the mem leak patched :), maybe
you can put some debug message instead?, it was really frustating without
knowing what's wrong, cheers.
Original comment by unexplai...@gmail.com
on 20 Oct 2010 at 10:32
Original issue reported on code.google.com by
unexplai...@gmail.com
on 27 Sep 2010 at 3:02