Message248996
On August 22, 2015 2:47:42 PM CDT, Ryan Gonzalez <report@bugs.python.org> wrote:
>
>Ryan Gonzalez added the comment:
>
>I'm assuming gdb still doesn't work?
It does. I just don't know it well enough to know if the errors are something I'm doing wrong or something the program is doing wrong.
Basically I'm running
gdb
file ./python
set args -m test
set sysroot /path/to/sysroot
run
and examining/posting the results. Which are confusing to me because, again, don't know it well enough.
>
>On August 22, 2015 1:06:41 PM CDT, Cyd Haselton
><report@bugs.python.org> wrote:
>>
>>Cyd Haselton added the comment:
>>
>>Update:
>>I found this bug report (https://bugs.python.org/issue23786) and
>>re-compiled python with -mno-unaligned-access as mentioned. test_hash
>>still throws a bus error.
>>
>>Back to drawing board....suggestions welcome.
>>
>>----------
>>
>>_______________________________________
>>Python tracker <report@bugs.python.org>
>><http://bugs.python.org/issue23496>
>>_______________________________________
>
>----------
>
>_______________________________________
>Python tracker <report@bugs.python.org>
><http://bugs.python.org/issue23496>
>_______________________________________ |
|
Date |
User |
Action |
Args |
2015-08-22 20:06:53 | chaselton | set | recipients:
+ chaselton, r.david.murray, freakboy3742, ethan.furman, refi64, mpaolini, tritium |
2015-08-22 20:06:53 | chaselton | link | issue23496 messages |
2015-08-22 20:06:52 | chaselton | create | |
|