kernel using gcc-5.3 fails to boot right

Adrian Chadd adrian at freebsd.org
Mon Aug 15 05:57:51 UTC 2016


Ok, it's something garbage-y showing up in the ipfw init path where it
decides to try and malloc a .. very invalidly large chunk.

ipfw2 initialized, divert loadable, nat loadable, default to deny,
logging disabled
CALLING add_sopt_handler: from
/usr/home/adrian/work/freebsd/head-embedded/src/sys/modules/ipfw/../../netpfil/ipfw/ip_fw_sockopt.c:3387
ipfw_add_sopt_handler: called; sh=0xc021da50, count=11
ipfw_add_sopt_handler: called; ctl3_hsize=0, sz=11, count=11, (176 bytes)
ipfw_add_sopt_handler: called; ctl3_hsize=1142968431, sz=1142968442,
count=11, (1107625888 bytes)

(That's two loops of the same call to ipfw_add_sopt_handler(), so
something in the loop logic isn't right..)


-adrian


More information about the freebsd-mips mailing list