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 xdegaye
Recipients Alex.Willmer, ncoghlan, neologix, pitrou, rhettinger, xdegaye, yan12125
Date 2016-05-06.15:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462550147.49.0.195759011199.issue26939@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you post the backtraces of all threads (at least the innermost frames)?

There are two threads, gdb does not print the backtrace of the other thread. My current gdb setup with a connection to a gdb-server misses some stuff (access to the loader or some libraries I guess) and needs to be completed with the same setup as the one used by the ndk-gdb script (released by google for android applications).

> Also, can you reproduce on an actual armv7 machine? Just wondering if there may be something peculiar in the emulator.

I don't have an armv7 device that can be used for testing.
History
Date User Action Args
2016-05-06 15:55:47xdegayesetrecipients: + xdegaye, rhettinger, ncoghlan, pitrou, neologix, Alex.Willmer, yan12125
2016-05-06 15:55:47xdegayesetmessageid: <1462550147.49.0.195759011199.issue26939@psf.upfronthosting.co.za>
2016-05-06 15:55:47xdegayelinkissue26939 messages
2016-05-06 15:55:47xdegayecreate