This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chaselton
Recipients chaselton, ethan.furman, freakboy3742, mpaolini, r.david.murray, refi64, tritium
Date 2015-09-15.18:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442343187.13.0.724052075416.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
Ryan,

Here's the results after the edit to the ctypes test. I also re-compiled gdb with python support, which is why this took so long

(gdb) file ./python

Load new symbol table from "./python"? (y or n) y
Reading symbols from ./python...done.
Traceback (most recent call last):
  File "/bld/pyt/cpython-android/python-gdb.py", line 59, in <module>
    _type_char_ptr = gdb.lookup_type('char').pointer() # char*
AttributeError: 'module' object has no attribute 'lookup_type'

(gdb) set args -m tests
(gdb) set sysroot /usr/gcc-4.9-pie/sysroot
(gdb) run

Starting program: /bld/pyt/cpython-android/python -m tests
setpgrp failed in child: No such process
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.

Program received signal SIGILL, Illegal instruction.
0xb6a63cc8 in ?? ()
(gdb) bt
Python Exception <class 'ImportError'> No module named 'gdb.frames':
#0  0xb6a63cc8 in ?? ()
#1  0xb6a5feb0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
History
Date User Action Args
2015-09-15 18:53:07chaseltonsetrecipients: + chaselton, r.david.murray, freakboy3742, ethan.furman, refi64, mpaolini, tritium
2015-09-15 18:53:07chaseltonsetmessageid: <1442343187.13.0.724052075416.issue23496@psf.upfronthosting.co.za>
2015-09-15 18:53:07chaseltonlinkissue23496 messages
2015-09-15 18:53:06chaseltoncreate