Hi there,

Django is crashing Python on my machine for one particular application
of my Django project (the other applications are unaffected). It's on
the Django 1.0 development server, Mac OS X 10.5.5, stock Python
2.5.1.

There is no trace-back. Removing cookies and .pyc files does not
resolve the problem. I'm not sure how to go about debugging it.
Thought I'd share. :)

Thanks & best,
Brian

Process:         Python [5921]
Path:            /System/Library/Frameworks/Python.framework/Versions/
2.5/Resources/Python.app/Contents/MacOS/Python
Identifier:      Python
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  Python [5918]

Date/Time:       2008-10-18 17:44:39.232 -0230
OS Version:      Mac OS X 10.5.5 (9F33)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000b0000ff4
Crashed Thread:  1

Thread 0:
0   libSystem.B.dylib                   0x933415e2 select$DARWIN_EXTSN + 10
1   org.python.python                   0x0018d806 PyEval_EvalFrameEx +
17116
2   org.python.python                   0x0018d9e8 PyEval_EvalFrameEx +
17598
3   org.python.python                   0x0018d9e8 PyEval_EvalFrameEx +
17598
4   org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
5   org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
6   org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
7   org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
8   org.python.python                   0x0011fd3d PyObject_Call + 50
9   org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
10  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
11  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
12  org.python.python                   0x0011fd3d PyObject_Call + 50
13  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
14  org.python.python                   0x0018d9e8 PyEval_EvalFrameEx +
17598
15  org.python.python                   0x0018d9e8 PyEval_EvalFrameEx +
17598
16  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
17  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
18  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
19  org.python.python                   0x0018f548 PyEval_EvalCode + 87
20  org.python.python                   0x001a69ec PyErr_Display + 1896
21  org.python.python                   0x001a7016 PyRun_FileExFlags + 135
22  org.python.python                   0x001a8982 PyRun_SimpleFileExFlags
+ 421
23  org.python.python                   0x001b3c03 Py_Main + 3095
24  org.python.pythonapp                0x00001fca 0x1000 + 4042

Thread 1 Crashed:
0   org.python.python                   0x00152c88 _PyString_Eq + 36
1   org.python.python                   0x00146d1c PyDict_New + 972
2   org.python.python                   0x001472b3 PyDict_GetItem + 208
3   org.python.python                   0x00149724 PyDict_GetItemString +
46
4   org.python.python                   0x001a0792 PyImport_ReloadModule +
904
5   org.python.python                   0x001a0a80 PyImport_ReloadModule +
1654
6   org.python.python                   0x001a103a PyImport_ReloadModule +
3120
7   org.python.python                   0x001a11ea
PyImport_ImportModuleLevel + 50
8   org.python.python                   0x0018442d PyAST_FromNode + 5362
9   org.python.python                   0x0011fd3d PyObject_Call + 50
10  org.python.python                   0x00188b15
PyEval_CallObjectWithKeywords + 211
11  org.python.python                   0x0018cc21 PyEval_EvalFrameEx +
14071
12  org.python.python                   0x0018d9e8 PyEval_EvalFrameEx +
17598
13  org.python.python                   0x0018d9e8 PyEval_EvalFrameEx +
17598
14  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
15  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
16  org.python.python                   0x0011fd3d PyObject_Call + 50
17  org.python.python                   0x001285f8 PyMethod_New + 2457
18  org.python.python                   0x0011fd3d PyObject_Call + 50
19  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
20  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
21  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
22  org.python.python                   0x0011fd3d PyObject_Call + 50
23  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
24  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
25  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
26  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
27  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
28  org.python.python                   0x0011fd3d PyObject_Call + 50
29  org.python.python                   0x001285f8 PyMethod_New + 2457
30  org.python.python                   0x0011fd3d PyObject_Call + 50
31  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
32  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
33  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
34  org.python.python                   0x0011fd3d PyObject_Call + 50
35  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
36  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
37  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
38  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
39  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
40  org.python.python                   0x0011fd3d PyObject_Call + 50
41  org.python.python                   0x001285f8 PyMethod_New + 2457
42  org.python.python                   0x0011fd3d PyObject_Call + 50
43  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
44  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
45  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
46  org.python.python                   0x0011fd3d PyObject_Call + 50
47  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
48  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
49  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
50  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
51  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
52  org.python.python                   0x0011fd3d PyObject_Call + 50
53  org.python.python                   0x001285f8 PyMethod_New + 2457
54  org.python.python                   0x0011fd3d PyObject_Call + 50
55  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
56  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
57  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
58  org.python.python                   0x0011fd3d PyObject_Call + 50
59  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
60  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
61  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
62  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
63  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
64  org.python.python                   0x0011fd3d PyObject_Call + 50
65  org.python.python                   0x001285f8 PyMethod_New + 2457
66  org.python.python                   0x0011fd3d PyObject_Call + 50
67  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
68  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
69  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
70  org.python.python                   0x0011fd3d PyObject_Call + 50
71  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
72  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
73  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
74  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
75  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
76  org.python.python                   0x0011fd3d PyObject_Call + 50
77  org.python.python                   0x001285f8 PyMethod_New + 2457
78  org.python.python                   0x0011fd3d PyObject_Call + 50
79  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
80  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
81  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
82  org.python.python                   0x0011fd3d PyObject_Call + 50
83  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
84  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
85  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
86  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
87  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
88  org.python.python                   0x0011fd3d PyObject_Call + 50
89  org.python.python                   0x001285f8 PyMethod_New + 2457
90  org.python.python                   0x0011fd3d PyObject_Call + 50
91  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
92  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
93  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
94  org.python.python                   0x0011fd3d PyObject_Call + 50
95  org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
96  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
97  org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
98  org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
99  org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
100 org.python.python                   0x0011fd3d PyObject_Call + 50
101 org.python.python                   0x001285f8 PyMethod_New + 2457
102 org.python.python                   0x0011fd3d PyObject_Call + 50
103 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
104 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
105 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
106 org.python.python                   0x0011fd3d PyObject_Call + 50
107 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
108 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
109 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
110 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
111 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
112 org.python.python                   0x0011fd3d PyObject_Call + 50
113 org.python.python                   0x001285f8 PyMethod_New + 2457
114 org.python.python                   0x0011fd3d PyObject_Call + 50
115 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
116 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
117 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
118 org.python.python                   0x0011fd3d PyObject_Call + 50
119 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
120 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
121 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
122 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
123 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
124 org.python.python                   0x0011fd3d PyObject_Call + 50
125 org.python.python                   0x001285f8 PyMethod_New + 2457
126 org.python.python                   0x0011fd3d PyObject_Call + 50
127 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
128 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
129 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
130 org.python.python                   0x0011fd3d PyObject_Call + 50
131 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
132 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
133 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
134 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
135 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
136 org.python.python                   0x0011fd3d PyObject_Call + 50
137 org.python.python                   0x001285f8 PyMethod_New + 2457
138 org.python.python                   0x0011fd3d PyObject_Call + 50
139 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
140 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
141 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
142 org.python.python                   0x0011fd3d PyObject_Call + 50
143 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
144 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
145 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
146 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
147 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
148 org.python.python                   0x0011fd3d PyObject_Call + 50
149 org.python.python                   0x001285f8 PyMethod_New + 2457
150 org.python.python                   0x0011fd3d PyObject_Call + 50
151 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
152 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
153 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
154 org.python.python                   0x0011fd3d PyObject_Call + 50
155 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
156 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
157 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
158 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
159 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
160 org.python.python                   0x0011fd3d PyObject_Call + 50
161 org.python.python                   0x001285f8 PyMethod_New + 2457
162 org.python.python                   0x0011fd3d PyObject_Call + 50
163 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
164 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
165 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
166 org.python.python                   0x0011fd3d PyObject_Call + 50
167 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
168 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
169 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
170 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
171 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
172 org.python.python                   0x0011fd3d PyObject_Call + 50
173 org.python.python                   0x001285f8 PyMethod_New + 2457
174 org.python.python                   0x0011fd3d PyObject_Call + 50
175 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
176 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
177 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
178 org.python.python                   0x0011fd3d PyObject_Call + 50
179 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
180 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
181 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
182 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
183 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
184 org.python.python                   0x0011fd3d PyObject_Call + 50
185 org.python.python                   0x001285f8 PyMethod_New + 2457
186 org.python.python                   0x0011fd3d PyObject_Call + 50
187 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
188 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
189 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
190 org.python.python                   0x0011fd3d PyObject_Call + 50
191 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
192 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
193 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
194 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
195 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
196 org.python.python                   0x0011fd3d PyObject_Call + 50
197 org.python.python                   0x001285f8 PyMethod_New + 2457
198 org.python.python                   0x0011fd3d PyObject_Call + 50
199 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
200 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
201 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
202 org.python.python                   0x0011fd3d PyObject_Call + 50
203 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
204 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
205 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
206 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
207 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
208 org.python.python                   0x0011fd3d PyObject_Call + 50
209 org.python.python                   0x001285f8 PyMethod_New + 2457
210 org.python.python                   0x0011fd3d PyObject_Call + 50
211 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
212 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
213 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
214 org.python.python                   0x0011fd3d PyObject_Call + 50
215 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
216 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
217 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
218 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
219 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
220 org.python.python                   0x0011fd3d PyObject_Call + 50
221 org.python.python                   0x001285f8 PyMethod_New + 2457
222 org.python.python                   0x0011fd3d PyObject_Call + 50
223 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
224 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
225 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
226 org.python.python                   0x0011fd3d PyObject_Call + 50
227 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
228 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
229 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
230 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
231 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
232 org.python.python                   0x0011fd3d PyObject_Call + 50
233 org.python.python                   0x001285f8 PyMethod_New + 2457
234 org.python.python                   0x0011fd3d PyObject_Call + 50
235 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
236 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
237 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
238 org.python.python                   0x0011fd3d PyObject_Call + 50
239 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
240 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
241 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
242 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
243 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
244 org.python.python                   0x0011fd3d PyObject_Call + 50
245 org.python.python                   0x001285f8 PyMethod_New + 2457
246 org.python.python                   0x0011fd3d PyObject_Call + 50
247 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
248 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
249 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
250 org.python.python                   0x0011fd3d PyObject_Call + 50
251 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
252 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
253 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
254 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
255 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
256 org.python.python                   0x0011fd3d PyObject_Call + 50
257 org.python.python                   0x001285f8 PyMethod_New + 2457
258 org.python.python                   0x0011fd3d PyObject_Call + 50
259 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
260 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
261 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
262 org.python.python                   0x0011fd3d PyObject_Call + 50
263 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
264 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
265 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
266 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
267 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
268 org.python.python                   0x0011fd3d PyObject_Call + 50
269 org.python.python                   0x001285f8 PyMethod_New + 2457
270 org.python.python                   0x0011fd3d PyObject_Call + 50
271 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
272 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
273 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
274 org.python.python                   0x0011fd3d PyObject_Call + 50
275 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
276 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
277 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
278 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
279 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
280 org.python.python                   0x0011fd3d PyObject_Call + 50
281 org.python.python                   0x001285f8 PyMethod_New + 2457
282 org.python.python                   0x0011fd3d PyObject_Call + 50
283 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
284 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
285 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
286 org.python.python                   0x0011fd3d PyObject_Call + 50
287 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
288 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
289 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
290 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
291 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
292 org.python.python                   0x0011fd3d PyObject_Call + 50
293 org.python.python                   0x001285f8 PyMethod_New + 2457
294 org.python.python                   0x0011fd3d PyObject_Call + 50
295 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
296 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
297 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
298 org.python.python                   0x0011fd3d PyObject_Call + 50
299 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
300 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
301 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
302 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
303 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
304 org.python.python                   0x0011fd3d PyObject_Call + 50
305 org.python.python                   0x001285f8 PyMethod_New + 2457
306 org.python.python                   0x0011fd3d PyObject_Call + 50
307 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
308 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
309 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
310 org.python.python                   0x0011fd3d PyObject_Call + 50
311 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
312 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
313 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
314 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
315 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
316 org.python.python                   0x0011fd3d PyObject_Call + 50
317 org.python.python                   0x001285f8 PyMethod_New + 2457
318 org.python.python                   0x0011fd3d PyObject_Call + 50
319 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
320 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
321 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
322 org.python.python                   0x0011fd3d PyObject_Call + 50
323 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
324 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
325 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
326 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
327 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
328 org.python.python                   0x0011fd3d PyObject_Call + 50
329 org.python.python                   0x001285f8 PyMethod_New + 2457
330 org.python.python                   0x0011fd3d PyObject_Call + 50
331 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
332 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
333 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
334 org.python.python                   0x0011fd3d PyObject_Call + 50
335 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
336 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
337 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
338 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
339 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
340 org.python.python                   0x0011fd3d PyObject_Call + 50
341 org.python.python                   0x001285f8 PyMethod_New + 2457
342 org.python.python                   0x0011fd3d PyObject_Call + 50
343 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
344 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
345 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
346 org.python.python                   0x0011fd3d PyObject_Call + 50
347 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
348 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
349 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
350 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
351 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
352 org.python.python                   0x0011fd3d PyObject_Call + 50
353 org.python.python                   0x001285f8 PyMethod_New + 2457
354 org.python.python                   0x0011fd3d PyObject_Call + 50
355 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
356 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
357 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
358 org.python.python                   0x0011fd3d PyObject_Call + 50
359 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
360 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
361 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
362 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
363 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
364 org.python.python                   0x0011fd3d PyObject_Call + 50
365 org.python.python                   0x001285f8 PyMethod_New + 2457
366 org.python.python                   0x0011fd3d PyObject_Call + 50
367 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
368 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
369 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
370 org.python.python                   0x0011fd3d PyObject_Call + 50
371 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
372 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
373 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
374 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
375 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
376 org.python.python                   0x0011fd3d PyObject_Call + 50
377 org.python.python                   0x001285f8 PyMethod_New + 2457
378 org.python.python                   0x0011fd3d PyObject_Call + 50
379 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
380 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
381 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
382 org.python.python                   0x0011fd3d PyObject_Call + 50
383 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
384 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
385 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
386 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
387 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
388 org.python.python                   0x0011fd3d PyObject_Call + 50
389 org.python.python                   0x001285f8 PyMethod_New + 2457
390 org.python.python                   0x0011fd3d PyObject_Call + 50
391 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
392 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
393 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
394 org.python.python                   0x0011fd3d PyObject_Call + 50
395 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
396 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
397 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
398 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
399 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
400 org.python.python                   0x0011fd3d PyObject_Call + 50
401 org.python.python                   0x001285f8 PyMethod_New + 2457
402 org.python.python                   0x0011fd3d PyObject_Call + 50
403 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
404 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
405 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
406 org.python.python                   0x0011fd3d PyObject_Call + 50
407 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
408 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
409 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
410 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
411 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
412 org.python.python                   0x0011fd3d PyObject_Call + 50
413 org.python.python                   0x001285f8 PyMethod_New + 2457
414 org.python.python                   0x0011fd3d PyObject_Call + 50
415 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
416 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
417 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
418 org.python.python                   0x0011fd3d PyObject_Call + 50
419 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
420 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
421 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
422 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
423 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
424 org.python.python                   0x0011fd3d PyObject_Call + 50
425 org.python.python                   0x001285f8 PyMethod_New + 2457
426 org.python.python                   0x0011fd3d PyObject_Call + 50
427 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
428 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
429 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
430 org.python.python                   0x0011fd3d PyObject_Call + 50
431 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
432 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
433 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
434 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
435 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
436 org.python.python                   0x0011fd3d PyObject_Call + 50
437 org.python.python                   0x001285f8 PyMethod_New + 2457
438 org.python.python                   0x0011fd3d PyObject_Call + 50
439 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
440 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
441 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
442 org.python.python                   0x0011fd3d PyObject_Call + 50
443 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
444 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
445 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
446 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
447 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
448 org.python.python                   0x0011fd3d PyObject_Call + 50
449 org.python.python                   0x001285f8 PyMethod_New + 2457
450 org.python.python                   0x0011fd3d PyObject_Call + 50
451 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
452 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
453 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
454 org.python.python                   0x0011fd3d PyObject_Call + 50
455 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
456 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
457 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
458 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
459 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
460 org.python.python                   0x0011fd3d PyObject_Call + 50
461 org.python.python                   0x001285f8 PyMethod_New + 2457
462 org.python.python                   0x0011fd3d PyObject_Call + 50
463 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
464 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
465 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
466 org.python.python                   0x0011fd3d PyObject_Call + 50
467 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
468 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
469 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
470 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
471 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
472 org.python.python                   0x0011fd3d PyObject_Call + 50
473 org.python.python                   0x001285f8 PyMethod_New + 2457
474 org.python.python                   0x0011fd3d PyObject_Call + 50
475 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
476 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
477 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
478 org.python.python                   0x0011fd3d PyObject_Call + 50
479 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
480 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
481 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
482 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
483 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
484 org.python.python                   0x0011fd3d PyObject_Call + 50
485 org.python.python                   0x001285f8 PyMethod_New + 2457
486 org.python.python                   0x0011fd3d PyObject_Call + 50
487 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
488 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
489 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
490 org.python.python                   0x0011fd3d PyObject_Call + 50
491 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
492 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
493 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
494 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
495 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
496 org.python.python                   0x0011fd3d PyObject_Call + 50
497 org.python.python                   0x001285f8 PyMethod_New + 2457
498 org.python.python                   0x0011fd3d PyObject_Call + 50
499 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
500 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
501 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
502 org.python.python                   0x0011fd3d PyObject_Call + 50
503 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086
504 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
505 org.python.python                   0x0018da85 PyEval_EvalFrameEx +
17755
506 org.python.python                   0x0018f45b PyEval_EvalCodeEx + 1638
507 org.python.python                   0x00139c27 PyFunction_SetClosure +
2646
508 org.python.python                   0x0011fd3d PyObject_Call + 50
509 org.python.python                   0x001285f8 PyMethod_New + 2457
510 org.python.python                   0x0011fd3d PyObject_Call + 50
511 org.python.python                   0x0018dfb8 PyEval_EvalFrameEx +
19086

Thread 1 crashed with X86 Thread State (32-bit):
  eax: 0x00507634  ebx: 0x00146c94  ecx: 0x00507620  edx: 0x007deeb4
  edi: 0x000003a9  esi: 0x00000022  ebp: 0xb0001008  esp: 0xb0000ff0
   ss: 0x0000001f  efl: 0x00010206  eip: 0x00152c88   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0xb0000ff4

Binary Images:
    0x1000 -     0x1ffe  org.python.pythonapp 2.5.0 (2.5.0a0)
<a9401184b142439b34c3d5a03c73faa2> /System/Library/Frameworks/
Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/
Python
   0x49000 -    0x4affc  _locale.so ??? (???)
<2f7b8c9f6e1f95b22d4e87548c68fb57> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_locale.so
   0xa3000 -    0xa4ffe  binascii.so ??? (???)
<d123237a2ce4d1e39ad3711e8906d8b6> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/binascii.so
   0xa9000 -    0xaafff  math.so ??? (???)
<63731d87cd2469dc7061602e090aa03f> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/math.so
   0xae000 -    0xaffff  _random.so ??? (???)
<d1be6e9b6b8139d1bb4ea4e621b2e847> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_random.so
   0xb3000 -    0xb5ffe  itertools.so ??? (???)
<808f942c9da8df6a5e89a774236bf400> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/itertools.so
   0xbb000 -    0xbdffd  strop.so ??? (???)
<4378db561867e153354ad8f423df3915> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/strop.so
  0x118000 -   0x1e3feb  org.python.python 2.5 (2.5)
<291e8b31a81426063d99f367f0bfaafb> /System/Library/Frameworks/
Python.framework/Versions/2.5/Python
  0x270000 -   0x272fff  operator.so ??? (???)
<85283d421e159f266ba94c06a1612d91> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/operator.so
  0x27d000 -   0x27fffb  _struct.so ??? (???)
<21a3418232e8188ab622801d28427c42> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_struct.so
  0x283000 -   0x284fff  time.so ??? (???)
<363b26b3ea9f50b8f9376d930a1655fa> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/time.so
  0x2c9000 -   0x2cefff  _socket.so ??? (???)
<ba4f8de6d038a47c00c7535d7671af3e> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_socket.so
  0x2d5000 -   0x2d6fff  _ssl.so ??? (???)
<0f3cdec560db534a1ba92da796f00982> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_ssl.so
  0x2e0000 -   0x2e9fff  datetime.so ??? (???)
<bd9fd122ee3be09237f7f39d559002df> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/datetime.so
  0x2f0000 -   0x2f1fff  cStringIO.so ??? (???)
<e618d5a70e9baf15517ca1de6212aac0> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/cStringIO.so
  0x2f5000 -   0x2f6fff  collections.so ??? (???)
<04adb84bcf8c6aa89710b869ce297400> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/collections.so
  0x2fa000 -   0x2faffd  fcntl.so ??? (???)
<4aa6ab41a5cc8398dc28219f8b9f8333> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/fcntl.so
  0x520000 -   0x523ffd  array.so ??? (???)
<5e3da9272c2a67e8aa6887753f5a5cf6> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/array.so
  0x568000 -   0x568ffc  _functools.so ??? (???)
<2e91f05d655aa2838cf880e27826ed27> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_functools.so
  0x56c000 -   0x56cffd  _weakref.so ??? (???)
<1c6ecbee123178034df70d9f3e55cd00> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_weakref.so
  0x570000 -   0x571ffd  _hashlib.so ??? (???)
<bb9c8e76b074c2eba1f76c4502ab72d8> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_hashlib.so
  0x5b6000 -   0x5b9ffe  _sha256.so ??? (???)
<c5a95b5a565d9b1537f55463e8dbf4d5> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_sha256.so
  0x5bd000 -   0x5caffd  _sha512.so ??? (???)
<f369fb9c6584a1a29781b0ff7034d013> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_sha512.so
  0x5ce000 -   0x5d4fff  _sqlite3.so ??? (???)
<9192c019ecd9226189abd3eca25cbcc1> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_sqlite3.so
  0x5da000 -   0x5daffd  _bisect.so ??? (???)
<659109384ab511697028ffc71b435989> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_bisect.so
  0x668000 -   0x672fff  cPickle.so ??? (???)
<088085111b7d487e0f9588ab9fb54139> /System/Library/Frameworks/
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/cPickle.so
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???)
<14ac3b684fa5a31932fa89c4bba7a29b> /usr/lib/dyld
0x904c9000 - 0x905a9fff  libobjc.A.dylib ??? (???)
<7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x90634000 - 0x90691ffb  libstdc++.6.dylib ??? (???)
<6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
0x932f0000 - 0x93450ff3  libSystem.B.dylib ??? (???)
<98fc91f31f185411ddc46d3225e9af55> /usr/lib/libSystem.B.dylib
0x93f8c000 - 0x940c4ff7  libicucore.A.dylib ??? (???)
<3d8fdaf51c2664ab620f1688203caf26> /usr/lib/libicucore.A.dylib
0x94463000 - 0x9446afe9  libgcc_s.1.dylib ??? (???)
<28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
0x94b0b000 - 0x94bbdffb  libcrypto.0.9.7.dylib ??? (???)
<69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x94bf9000 - 0x94d2bfff  com.apple.CoreFoundation 6.5.4 (476.15)
<e2869ad6dc1dd289f21b305b0bea9158> /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation
0x960fd000 - 0x96101fff  libmathCommon.A.dylib ??? (???) /usr/lib/
system/libmathCommon.A.dylib
0x96a15000 - 0x96a40fe7  libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x96b55000 - 0x96b79feb  libssl.0.9.7.dylib ??? (???)
<c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
0x97006000 - 0x9708dff7  libsqlite3.0.dylib ??? (???)
<6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/
libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/
libSystem.B.dylib



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to