We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my side project, there is no fixed cycle, I will release it when I have time to develop it. It's still in the development stage.
The text was updated successfully, but these errors were encountered:
task: Fix segvfault of task_load_vma_elf_syms()
2bd99aa
(gdb) bt #0 0x0000000000413969 in task_load_vma_elf_syms (vma=0x3538bf60) at /home/rongtao/Git/ulpatch/src/utils/task-symbol.c:426 #1 0x0000000000411136 in open_task (pid=95830, flag=-33) at /home/rongtao/Git/ulpatch/src/utils/task.c:1404 #2 0x00000000004051ce in show_task_patch_info (pid=95830) at /home/rongtao/Git/ulpatch/src/ulpinfo.c:120 #3 0x000000000040558b in main (argc=3, argv=0x7fffabb17518) at /home/rongtao/Git/ulpatch/src/ulpinfo.c:189 (gdb) frame 0 #0 0x0000000000413969 in task_load_vma_elf_syms (vma=0x3538bf60) at /home/rongtao/Git/ulpatch/src/utils/task-symbol.c:426 426 (gdb) p *vma $1 = {vm_start = 4214784, vm_end = 4218880, vm_pgoff = 0, major = 0, minor = 42, inode = 22959, name_ = "/tmp/ulpatch/95830/map_files/ulp-EmyOMc", '\000' <repeats 4056 times>, perms = "rwxs", prot = 7, type = VMA_ULPATCH, is_elf = true, is_share_lib = false, {is_matched_phdr = false, phdr = {p_type = 0, p_flags = 0, p_offset = 0, p_vaddr = 0, p_paddr = 0, p_filesz = 0, p_memsz = 0, p_align = 0}}, vma_elf = 0x0, elf_file = 0x353c53e0, bfd_elf_file = 0x353c7250, ulp = 0x353b8770, task = 0x353862a0, node_list = {next = 0x3538e108, prev = 0x3538bf08}, node_rb = {__rb_parent_color = 892907033, rb_right = 0x3538e118, rb_left = 0x3538bf18}, leader = 0x3538bf60, siblings = {next = 0x3538d038, prev = 0x3538d038}, voffset = 0} (gdb) p vma->vma_elf $2 = (struct vma_elf_mem *) 0x0 Signed-off-by: Rong Tao <rongtao@cestc.cn>
Just close this issue right now.
Sorry, something went wrong.
Rtoax
No branches or pull requests
This is my side project, there is no fixed cycle, I will release it when I have time to develop it. It's still in the development stage.
The text was updated successfully, but these errors were encountered: