Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#56085 - [pwndbg] Failes to run various functions. - Missing dependencies ?

Attached to Project: Community Packages
Opened by Jacek (cmp) - Sunday, 22 October 2017, 16:43 GMT
Last edited by Levente Polyak (anthraxx) - Wednesday, 26 September 2018, 10:01 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When inspecting the Heap internal pwndbg functions like 'bins', 'arena', 'largebins', 'smallbins', 'fastbins', 'unsortedbin', 'heap' and 'mp'
are very handy.This functionality is currently broken due to a on-the-fly compilation error:

Command '/usr/bin/g++ -m64 -w -c -g /tmp/pwndbg/x86-64_struct-malloc_state.cc -o /tmp/pwndbg/x86-64_struct-malloc_state.o' returned non-zero exit


! This bug was reproduced on two independent Arch-Setups and is Confirmed!

Additional info:
-Version: community/pwndbg 2017.09.26-1
-log file with stack-trace is attached


Steps to reproduce:

# Start gdb:
gdb ./any-elf-binary
# In gdb type the following commands
source /usr/share/pwndbg/gdbinit.py
b main
r
arena

<crash>
   bug (1.8 KiB)
This task depends upon

Closed by  Levente Polyak (anthraxx)
Wednesday, 26 September 2018, 10:01 GMT
Reason for closing:  Upstream
Comment by Levente Polyak (anthraxx) - Sunday, 22 October 2017, 18:47 GMT
unfortunatly this has nothing to do with missing dependencies, but with non includable files. the structures were created by processing/compiling headers and if includes in those can't be resolved, it fails.
There are tasks created to renew the way this works... but in the meanwhile you may want to report upstream

Loading...