View Issue Details

IDProjectCategoryView StatusLast Update
0002602Kali LinuxKali Package Bugpublic2015-09-03 09:15
Reporterthel3l Assigned Torhertzog  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versionkali-dev 
Summary0002602: Kali 2.0 GNU Project Debugger( gdb)
Description

Viewing the registers during program execution in gdb fails with the error "memory not accessible".

0xffffffffffffe060: Cannot access memory at address 0xffffffffffffe060

Steps To Reproduce

Create an application, and execute it in gdb.
(gdb) break 14
(gdb) run AAAAAAAAAA
(gdb) x/16xw $esp
#This final step to view the esp fails, "0xffffffffffffe060: Cannot access memory at address 0xffffffffffffe060"

Activities

rhertzog

rhertzog

2015-09-03 09:15

administrator   ~0003883

I'm afraid that this is not something specific to Kali. Go talk with the upstream gdb developers if you believe this to be an issue.

Issue History

Date Modified Username Field Change
2015-08-29 10:39 thel3l New Issue
2015-09-03 09:15 rhertzog Note Added: 0003883
2015-09-03 09:15 rhertzog Status new => closed
2015-09-03 09:15 rhertzog Assigned To => rhertzog
2015-09-03 09:15 rhertzog Resolution open => fixed