Advertisement
Guest User

dhcpcd-6.4.4::gentoo segfault

a guest
Sep 18th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.89 KB | None | 0 0
  1. # gdb dhcpcd
  2. # start eth0
  3.  
  4. dhcpcd[10263]: version 6.4.4 starting
  5.  
  6. Program received signal SIGSEGV, Segmentation fault.
  7. 0x0000000000427d9e in ipv6nd_addrexists (ctx=0x7fffffffe340, addr=0x0) at ipv6nd.c:405
  8. 405     ipv6nd.c: No such file or directory.
  9. (gdb) bt
  10. #0  0x0000000000427d9e in ipv6nd_addrexists (ctx=0x7fffffffe340, addr=0x0) at ipv6nd.c:405
  11. #1  0x0000000000404818 in dhcpcd_ipwaited (ctx=0x7fffffffe340) at dhcpcd.c:240
  12. #2  0x0000000000412217 in make_env (ifp=0x6524b0, reason=0x43c26e "PREINIT", argv=0x7fffffffe210) at script.c:365
  13. #3  0x0000000000412f42 in script_runreason (ifp=0x6524b0, reason=0x43c26e "PREINIT") at script.c:633
  14. #4  0x0000000000405f86 in run_preinit (ifp=0x6524b0) at dhcpcd.c:803
  15. #5  0x00000000004084f6 in main (argc=2, argv=0x7fffffffe648) at dhcpcd.c:1667
  16. (gdb) info locals
  17. rap = 0x0
  18. ap = 0x7fffffffe340
  19. (gdb) info args
  20. ctx = 0x7fffffffe340
  21. addr = 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement