[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Ronald Oussoren
Ronald Oussoren added the comment: The stack size problem was issue #9670. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Apple Grew
Apple Grew added the comment: Thanks. I tested with 2.7.3 (macport) and it indeed works. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Ned Deily
Ned Deily added the comment: I believe the issue Ronald is referring to is Issue9670. I tried your test program with a current MacPorts Python 2.7.3 and Django 1.4 and, as Ross saw, it failed gracefully with a "maximum recursion depth exceeded while calling a Python object" exception. Note i

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Ronald Oussoren
Ronald Oussoren added the comment: The bug report mentions python 2.7.1. Could you try to reproduce using the most recent release, or a fresh checkout? The reason I ask this is that the crash report has a deeply nested call stack and there used to be a bug where new threads were created with

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Ross Lagerwall
Ross Lagerwall added the comment: Sorry, I didn't mean that it's impossible; I meant that it shouldn't happen and it should be fixed :-) Unfortunately I don't have access to an OS X box to test. -- ___ Python tracker

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Apple Grew
Apple Grew added the comment: If you believe this is impossible then possibly there could be a memory overflow issue which triggers this error in OSX builds. In other builds it may not cause that problem or don't share the same faulty code. -- assignee: -> ronaldoussoren components: +

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Apple Grew
Apple Grew added the comment: Well I tried with Python2.6 (MacPort) now. It too crashes with Bus error. I guess this has something to do with OSX ports. Please investigate. Whatever it maybe, but the process must not crash like that. -- ___ Python t

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Ross Lagerwall
Ross Lagerwall added the comment: Well the app has an infinite recursion. This shows on Fedora Linux 17: """ Request Method: GET Request URL:http://127.0.0.1:8000/ Django Version: 1.4 Exception Type: RuntimeError Exception Value: maximum recursion depth excee

[issue15739] Python crashes with "Bus error: 10"

2012-08-20 Thread Apple Grew
New submission from Apple Grew: Python crashes when I try to access (by sending http request from borwser) my Django application. OS: Mac OSX Lion Python version: 2.7.1 (This was pre-bundled with OS and not a MacPort). There isn't a simple test case but I do have an open source app which where