dhcpcd-6.3.1 segfault
xinglp
Sun Mar 09 22:09:21 2014
Hi
This is the debug infomation:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 dhcp6_handledata (arg=0x7fff11a4ee20) at dhcp6.c:2129
2129 syslog(LOG_DEBUG, "%s: validated using 0x%08" PRIu32,
(gdb) l
2124 syslog(LOG_DEBUG, "dhcp_auth_validate: %m");
2125 syslog(LOG_ERR, "%s: authentication
failed from %s",
2126 ifp->name, ctx->sfrom);
2127 return;
2128 }
2129 syslog(LOG_DEBUG, "%s: validated using 0x%08" PRIu32,
2130 ifp->name, state->auth.token->secretid);
2131 } else if (ifo->auth.options & DHCPCD_AUTH_REQUIRE) {
2132 syslog(LOG_ERR, "%s: no authentication from %s",
2133 ifp->name, ctx->sfrom);
I'm using openwrt in router, with dnsmasq and odhcpd.
Thanks.
Archive administrator: postmaster@marples.name