chadjoan

rpc.idmapd backtrace

Aug 3rd, 2020 (edited)
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.05 KB | None | 0 0
  1. l-andianov /usr/local/portage/net-fs/nfs-utils # gdb rpc.idmapd
  2. GNU gdb (Gentoo 7.12.1 vanilla) 7.12.1
  3. Copyright (C) 2017 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-gentoo-linux-musl".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://bugs.gentoo.org/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from rpc.idmapd...Reading symbols from /usr/lib/debug//usr/sbin/rpc.idmapd.debug...done.
  17. done.
  18. (gdb) run -vf
  19. Starting program: /usr/sbin/rpc.idmapd -vf
  20. rpc.idmapd: Setting log level to 8
  21.  
  22. rpc.idmapd: libnfsidmap: using domain: ozymandias
  23. rpc.idmapd: libnfsidmap: Realms list: 'OZYMANDIAS'
  24. rpc.idmapd: libnfsidmap: processing 'Method' list
  25.  
  26. Program received signal SIGSEGV, Segmentation fault.
  27. unbin (i=<optimized out>, c=0x7ffff7ffe9b0) at src/malloc/malloc.c:192
  28. 192     src/malloc/malloc.c: No such file or directory.
  29. (gdb) bt
  30. #0  unbin (i=<optimized out>, c=0x7ffff7ffe9b0) at src/malloc/malloc.c:192
  31. #1  alloc_rev (c=c@entry=0x7ffff7ffeeb0) at src/malloc/malloc.c:223
  32. #2  0x00007ffff7f7836d in __bin_chunk (self=0x7ffff7ffeeb0) at src/malloc/malloc.c:465
  33. #3  0x00007ffff7f78d58 in free (p=<optimized out>) at src/malloc/malloc.c:528
  34. #4  0x00007ffff7f9839f in getpw_r (name=name@entry=0x7ffff7ffe760 "******************", uid=uid@entry=0, pw=pw@entry=0x7ffff7ffe960, buf=buf@entry=0x7ffff7ffe990 "******************",
  35.     size=size@entry=18446744073709551615, res=res@entry=0x7fffffffde10) at src/passwd/getpw_r.c:28
  36. #5  0x00007ffff7f98413 in getpwnam_r (name=name@entry=0x7ffff7ffe760 "******************", pw=pw@entry=0x7ffff7ffe960, buf=buf@entry=0x7ffff7ffe990 "******************",
  37.     size=size@entry=18446744073709551615, res=res@entry=0x7fffffffde10) at src/passwd/getpw_r.c:36
  38. #6  0x00007ffff7cf8624 in static_getpwnam (name=0x7ffff7ffe820 "******************@OZYMANDIAS", err_p=err_p@entry=0x7fffffffde74, UNUSED_domain=0x0) at static.c:118
  39. #7  0x00007ffff7cf8b1a in static_init () at static.c:339
  40. #8  0x00007ffff7f3f866 in load_translation_plugin (plgn=0x7ffff7f3caa0, plgn=0x7ffff7f3caa0, method=0x7ffff7f4afc0 "static") at libnfsidmap.c:283
  41. #9  load_plugins (plugins=plugins@entry=0x7ffff7f4a100 <nfs4_plugins>, methods=<optimized out>, methods=<optimized out>) at libnfsidmap.c:328
  42. #10 0x00007ffff7f400bf in nfs4_init_name_mapping (conffile=<optimized out>) at libnfsidmap.c:429
  43. #11 nfs4_init_name_mapping (conffile=<optimized out>) at libnfsidmap.c:371
  44. #12 0x0000555555556a46 in main (argc=2, argv=0x7fffffffe188) at idmapd.c:361
  45. (gdb) q
  46. A debugging session is active.
  47.  
  48.         Inferior 1 [process 45533] will be killed.
  49.  
  50. Quit anyway? (y or n) y
Add Comment
Please, Sign In to add comment