Skip to content
New issue

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

When will it be officially released? #2

Closed
Rtoax opened this issue Feb 19, 2024 · 1 comment
Closed

When will it be officially released? #2

Rtoax opened this issue Feb 19, 2024 · 1 comment
Assignees
Labels
question Further information is requested todo TODO

Comments

@Rtoax
Copy link
Owner

Rtoax commented Feb 19, 2024

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.

@Rtoax Rtoax added the question Further information is requested label Feb 19, 2024
@Rtoax Rtoax self-assigned this Feb 19, 2024
Rtoax added a commit that referenced this issue Sep 19, 2024
    (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>
@Rtoax Rtoax added the todo TODO label Jan 1, 2025
@Rtoax
Copy link
Owner Author

Rtoax commented Jan 1, 2025

Just close this issue right now.

@Rtoax Rtoax closed this as completed Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested todo TODO
Projects
None yet
Development

No branches or pull requests

1 participant