Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.088 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'interpreter': 0.05; 'debugging': 0.07; 'git': 0.09; 'report,': 0.09; 'cc:addr:python- list': 0.11; 'python': 0.11; 'jan': 0.12; 'missed': 0.12; 'thread': 0.14; 'changes': 0.15; 'crashed': 0.16; 'dump': 0.16; 'enough.': 0.16; 'recurring,': 0.16; 'attach': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'stack': 0.19; 'seems': 0.21; 'memory': 0.22; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'issue,': 0.24; 'paul': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'rest': 0.29; 'skip:- 40': 0.29; 'am,': 0.29; 'reporting': 0.29; "doesn't": 0.30; 'url:mailman': 0.30; 'code': 0.31; 'easier': 0.31; '13,': 0.31; 'crash': 0.31; 'post.': 0.31; 'remotely': 0.31; 'writes:': 0.31; 'yesterday.': 0.31; 'anyone': 0.31; 'regular': 0.32; 'run': 0.32; 'url:python': 0.33; 'running': 0.33; 'guess': 0.33; 'minimal': 0.33; 'core': 0.34; 'maybe': 0.34; 'message.': 0.35; "can't": 0.35; 'something': 0.35; 'but': 0.35; 'url:listinfo': 0.36; 'doing': 0.36; 'next': 0.36; "didn't": 0.36; 'charset:us-ascii': 0.36; "i'll": 0.36; 'url:org': 0.36; 'received:10': 0.37; 'issue': 0.38; 'track': 0.38; 'url:mail': 0.40; 'how': 0.40; 'days': 0.60; 'even': 0.60; 'is.': 0.60; 'tell': 0.60; 'new': 0.61; 'simply': 0.61; 'back': 0.62; "you'll": 0.62; 'making': 0.63; 'header:Message-Id:1': 0.63; 'information': 0.63; 'today': 0.64; 'more': 0.64; 'relatively': 0.65; 'content- type:application/octet-stream': 0.65; 'hints': 0.68; "today's": 0.70; 'received:12': 0.81; 'alaska': 0.84; 'examining': 0.84; 'min': 0.84; 'much,': 0.84; 'recompile': 0.84; 'remained': 0.84; 'shows,': 0.84; 'territory.': 0.84; 'functioning.': 0.91; 'response,': 0.91; 'examine': 0.93 X-Warning: RFC compliance checks disabled due to whitelist X-Warning: Reverse-Path DNS check skipped due to whitelist X-Warning: Maximum message size check skipped due to whitelist X-Warning: Realtime Block Lists skipped due to whitelist X-Warning: System filters skipped due to whitelist X-Warning: Domain filters skipped due to whitelist X-Warning: User filters skipped due to whitelist X-Warning: Anti-Spam check skipped due to whitelist X-Whitelist: 2147483645 X-Envelope-From: israel@ravnalaska.net X-Envelope-To: no.email@nospam.invalid Content-Type: multipart/mixed; boundary="Apple-Mail=_5EF42395-4FA4-495E-A3C9-49559793F128" Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Track down SIGABRT From: Israel Brewster In-Reply-To: <87h9vuoae7.fsf@jester.gateway.pace.com> Date: Fri, 23 Jan 2015 11:19:01 -0900 References: <7FF67692-9F7B-4EE1-AD9F-83DAC545A78A@mac.com> <87h9vuoae7.fsf@jester.gateway.pace.com> To: Paul Rubin X-Mailer: Apple Mail (2.1878.6) X-Mailman-Approved-At: Sat, 24 Jan 2015 10:40:04 +0100 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 2585 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422092405 news.xs4all.nl 2886 [2001:888:2000:d::a6]:34164 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84453 --Apple-Mail=_5EF42395-4FA4-495E-A3C9-49559793F128 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Jan 13, 2015, at 8:31 AM, Paul Rubin wrote: > Israel Brewster writes: >> when it again crashed with a SIGABRT. The crash dump the >> system gave me doesn't tell me much, other than that it looks >> like python is calling some C function when it crashes. I've >> attached the crash report, in case it can mean something more >> to someone else. >=20 > Somehow I missed the original post: did you get a core dump? The > next thing to do is examine it under gdb. And somehow I missed your response, so I guess that makes us even :-) I = did get a core dump and stack trace, that I attached to my original = post. I'll attach the new one from today to this message. Running it through GDB didn't seem to give me much more information than = that crash report - I can see that it is in thread 0, and the call stack = is identical to what the crash report shows, but I can't see where in = the python code it is. Memory usage is relatively minimal - at the time of today's crash, top = was reporting only around 84MB used - actually down a couple of MB from = where it was yesterday. >=20 >>=20 >> Can anyone give me some hints as to how to track down the >> cause of this crash?=20 >=20 > If it's recurring, recompile python with -g to generate debugging > symbols, so you'll have an easier time examining the dump. You can = even > run the whole interpreter under gdb, though doing that for 33 days = might > be uncharted territory. May just have to try it though :-) In looking back over my GIT change logs, the only change I find that = even remotely seems like it might be the issue is a call to del(). Not = saying I think that is the issue, min you, but the rest of the changes I = made were to things like SQL queries, that might change the data = somewhat but not the functioning. Of course, that said I was making more = regular changes before, maybe it simply never remained running long = enough. > --=20 > https://mail.python.org/mailman/listinfo/python-list --Apple-Mail=_5EF42395-4FA4-495E-A3C9-49559793F128 Content-Disposition: attachment; filename=Python_2015-01-23-101846_minilogger.crash Content-Type: application/octet-stream; name="Python_2015-01-23-101846_minilogger.crash" Content-Transfer-Encoding: 7bit Process: Python [397] Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 2.7.2 (2.7.2) Code Type: X86 (Native) Parent Process: Flight Log Server [340] User ID: 501 Date/Time: 2015-01-23 10:18:42.125 -0900 OS Version: Mac OS X 10.8.5 (12F45) Report Version: 10 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 14 org.python.python 0x000ca7bc PyEval_EvalCode + 87 15 org.python.python 0x0003b10e 0x13000 + 164110 16 org.python.python 0x0003b1c3 PyRun_FileExFlags + 152 17 org.python.python 0x0003abcd PyRun_SimpleFileExFlags + 441 18 org.python.python 0x0003a8ba PyRun_AnyFileExFlags + 112 19 org.python.python 0x0005dc66 Py_Main + 2962 20 libdyld.dylib 0x90066725 start + 1 Thread 1: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x0005e6b5 0x13000 + 308917 12 org.python.python 0x00022e1e PyObject_Call + 97 13 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 19 org.python.python 0x0005e6b5 0x13000 + 308917 20 org.python.python 0x00022e1e PyObject_Call + 97 21 org.python.python 0x00036857 0x13000 + 145495 22 org.python.python 0x00022e1e PyObject_Call + 97 23 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 24 org.python.python 0x0006271f 0x13000 + 325407 25 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 26 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 2: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000d0e37 0x13000 + 777783 5 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x0005e6b5 0x13000 + 308917 10 org.python.python 0x00022e1e PyObject_Call + 97 11 org.python.python 0x00036857 0x13000 + 145495 12 org.python.python 0x00022e1e PyObject_Call + 97 13 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 14 org.python.python 0x0006271f 0x13000 + 325407 15 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 16 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 3: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x00762f4b 0x75f000 + 16203 3 org.python.python 0x000cccde PyEval_EvalFrameEx + 7648 4 org.python.python 0x000d0e37 0x13000 + 777783 5 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000d0e37 0x13000 + 777783 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x0005e6b5 0x13000 + 308917 12 org.python.python 0x00022e1e PyObject_Call + 97 13 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 19 org.python.python 0x0005e6b5 0x13000 + 308917 20 org.python.python 0x00022e1e PyObject_Call + 97 21 org.python.python 0x00036857 0x13000 + 145495 22 org.python.python 0x00022e1e PyObject_Call + 97 23 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 24 org.python.python 0x0006271f 0x13000 + 325407 25 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 26 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 4: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 5: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 6: 0 dyld 0x8fe1f6c8 ImageLoaderMachO::bindLocation(ImageLoader::LinkContext const&, unsigned long, unsigned long, ImageLoader const*, unsigned char, char const*, long, char const*) + 270 1 dyld 0x8fe27bc0 ImageLoaderMachOCompressed::doBindFastLazySymbol(unsigned int, ImageLoader::LinkContext const&, void (*)(), void (*)()) + 304 2 dyld 0x8fe0ffe8 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 99 3 libdyld.dylib 0x9006476c dyld_stub_binder_ + 20 4 org.python.python 0x0005bdeb PyThread_acquire_lock + 130 5 org.python.python 0x000ca4ef PyEval_RestoreThread + 76 6 time.so 0x0052fe0c 0x52f000 + 3596 7 org.python.python 0x0007e90a PyCFunction_Call + 98 8 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 9 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 10 org.python.python 0x000d0ea8 0x13000 + 777896 11 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 12 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 13 org.python.python 0x0005e6b5 0x13000 + 308917 14 org.python.python 0x00022e1e PyObject_Call + 97 15 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 16 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 17 org.python.python 0x0005e6b5 0x13000 + 308917 18 org.python.python 0x00022e1e PyObject_Call + 97 19 org.python.python 0x00036857 0x13000 + 145495 20 org.python.python 0x00022e1e PyObject_Call + 97 21 org.python.python 0x0009b15f 0x13000 + 557407 22 org.python.python 0x00022e1e PyObject_Call + 97 23 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 24 org.python.python 0x000d0e37 0x13000 + 777783 25 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 26 org.python.python 0x000d0e37 0x13000 + 777783 27 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 28 org.python.python 0x000d0e37 0x13000 + 777783 29 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 30 org.python.python 0x000d0e37 0x13000 + 777783 31 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 32 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 33 org.python.python 0x0005e6b5 0x13000 + 308917 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x00036857 0x13000 + 145495 36 org.python.python 0x00022e1e PyObject_Call + 97 37 org.python.python 0x0009bab1 0x13000 + 559793 38 org.python.python 0x000957f3 0x13000 + 534515 39 org.python.python 0x00022e1e PyObject_Call + 97 40 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 41 org.python.python 0x000d0e37 0x13000 + 777783 42 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 43 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 44 org.python.python 0x0005e6b5 0x13000 + 308917 45 org.python.python 0x00022e1e PyObject_Call + 97 46 org.python.python 0x00036857 0x13000 + 145495 47 org.python.python 0x00022e1e PyObject_Call + 97 48 org.python.python 0x0009b15f 0x13000 + 557407 49 org.python.python 0x00022e1e PyObject_Call + 97 50 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 51 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 52 org.python.python 0x000d0ea8 0x13000 + 777896 53 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 54 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 55 org.python.python 0x0005e6b5 0x13000 + 308917 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x00036857 0x13000 + 145495 58 org.python.python 0x00022e1e PyObject_Call + 97 59 org.python.python 0x0009bab1 0x13000 + 559793 60 org.python.python 0x000957f3 0x13000 + 534515 61 org.python.python 0x00022e1e PyObject_Call + 97 62 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 63 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 64 org.python.python 0x0005e6b5 0x13000 + 308917 65 org.python.python 0x00022e1e PyObject_Call + 97 66 org.python.python 0x00036857 0x13000 + 145495 67 org.python.python 0x00022e1e PyObject_Call + 97 68 org.python.python 0x0009b15f 0x13000 + 557407 69 org.python.python 0x00022e1e PyObject_Call + 97 70 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 71 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 72 org.python.python 0x0005e6b5 0x13000 + 308917 73 org.python.python 0x00022e1e PyObject_Call + 97 74 org.python.python 0x00036857 0x13000 + 145495 75 org.python.python 0x00022e1e PyObject_Call + 97 76 org.python.python 0x0009b15f 0x13000 + 557407 77 org.python.python 0x00022e1e PyObject_Call + 97 78 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 79 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 80 org.python.python 0x0005e6b5 0x13000 + 308917 81 org.python.python 0x00022e1e PyObject_Call + 97 82 org.python.python 0x00036857 0x13000 + 145495 83 org.python.python 0x00022e1e PyObject_Call + 97 84 org.python.python 0x0009b15f 0x13000 + 557407 85 org.python.python 0x00022e1e PyObject_Call + 97 86 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 87 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 88 org.python.python 0x0005e6b5 0x13000 + 308917 89 org.python.python 0x00022e1e PyObject_Call + 97 90 org.python.python 0x00036857 0x13000 + 145495 91 org.python.python 0x00022e1e PyObject_Call + 97 92 org.python.python 0x0009b15f 0x13000 + 557407 93 org.python.python 0x00022e1e PyObject_Call + 97 94 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 95 org.python.python 0x000d0e37 0x13000 + 777783 96 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 97 org.python.python 0x000d0e37 0x13000 + 777783 98 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 99 org.python.python 0x000d0e37 0x13000 + 777783 100 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 101 org.python.python 0x000d0e37 0x13000 + 777783 102 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 103 org.python.python 0x000d0e37 0x13000 + 777783 104 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 105 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 106 org.python.python 0x0005e6b5 0x13000 + 308917 107 org.python.python 0x00022e1e PyObject_Call + 97 108 org.python.python 0x00036857 0x13000 + 145495 109 org.python.python 0x00022e1e PyObject_Call + 97 110 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 111 org.python.python 0x0006271f 0x13000 + 325407 112 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 113 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 7: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 8: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 9: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 10: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 11: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 12: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 13: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 14: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 15: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 16: 0 libsystem_kernel.dylib 0x9817691a __psynch_mutexwait + 10 1 libsystem_c.dylib 0x97ab219b pthread_mutex_lock + 595 2 org.python.python 0x0005bd89 PyThread_acquire_lock + 32 3 org.python.python 0x000ca4ef PyEval_RestoreThread + 76 4 org.python.python 0x0006aefe 0x13000 + 360190 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x0005e6b5 0x13000 + 308917 12 org.python.python 0x00022e1e PyObject_Call + 97 13 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 14 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 15 org.python.python 0x0005e6b5 0x13000 + 308917 16 org.python.python 0x00022e1e PyObject_Call + 97 17 org.python.python 0x00036857 0x13000 + 145495 18 org.python.python 0x00022e1e PyObject_Call + 97 19 org.python.python 0x0009b15f 0x13000 + 557407 20 org.python.python 0x00022e1e PyObject_Call + 97 21 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000d0e37 0x13000 + 777783 25 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 26 org.python.python 0x000d0e37 0x13000 + 777783 27 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 28 org.python.python 0x000d0e37 0x13000 + 777783 29 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 30 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 31 org.python.python 0x0005e6b5 0x13000 + 308917 32 org.python.python 0x00022e1e PyObject_Call + 97 33 org.python.python 0x00036857 0x13000 + 145495 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x0009bab1 0x13000 + 559793 36 org.python.python 0x000957f3 0x13000 + 534515 37 org.python.python 0x00022e1e PyObject_Call + 97 38 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 39 org.python.python 0x000d0e37 0x13000 + 777783 40 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 41 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 42 org.python.python 0x0005e6b5 0x13000 + 308917 43 org.python.python 0x00022e1e PyObject_Call + 97 44 org.python.python 0x00036857 0x13000 + 145495 45 org.python.python 0x00022e1e PyObject_Call + 97 46 org.python.python 0x0009b15f 0x13000 + 557407 47 org.python.python 0x00022e1e PyObject_Call + 97 48 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x000d0ea8 0x13000 + 777896 51 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 52 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 53 org.python.python 0x0005e6b5 0x13000 + 308917 54 org.python.python 0x00022e1e PyObject_Call + 97 55 org.python.python 0x00036857 0x13000 + 145495 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x0009bab1 0x13000 + 559793 58 org.python.python 0x000957f3 0x13000 + 534515 59 org.python.python 0x00022e1e PyObject_Call + 97 60 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 61 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 62 org.python.python 0x0005e6b5 0x13000 + 308917 63 org.python.python 0x00022e1e PyObject_Call + 97 64 org.python.python 0x00036857 0x13000 + 145495 65 org.python.python 0x00022e1e PyObject_Call + 97 66 org.python.python 0x0009b15f 0x13000 + 557407 67 org.python.python 0x00022e1e PyObject_Call + 97 68 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 69 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 70 org.python.python 0x0005e6b5 0x13000 + 308917 71 org.python.python 0x00022e1e PyObject_Call + 97 72 org.python.python 0x00036857 0x13000 + 145495 73 org.python.python 0x00022e1e PyObject_Call + 97 74 org.python.python 0x0009b15f 0x13000 + 557407 75 org.python.python 0x00022e1e PyObject_Call + 97 76 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 77 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 78 org.python.python 0x0005e6b5 0x13000 + 308917 79 org.python.python 0x00022e1e PyObject_Call + 97 80 org.python.python 0x00036857 0x13000 + 145495 81 org.python.python 0x00022e1e PyObject_Call + 97 82 org.python.python 0x0009b15f 0x13000 + 557407 83 org.python.python 0x00022e1e PyObject_Call + 97 84 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 85 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 86 org.python.python 0x0005e6b5 0x13000 + 308917 87 org.python.python 0x00022e1e PyObject_Call + 97 88 org.python.python 0x00036857 0x13000 + 145495 89 org.python.python 0x00022e1e PyObject_Call + 97 90 org.python.python 0x0009b15f 0x13000 + 557407 91 org.python.python 0x00022e1e PyObject_Call + 97 92 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 93 org.python.python 0x000d0e37 0x13000 + 777783 94 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 95 org.python.python 0x000d0e37 0x13000 + 777783 96 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 97 org.python.python 0x000d0e37 0x13000 + 777783 98 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 99 org.python.python 0x000d0e37 0x13000 + 777783 100 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 101 org.python.python 0x000d0e37 0x13000 + 777783 102 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 103 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 104 org.python.python 0x0005e6b5 0x13000 + 308917 105 org.python.python 0x00022e1e PyObject_Call + 97 106 org.python.python 0x00036857 0x13000 + 145495 107 org.python.python 0x00022e1e PyObject_Call + 97 108 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 109 org.python.python 0x0006271f 0x13000 + 325407 110 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 111 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 17: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 18: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 19: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 20: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 21: 0 libsystem_c.dylib 0x97ab128c _pthread_cond_wait + 845 1 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 2 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 3 org.python.python 0x000ca4ef PyEval_RestoreThread + 76 4 _psycopg.so 0x002e7d31 pq_execute + 459 5 _psycopg.so 0x002eede6 _psyco_curs_execute + 500 6 _psycopg.so 0x002eca81 psyco_curs_execute + 334 7 org.python.python 0x0007e90a PyCFunction_Call + 98 8 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 9 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 10 org.python.python 0x000d0ea8 0x13000 + 777896 11 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 12 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 13 org.python.python 0x0005e6b5 0x13000 + 308917 14 org.python.python 0x00022e1e PyObject_Call + 97 15 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 16 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 17 org.python.python 0x0005e6b5 0x13000 + 308917 18 org.python.python 0x00022e1e PyObject_Call + 97 19 org.python.python 0x00036857 0x13000 + 145495 20 org.python.python 0x00022e1e PyObject_Call + 97 21 org.python.python 0x0009b15f 0x13000 + 557407 22 org.python.python 0x00022e1e PyObject_Call + 97 23 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000359d6 0x13000 + 141782 30 org.python.python 0x00022e1e PyObject_Call + 97 31 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 32 org.python.python 0x000d0e37 0x13000 + 777783 33 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 34 org.python.python 0x000d0e37 0x13000 + 777783 35 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009bab1 0x13000 + 559793 44 org.python.python 0x000957f3 0x13000 + 534515 45 org.python.python 0x00022e1e PyObject_Call + 97 46 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 47 org.python.python 0x000d0e37 0x13000 + 777783 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009b15f 0x13000 + 557407 55 org.python.python 0x00022e1e PyObject_Call + 97 56 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 57 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 58 org.python.python 0x000d0ea8 0x13000 + 777896 59 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 60 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 61 org.python.python 0x0005e6b5 0x13000 + 308917 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x00036857 0x13000 + 145495 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x0009bab1 0x13000 + 559793 66 org.python.python 0x000957f3 0x13000 + 534515 67 org.python.python 0x00022e1e PyObject_Call + 97 68 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 69 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 70 org.python.python 0x0005e6b5 0x13000 + 308917 71 org.python.python 0x00022e1e PyObject_Call + 97 72 org.python.python 0x00036857 0x13000 + 145495 73 org.python.python 0x00022e1e PyObject_Call + 97 74 org.python.python 0x0009b15f 0x13000 + 557407 75 org.python.python 0x00022e1e PyObject_Call + 97 76 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 77 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 78 org.python.python 0x0005e6b5 0x13000 + 308917 79 org.python.python 0x00022e1e PyObject_Call + 97 80 org.python.python 0x00036857 0x13000 + 145495 81 org.python.python 0x00022e1e PyObject_Call + 97 82 org.python.python 0x0009b15f 0x13000 + 557407 83 org.python.python 0x00022e1e PyObject_Call + 97 84 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 85 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 86 org.python.python 0x0005e6b5 0x13000 + 308917 87 org.python.python 0x00022e1e PyObject_Call + 97 88 org.python.python 0x00036857 0x13000 + 145495 89 org.python.python 0x00022e1e PyObject_Call + 97 90 org.python.python 0x0009b15f 0x13000 + 557407 91 org.python.python 0x00022e1e PyObject_Call + 97 92 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 93 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 94 org.python.python 0x0005e6b5 0x13000 + 308917 95 org.python.python 0x00022e1e PyObject_Call + 97 96 org.python.python 0x00036857 0x13000 + 145495 97 org.python.python 0x00022e1e PyObject_Call + 97 98 org.python.python 0x0009b15f 0x13000 + 557407 99 org.python.python 0x00022e1e PyObject_Call + 97 100 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 101 org.python.python 0x000d0e37 0x13000 + 777783 102 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 103 org.python.python 0x000d0e37 0x13000 + 777783 104 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 105 org.python.python 0x000d0e37 0x13000 + 777783 106 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 107 org.python.python 0x000d0e37 0x13000 + 777783 108 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 109 org.python.python 0x000d0e37 0x13000 + 777783 110 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 111 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 112 org.python.python 0x0005e6b5 0x13000 + 308917 113 org.python.python 0x00022e1e PyObject_Call + 97 114 org.python.python 0x00036857 0x13000 + 145495 115 org.python.python 0x00022e1e PyObject_Call + 97 116 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 117 org.python.python 0x0006271f 0x13000 + 325407 118 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 119 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 22: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 23: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 24: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 25: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x000ca4ef PyEval_RestoreThread + 76 5 time.so 0x0052fe0c 0x52f000 + 3596 6 org.python.python 0x0007e90a PyCFunction_Call + 98 7 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 15 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 16 org.python.python 0x0005e6b5 0x13000 + 308917 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x00036857 0x13000 + 145495 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x0009b15f 0x13000 + 557407 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000d0e37 0x13000 + 777783 28 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 29 org.python.python 0x000d0e37 0x13000 + 777783 30 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 31 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 32 org.python.python 0x0005e6b5 0x13000 + 308917 33 org.python.python 0x00022e1e PyObject_Call + 97 34 org.python.python 0x00036857 0x13000 + 145495 35 org.python.python 0x00022e1e PyObject_Call + 97 36 org.python.python 0x0009bab1 0x13000 + 559793 37 org.python.python 0x000957f3 0x13000 + 534515 38 org.python.python 0x00022e1e PyObject_Call + 97 39 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 40 org.python.python 0x000d0e37 0x13000 + 777783 41 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 42 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 43 org.python.python 0x0005e6b5 0x13000 + 308917 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x00036857 0x13000 + 145495 46 org.python.python 0x00022e1e PyObject_Call + 97 47 org.python.python 0x0009b15f 0x13000 + 557407 48 org.python.python 0x00022e1e PyObject_Call + 97 49 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 50 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 51 org.python.python 0x000d0ea8 0x13000 + 777896 52 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 53 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 54 org.python.python 0x0005e6b5 0x13000 + 308917 55 org.python.python 0x00022e1e PyObject_Call + 97 56 org.python.python 0x00036857 0x13000 + 145495 57 org.python.python 0x00022e1e PyObject_Call + 97 58 org.python.python 0x0009bab1 0x13000 + 559793 59 org.python.python 0x000957f3 0x13000 + 534515 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 62 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 63 org.python.python 0x0005e6b5 0x13000 + 308917 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x00036857 0x13000 + 145495 66 org.python.python 0x00022e1e PyObject_Call + 97 67 org.python.python 0x0009b15f 0x13000 + 557407 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 70 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 71 org.python.python 0x0005e6b5 0x13000 + 308917 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x00036857 0x13000 + 145495 74 org.python.python 0x00022e1e PyObject_Call + 97 75 org.python.python 0x0009b15f 0x13000 + 557407 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 78 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 79 org.python.python 0x0005e6b5 0x13000 + 308917 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x00036857 0x13000 + 145495 82 org.python.python 0x00022e1e PyObject_Call + 97 83 org.python.python 0x0009b15f 0x13000 + 557407 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 86 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 87 org.python.python 0x0005e6b5 0x13000 + 308917 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x00036857 0x13000 + 145495 90 org.python.python 0x00022e1e PyObject_Call + 97 91 org.python.python 0x0009b15f 0x13000 + 557407 92 org.python.python 0x00022e1e PyObject_Call + 97 93 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000d0e37 0x13000 + 777783 101 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 102 org.python.python 0x000d0e37 0x13000 + 777783 103 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 104 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 105 org.python.python 0x0005e6b5 0x13000 + 308917 106 org.python.python 0x00022e1e PyObject_Call + 97 107 org.python.python 0x00036857 0x13000 + 145495 108 org.python.python 0x00022e1e PyObject_Call + 97 109 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 110 org.python.python 0x0006271f 0x13000 + 325407 111 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 112 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 26: 0 libsystem_kernel.dylib 0x9817691a __psynch_mutexwait + 10 1 libsystem_c.dylib 0x97ab219b pthread_mutex_lock + 595 2 org.python.python 0x0005bd89 PyThread_acquire_lock + 32 3 org.python.python 0x000ca4ef PyEval_RestoreThread + 76 4 org.python.python 0x0006aefe 0x13000 + 360190 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x0005e6b5 0x13000 + 308917 12 org.python.python 0x00022e1e PyObject_Call + 97 13 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 14 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 15 org.python.python 0x0005e6b5 0x13000 + 308917 16 org.python.python 0x00022e1e PyObject_Call + 97 17 org.python.python 0x00036857 0x13000 + 145495 18 org.python.python 0x00022e1e PyObject_Call + 97 19 org.python.python 0x0009b15f 0x13000 + 557407 20 org.python.python 0x00022e1e PyObject_Call + 97 21 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000d0e37 0x13000 + 777783 25 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 26 org.python.python 0x000d0e37 0x13000 + 777783 27 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 28 org.python.python 0x000d0e37 0x13000 + 777783 29 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 30 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 31 org.python.python 0x0005e6b5 0x13000 + 308917 32 org.python.python 0x00022e1e PyObject_Call + 97 33 org.python.python 0x00036857 0x13000 + 145495 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x0009bab1 0x13000 + 559793 36 org.python.python 0x000957f3 0x13000 + 534515 37 org.python.python 0x00022e1e PyObject_Call + 97 38 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 39 org.python.python 0x000d0e37 0x13000 + 777783 40 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 41 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 42 org.python.python 0x0005e6b5 0x13000 + 308917 43 org.python.python 0x00022e1e PyObject_Call + 97 44 org.python.python 0x00036857 0x13000 + 145495 45 org.python.python 0x00022e1e PyObject_Call + 97 46 org.python.python 0x0009b15f 0x13000 + 557407 47 org.python.python 0x00022e1e PyObject_Call + 97 48 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x000d0ea8 0x13000 + 777896 51 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 52 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 53 org.python.python 0x0005e6b5 0x13000 + 308917 54 org.python.python 0x00022e1e PyObject_Call + 97 55 org.python.python 0x00036857 0x13000 + 145495 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x0009bab1 0x13000 + 559793 58 org.python.python 0x000957f3 0x13000 + 534515 59 org.python.python 0x00022e1e PyObject_Call + 97 60 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 61 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 62 org.python.python 0x0005e6b5 0x13000 + 308917 63 org.python.python 0x00022e1e PyObject_Call + 97 64 org.python.python 0x00036857 0x13000 + 145495 65 org.python.python 0x00022e1e PyObject_Call + 97 66 org.python.python 0x0009b15f 0x13000 + 557407 67 org.python.python 0x00022e1e PyObject_Call + 97 68 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 69 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 70 org.python.python 0x0005e6b5 0x13000 + 308917 71 org.python.python 0x00022e1e PyObject_Call + 97 72 org.python.python 0x00036857 0x13000 + 145495 73 org.python.python 0x00022e1e PyObject_Call + 97 74 org.python.python 0x0009b15f 0x13000 + 557407 75 org.python.python 0x00022e1e PyObject_Call + 97 76 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 77 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 78 org.python.python 0x0005e6b5 0x13000 + 308917 79 org.python.python 0x00022e1e PyObject_Call + 97 80 org.python.python 0x00036857 0x13000 + 145495 81 org.python.python 0x00022e1e PyObject_Call + 97 82 org.python.python 0x0009b15f 0x13000 + 557407 83 org.python.python 0x00022e1e PyObject_Call + 97 84 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 85 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 86 org.python.python 0x0005e6b5 0x13000 + 308917 87 org.python.python 0x00022e1e PyObject_Call + 97 88 org.python.python 0x00036857 0x13000 + 145495 89 org.python.python 0x00022e1e PyObject_Call + 97 90 org.python.python 0x0009b15f 0x13000 + 557407 91 org.python.python 0x00022e1e PyObject_Call + 97 92 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 93 org.python.python 0x000d0e37 0x13000 + 777783 94 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 95 org.python.python 0x000d0e37 0x13000 + 777783 96 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 97 org.python.python 0x000d0e37 0x13000 + 777783 98 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 99 org.python.python 0x000d0e37 0x13000 + 777783 100 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 101 org.python.python 0x000d0e37 0x13000 + 777783 102 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 103 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 104 org.python.python 0x0005e6b5 0x13000 + 308917 105 org.python.python 0x00022e1e PyObject_Call + 97 106 org.python.python 0x00036857 0x13000 + 145495 107 org.python.python 0x00022e1e PyObject_Call + 97 108 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 109 org.python.python 0x0006271f 0x13000 + 325407 110 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 111 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 27: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 28: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x0005e6b5 0x13000 + 308917 13 org.python.python 0x00022e1e PyObject_Call + 97 14 org.python.python 0x00036857 0x13000 + 145495 15 org.python.python 0x00022e1e PyObject_Call + 97 16 org.python.python 0x0009b15f 0x13000 + 557407 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 19 org.python.python 0x000d0e37 0x13000 + 777783 20 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 21 org.python.python 0x000d0e37 0x13000 + 777783 22 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 23 org.python.python 0x000d0e37 0x13000 + 777783 24 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 25 org.python.python 0x000d0e37 0x13000 + 777783 26 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 27 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 28 org.python.python 0x0005e6b5 0x13000 + 308917 29 org.python.python 0x00022e1e PyObject_Call + 97 30 org.python.python 0x00036857 0x13000 + 145495 31 org.python.python 0x00022e1e PyObject_Call + 97 32 org.python.python 0x0009bab1 0x13000 + 559793 33 org.python.python 0x000957f3 0x13000 + 534515 34 org.python.python 0x00022e1e PyObject_Call + 97 35 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 36 org.python.python 0x000d0e37 0x13000 + 777783 37 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 38 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 39 org.python.python 0x0005e6b5 0x13000 + 308917 40 org.python.python 0x00022e1e PyObject_Call + 97 41 org.python.python 0x00036857 0x13000 + 145495 42 org.python.python 0x00022e1e PyObject_Call + 97 43 org.python.python 0x0009b15f 0x13000 + 557407 44 org.python.python 0x00022e1e PyObject_Call + 97 45 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 46 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 47 org.python.python 0x000d0ea8 0x13000 + 777896 48 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 49 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 50 org.python.python 0x0005e6b5 0x13000 + 308917 51 org.python.python 0x00022e1e PyObject_Call + 97 52 org.python.python 0x00036857 0x13000 + 145495 53 org.python.python 0x00022e1e PyObject_Call + 97 54 org.python.python 0x0009bab1 0x13000 + 559793 55 org.python.python 0x000957f3 0x13000 + 534515 56 org.python.python 0x00022e1e PyObject_Call + 97 57 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 58 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 59 org.python.python 0x0005e6b5 0x13000 + 308917 60 org.python.python 0x00022e1e PyObject_Call + 97 61 org.python.python 0x00036857 0x13000 + 145495 62 org.python.python 0x00022e1e PyObject_Call + 97 63 org.python.python 0x0009b15f 0x13000 + 557407 64 org.python.python 0x00022e1e PyObject_Call + 97 65 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 66 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 67 org.python.python 0x0005e6b5 0x13000 + 308917 68 org.python.python 0x00022e1e PyObject_Call + 97 69 org.python.python 0x00036857 0x13000 + 145495 70 org.python.python 0x00022e1e PyObject_Call + 97 71 org.python.python 0x0009b15f 0x13000 + 557407 72 org.python.python 0x00022e1e PyObject_Call + 97 73 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 74 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 75 org.python.python 0x0005e6b5 0x13000 + 308917 76 org.python.python 0x00022e1e PyObject_Call + 97 77 org.python.python 0x00036857 0x13000 + 145495 78 org.python.python 0x00022e1e PyObject_Call + 97 79 org.python.python 0x0009b15f 0x13000 + 557407 80 org.python.python 0x00022e1e PyObject_Call + 97 81 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 82 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 83 org.python.python 0x0005e6b5 0x13000 + 308917 84 org.python.python 0x00022e1e PyObject_Call + 97 85 org.python.python 0x00036857 0x13000 + 145495 86 org.python.python 0x00022e1e PyObject_Call + 97 87 org.python.python 0x0009b15f 0x13000 + 557407 88 org.python.python 0x00022e1e PyObject_Call + 97 89 org.python.python 0x000cd0c9 PyEval_EvalFrameEx + 8651 90 org.python.python 0x000d0e37 0x13000 + 777783 91 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 92 org.python.python 0x000d0e37 0x13000 + 777783 93 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 94 org.python.python 0x000d0e37 0x13000 + 777783 95 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 96 org.python.python 0x000d0e37 0x13000 + 777783 97 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 98 org.python.python 0x000d0e37 0x13000 + 777783 99 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 100 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 101 org.python.python 0x0005e6b5 0x13000 + 308917 102 org.python.python 0x00022e1e PyObject_Call + 97 103 org.python.python 0x00036857 0x13000 + 145495 104 org.python.python 0x00022e1e PyObject_Call + 97 105 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 106 org.python.python 0x0006271f 0x13000 + 325407 107 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 108 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 29: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 30: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 31: 0 libsystem_kernel.dylib 0x981768e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x97ab1280 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x97b37089 pthread_cond_wait$UNIX2003 + 71 3 org.python.python 0x0005bdd9 PyThread_acquire_lock + 112 4 org.python.python 0x00062b16 0x13000 + 326422 5 org.python.python 0x0007e90a PyCFunction_Call + 98 6 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x000d0ea8 0x13000 + 777896 9 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 10 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 11 org.python.python 0x000d0ea8 0x13000 + 777896 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000d0e37 0x13000 + 777783 16 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 17 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 18 org.python.python 0x0005e6b5 0x13000 + 308917 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x00036857 0x13000 + 145495 21 org.python.python 0x00022e1e PyObject_Call + 97 22 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 23 org.python.python 0x0006271f 0x13000 + 325407 24 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 25 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 32: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 33: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 _socket.so 0x0076457c 0x75f000 + 21884 2 _socket.so 0x0076476a 0x75f000 + 22378 3 _socket.so 0x007637b4 0x75f000 + 18356 4 org.python.python 0x0007e90a PyCFunction_Call + 98 5 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 6 org.python.python 0x000d0e37 0x13000 + 777783 7 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 8 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 9 org.python.python 0x000d0ea8 0x13000 + 777896 10 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 11 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 12 org.python.python 0x000d0ea8 0x13000 + 777896 13 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 14 org.python.python 0x000d0e37 0x13000 + 777783 15 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 16 org.python.python 0x000d0e37 0x13000 + 777783 17 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 18 org.python.python 0x000d0e37 0x13000 + 777783 19 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 20 org.python.python 0x000d0e37 0x13000 + 777783 21 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 22 org.python.python 0x000d0e37 0x13000 + 777783 23 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 24 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 25 org.python.python 0x0005e6b5 0x13000 + 308917 26 org.python.python 0x00022e1e PyObject_Call + 97 27 org.python.python 0x00036857 0x13000 + 145495 28 org.python.python 0x00022e1e PyObject_Call + 97 29 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 30 org.python.python 0x0006271f 0x13000 + 325407 31 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 32 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 34:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x981779ae kevent + 10 1 libdispatch.dylib 0x99944c71 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x999447a9 _dispatch_mgr_thread + 53 Thread 35: 0 libsystem_kernel.dylib 0x98176be6 __select + 10 1 time.so 0x0052fdda 0x52f000 + 3546 2 org.python.python 0x0007e90a PyCFunction_Call + 98 3 org.python.python 0x000ccef4 PyEval_EvalFrameEx + 8182 4 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 5 org.python.python 0x000d0ea8 0x13000 + 777896 6 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 7 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 8 org.python.python 0x0005e6b5 0x13000 + 308917 9 org.python.python 0x00022e1e PyObject_Call + 97 10 org.python.python 0x000cb960 PyEval_EvalFrameEx + 2658 11 org.python.python 0x000d0e37 0x13000 + 777783 12 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 13 org.python.python 0x000d0e37 0x13000 + 777783 14 org.python.python 0x000ccf77 PyEval_EvalFrameEx + 8313 15 org.python.python 0x000caeb2 PyEval_EvalCodeEx + 1777 16 org.python.python 0x0005e6b5 0x13000 + 308917 17 org.python.python 0x00022e1e PyObject_Call + 97 18 org.python.python 0x00036857 0x13000 + 145495 19 org.python.python 0x00022e1e PyObject_Call + 97 20 org.python.python 0x000d05f7 PyEval_CallObjectWithKeywords + 177 21 org.python.python 0x0006271f 0x13000 + 325407 22 libsystem_c.dylib 0x97aac5b7 _pthread_start + 344 23 libsystem_c.dylib 0x97a96dce thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000004 ebx: 0x0007e8b6 ecx: 0xbfff35dc edx: 0x98176be6 edi: 0x0052fd2a esi: 0x78619060 ebp: 0xbfff3628 esp: 0xbfff35dc ss: 0x00000023 efl: 0x00200283 eip: 0x98176be6 cs: 0x0000000b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0x04671000 Logical CPU: 0 Binary Images: 0xd000 - 0xdfff org.python.python (2.7.2 - 2.7.2) <1E00F562-C400-396B-982A-EC1FC8DEF5BE> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python 0x13000 - 0xfbfff org.python.python (2.7.2 - 2.7.2) <75ACA258-5309-329E-9D4E-EADA3FBD8406> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x2e5000 - 0x2fcff7 +_psycopg.so (0) <9E8D1098-C9F0-3920-9DB7-364C1C585DBA> /Library/Python/2.7/site-packages/psycopg2-2.5.2-py2.7-macosx-10.8-intel.egg/psycopg2/_psycopg.so 0x310000 - 0x33cff7 libpq.5.dylib (5.5) /usr/lib/libpq.5.dylib 0x346000 - 0x386ffb +libssl.1.0.0.dylib (1) /Users/USER/*/libssl.1.0.0.dylib 0x39a000 - 0x4a7fc7 +libcrypto.1.0.0.dylib (1) /Users/USER/*/libcrypto.1.0.0.dylib 0x51e000 - 0x527ffc datetime.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so 0x52f000 - 0x530ffb time.so (60.4) <73713399-DE2B-3207-BDF3-3A9355578956> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so 0x536000 - 0x538ffe _collections.so (60.4) <957CAD89-C99D-37A5-AF5E-DF2A64E4041B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so 0x53d000 - 0x540ffe operator.so (60.4) <5D71C261-891F-31CA-934D-3CA873C49F2B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so 0x545000 - 0x549ffd itertools.so (60.4) <52334676-CD7B-30E6-A6FF-6FC17CC4066B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so 0x550000 - 0x550ffc _bisect.so (60.4) <860529EF-C147-373B-BD7D-E6EDCE90DA50> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so 0x554000 - 0x555ffc _heapq.so (60.4) <68573AB6-66C0-3F7E-ACC4-0E406DB36A09> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so 0x55a000 - 0x55dffa _struct.so (60.4) <795F1B6C-857E-3ED3-913F-215954B8FA14> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so 0x563000 - 0x567ff0 _json.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so 0x56c000 - 0x56efff binascii.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so 0x572000 - 0x575ff0 math.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so 0x57a000 - 0x57afff _functools.so (60.4) <1AD10BC5-C013-3133-9CE7-B3880D791EED> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so 0x57e000 - 0x57ffff _locale.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so 0x583000 - 0x585ffc zlib.so (60.4) <97ACE84E-7B0E-3989-9D31-026F58AC668E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so 0x629000 - 0x62bffb strop.so (60.4) <7A5F83D7-2517-38E2-86B0-ABF06FACF695> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so 0x630000 - 0x631ffd cStringIO.so (60.4) <098FF660-DDD4-3F06-80BA-148E8D4B7ECF> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so 0x635000 - 0x63affd pyexpat.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so 0x640000 - 0x656ffc libexpat.1.dylib (12) /usr/lib/libexpat.1.dylib 0x69f000 - 0x6aafff +pyodbc.so (0) <840152BB-8AE0-3EEA-9258-CFFE77C97E7E> /Users/USER/*/pyodbc.so 0x6b8000 - 0x6f1fff libiodbc.2.dylib (42.2) /usr/lib/libiodbc.2.dylib 0x71a000 - 0x71bffe _hashlib.so (60.4) <6EDD5155-3C5D-34DE-B4ED-3E1DC1312065> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so 0x75f000 - 0x765ff5 _socket.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so 0x76c000 - 0x76ffff _ssl.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so 0x775000 - 0x775ffd _scproxy.so (60.4) <27D0E6B6-D84A-3CEF-BCA8-9B1E758F3371> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so 0x77a000 - 0x77cfff select.so (60.4) <134F7BD4-EDD5-3CAF-B1BE-7131B695F561> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so 0x781000 - 0x782ffc fcntl.so (60.4) <952EE4F7-46AE-360D-BB31-C3328E4B10E0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so 0x7c6000 - 0x7c7ff9 _random.so (60.4) <9BE9861E-79F9-3D60-B5D5-CDDC71A79266> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so 0x84b000 - 0x856ffb cPickle.so (60.4) <03C142B2-A3DD-34FA-9685-4CEE8DF4204B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so 0x85c000 - 0x860ffe array.so (60.4) <91C9E8B2-8EF6-3FA1-8F27-E71AA9914B24> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so 0x926000 - 0x935fff _io.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so 0x982000 - 0x982ffd grp.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so 0xc46000 - 0xc4afff +_bcrypt.so (0) <3F935CF7-5910-33A7-963C-6A2F5D29AAFA> /Users/USER/*/_bcrypt.so 0xc4e000 - 0xc58fff +_ldap.so (0) <9989B41E-5620-3E8E-8EC5-9FC5704A8D28> /Library/Python/2.7/site-packages/python_ldap-2.4.10-py2.7-macosx-10.8-intel.egg/_ldap.so 0xc5f000 - 0xc61fff _multiprocessing.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so 0xc66000 - 0xc68ffd _csv.so (60.4) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_csv.so 0xc6e000 - 0xc7cffb _ctypes.so (60.4) <3691B080-CF16-3999-813F-682B1F0D4E26> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so 0xc85000 - 0xc85ff7 libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib 0xd4a000 - 0xdebff9 multiarray.so (27.4) <3A9DA8B8-2C58-3FB0-B491-968A52101BA4> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/multiarray.so 0xdff000 - 0xe36ffe umath.so (27.4) /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/umath.so 0xe42000 - 0xe53ff7 _sort.so (27.4) <36D7E10C-CC33-3A4A-9717-29F165644354> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/_sort.so 0xe98000 - 0xe9cfff _dotblas.so (27.4) /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/_dotblas.so 0xea0000 - 0xebaff0 scalarmath.so (27.4) <078B9F29-CD28-3635-BCBC-4CFC6B392BEA> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/scalarmath.so 0xfbf000 - 0xfc2ffb _compiled_base.so (27.4) <541D4392-33ED-374B-AA3B-3207BE0F3D10> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/lib/_compiled_base.so 0xfc6000 - 0xfc9fff lapack_lite.so (27.4) <5F19143C-5AA0-36F7-AA00-8E265424BDBB> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/linalg/lapack_lite.so 0x114d000 - 0x1154ff7 fftpack_lite.so (27.4) /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/fft/fftpack_lite.so 0x1158000 - 0x1188ff3 mtrand.so (27.4) /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/random/mtrand.so 0x1381000 - 0x1386ffd _elementtree.so (60.4) <1C1C6B8D-05BE-301F-8045-36291A5C67C9> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_elementtree.so 0x138b000 - 0x1392ffd parser.so (60.4) <453CE2D1-C59C-33CB-B2B2-24378E24E073> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so 0x1397000 - 0x13a3fff libiodbcinst.2.dylib (42.2) <787B1EEB-5FB1-3838-A6C4-218921608CA7> /usr/lib/libiodbcinst.2.dylib 0x13df000 - 0x13e1fff apop.so (169) <96F3CBCC-F35B-3299-91DE-C8B50959C19F> /usr/lib/sasl2/apop.so 0x13e5000 - 0x13e7ffd libanonymous.2.so (166) <7156D6FE-1FC8-3397-92E9-354961D746E5> /usr/lib/sasl2/libanonymous.2.so 0x142c000 - 0x1434ffe digestmd5WebDAV.so (169) <2EE3AC3C-2AC3-313A-BE94-1746F6F562BA> /usr/lib/sasl2/digestmd5WebDAV.so 0x1439000 - 0x143bfff libcrammd5.2.so (166) <4AA4E71E-4798-3804-9383-49AF85564B45> /usr/lib/sasl2/libcrammd5.2.so 0x155f000 - 0x1573ffb dhx.so (169) <975BC7B9-EE43-3718-9047-32E9D8DDD69A> /usr/lib/sasl2/dhx.so 0x1582000 - 0x16b3ff2 +com.4D.odbcdriver.v12 (12 - 12) <5FBE3FD9-5703-7DB5-9733-72838A850BF1> /Library/ODBC/4D v12 ODBC-Driver.bundle/Contents/MacOS/4D v12 ODBC-Driver 0x2a1a000 - 0x2a22ffe libdigestmd5.2.so (166) /usr/lib/sasl2/libdigestmd5.2.so 0x2a27000 - 0x2a2cffe libgssapiv2.2.so (166) <6AB5B354-4FB1-3AAC-B5C3-F966CE4F0FC1> /usr/lib/sasl2/libgssapiv2.2.so 0x2a31000 - 0x2a33fff login.so (166) /usr/lib/sasl2/login.so 0x2a37000 - 0x2a3cffd libntlm.so (166) /usr/lib/sasl2/libntlm.so 0x2a41000 - 0x2a48ffe libotp.2.so (166) <7E86943C-5ADC-3E6D-91CC-A3D36CE5717D> /usr/lib/sasl2/libotp.2.so 0x2a4f000 - 0x2a51ffe libplain.2.so (166) <08841BA0-BAC6-3088-B99F-193CD76390D2> /usr/lib/sasl2/libplain.2.so 0x2a55000 - 0x2a59fff libpps.so (169) <603C8DA9-0CB6-3218-8212-BB5FA5B21AA4> /usr/lib/sasl2/libpps.so 0x2a5e000 - 0x2a61ff9 mschapv2.so (169) <058932EF-1DD2-3CE7-BF75-95A2632A0ABE> /usr/lib/sasl2/mschapv2.so 0x2a66000 - 0x2a68ffe shadow_auxprop.so (169) <54AA2B21-51A6-31B1-B27E-3F27867883A4> /usr/lib/sasl2/shadow_auxprop.so 0x2a6d000 - 0x2a6fffd smb_nt.so (169) <53088F80-3A4A-3EFE-8299-7B7FE0F12A26> /usr/lib/sasl2/smb_nt.so 0x2a73000 - 0x2a75ffe smb_ntlmv2.so (169) <475D0841-CD1C-3042-959C-1A3E5116FE00> /usr/lib/sasl2/smb_ntlmv2.so 0x2aab000 - 0x2ad5ff7 com.apple.DirectoryService.PasswordServerFramework (10.8 - 27.1) <4C758655-C0A0-3E7B-8162-6BC4960E6F95> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x8fe0c000 - 0x8fe3ee57 dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld 0x90010000 - 0x90012ffd libCVMSPluginSupport.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x90064000 - 0x90066fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x90097000 - 0x900fbff7 com.apple.datadetectorscore (4.1 - 269.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x90103000 - 0x90109fff com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9010c000 - 0x90115fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x90118000 - 0x9011bfff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9015d000 - 0x90174fff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x90175000 - 0x9017cff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x9017d000 - 0x901bcff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x9029f000 - 0x902cbff7 libsystem_info.dylib (406.17) /usr/lib/system/libsystem_info.dylib 0x902cc000 - 0x902cfffc libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x902d0000 - 0x90591ff3 com.apple.security (7.0 - 55719.16.5) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x90592000 - 0x905affff libxpc.dylib (140.43) /usr/lib/system/libxpc.dylib 0x905b0000 - 0x905b2ffb libRadiance.dylib (852) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x90905000 - 0x909b9fff com.apple.coreui (2.0 - 181.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x909ba000 - 0x90a11ff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x90a12000 - 0x90a13fff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib 0x90a14000 - 0x90a14fff libSystem.B.dylib (169.3) <4F99C03B-BBFF-3BF8-8CC2-2DA764447446> /usr/lib/libSystem.B.dylib 0x90b49000 - 0x90c47ff7 libFontParser.dylib (84.7) <11EA883A-01C2-305C-AB64-F211E2685F3A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x90c48000 - 0x90cdfff7 com.apple.ink.framework (10.8.2 - 150) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x91059000 - 0x9105affd com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x9105b000 - 0x9105bfff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x9105c000 - 0x91081ffb com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x91082000 - 0x91086fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x91087000 - 0x914a4fff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x914a5000 - 0x914edff5 com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x914ee000 - 0x914feff2 com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91505000 - 0x9171cfff com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x9171d000 - 0x91721ff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x91722000 - 0x91744fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib 0x91745000 - 0x91836ffc libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib 0x91837000 - 0x918a6ffb com.apple.Heimdal (3.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x918a7000 - 0x91c8afff com.apple.HIToolbox (2.0 - 626.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x91c8b000 - 0x91ccdff7 libcups.2.dylib (327.7) <6FAC537D-7EC3-3E82-B6E8-F87DE07546B5> /usr/lib/libcups.2.dylib 0x91cce000 - 0x91cd8fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x91cd9000 - 0x91d28ff6 libTIFF.dylib (852) <8375E65D-35FA-315B-993D-254F687578CC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91dbb000 - 0x920c0ff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x920c1000 - 0x920cdffe libkxld.dylib (2050.48.12) <44C8E278-D8CA-3CF4-B3F4-0299654EB341> /usr/lib/system/libkxld.dylib 0x920ce000 - 0x921dbff3 com.apple.ImageIO.framework (3.2.2 - 852) <74E1808B-A349-30EB-B4FE-CC5DD7452B71> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x921dc000 - 0x921e3fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib 0x921e4000 - 0x921f1ff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x921f2000 - 0x921f2fff com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x921f3000 - 0x92255fff libc++.1.dylib (65.1) /usr/lib/libc++.1.dylib 0x92256000 - 0x92264fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x92265000 - 0x9226ffff libsystem_notify.dylib (98.6) <512070BA-0BC9-3289-BB4F-3EB5D126AA18> /usr/lib/system/libsystem_notify.dylib 0x92270000 - 0x92271fff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib 0x92272000 - 0x922f7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x92329000 - 0x92477ff3 com.apple.CFNetwork (596.6.3 - 596.6.3) <6E74EFC7-2EF3-370E-9F72-A7A061784941> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x92492000 - 0x925ebffb com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <461C4CCD-5F52-3D2F-AE22-D0CA7EF3F01A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x925ec000 - 0x925faff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x92634000 - 0x92635fff libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib 0x92679000 - 0x92719ff7 com.apple.QD (3.42.1 - 285.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x9271a000 - 0x92738ff3 com.apple.openscripting (1.3.6 - 148.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x92993000 - 0x92994ffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x92a08000 - 0x92a4dff7 com.apple.NavigationServices (3.7 - 200) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x92a4e000 - 0x92a57fff com.apple.CommerceCore (1.0 - 26.3) <2552248F-7D93-32DF-856C-4B66C51858BE> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x92a58000 - 0x92a59fff liblangid.dylib (116) /usr/lib/liblangid.dylib 0x92b73000 - 0x92bdafe7 libvDSP.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x92f60000 - 0x92f7dfff libCRFSuite.dylib (33) /usr/lib/libCRFSuite.dylib 0x92f7e000 - 0x92f82fff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x92f86000 - 0x92f8fffd com.apple.audio.SoundManager (4.0 - 4.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x92f90000 - 0x92fa6fff com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x92fa7000 - 0x93056ff7 com.apple.CoreText (260.0 - 275.17) <433387A6-69C1-32A5-9B61-9E2F6A5F9040> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x93c5c000 - 0x93d45ff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x93d46000 - 0x93d52ff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x93e09000 - 0x93e10ffb libunwind.dylib (35.1) /usr/lib/system/libunwind.dylib 0x93e11000 - 0x93e46ff9 libssl.0.9.8.dylib (52.1) <624FC864-70E8-3487-BB4B-C7A7472DA366> /usr/lib/libssl.0.9.8.dylib 0x93ed6000 - 0x93f03ffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x93f04000 - 0x93f10ff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x94146000 - 0x94151fff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib 0x94152000 - 0x9425dff7 libJP2.dylib (852) <47F0FEEE-04FC-324A-8D44-8F792F95A5BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x942b6000 - 0x94304ffb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x94305000 - 0x94308ff7 libcompiler_rt.dylib (30) /usr/lib/system/libcompiler_rt.dylib 0x94309000 - 0x94309fff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x9430a000 - 0x94327ff7 libresolv.9.dylib (51) /usr/lib/libresolv.9.dylib 0x94426000 - 0x946c9ff3 com.apple.CoreImage (8.4.0 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x946ca000 - 0x94842ff5 com.apple.QuartzCore (1.8 - 304.4) <5EE0260F-D2D0-3983-ABDB-BB0FA8EE1471> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94843000 - 0x9487affa com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x9487b000 - 0x9487bffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib 0x9487c000 - 0x9487fff7 com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x94880000 - 0x94a68ffb com.apple.CoreFoundation (6.8 - 744.19) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x94a69000 - 0x94a71fff libcopyfile.dylib (89.0.70) /usr/lib/system/libcopyfile.dylib 0x94a72000 - 0x94a7cffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x94a7d000 - 0x94b15fff com.apple.CoreServices.OSServices (557.6 - 557.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x94b18000 - 0x94b2dfff com.apple.ImageCapture (8.0 - 8.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x94b3a000 - 0x94b5efff libJPEG.dylib (852) <84D990B9-7CF9-3EFE-99BC-AD7657D50F29> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x94bed000 - 0x94c67ff7 com.apple.securityfoundation (6.0 - 55115.4) <7F614418-F853-3FED-B265-0EA47F309A49> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x94c8e000 - 0x94ce5ff3 com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x94ce6000 - 0x94d5bff7 com.apple.ApplicationServices.ATS (341.2 - 341.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x957a7000 - 0x95839ffb libvMisc.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9583a000 - 0x95875fef libGLImage.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x95876000 - 0x95b96ff3 com.apple.Foundation (6.8 - 945.19) <825DC594-EC88-3456-B20B-DDD372CA7DC2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x9603f000 - 0x96137ff9 libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib 0x9616e000 - 0x9617dfff libGL.dylib (8.10.1) <74BE67B7-9EA0-3F16-B43B-48CB92C9ED27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x9617e000 - 0x965c0ffb com.apple.CoreGraphics (1.600.0 - 340) <0AF2FF1F-52DC-3964-AAB2-E31A5734E8B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9739c000 - 0x973a5ff9 com.apple.CommonAuth (3.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x973a6000 - 0x973aafff com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x977f3000 - 0x9786fff3 com.apple.Metadata (10.7.0 - 707.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x97870000 - 0x97883ff9 com.apple.MultitouchSupport.framework (237.4 - 237.4) <59197044-E513-3223-9337-6EB0F828CB82> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x97920000 - 0x9792cffa com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x9792e000 - 0x9792efff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib 0x9792f000 - 0x9792ffff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x97930000 - 0x97932fff com.apple.securityhi (4.0 - 55002) <15E9B9BC-108F-3416-A0A7-A321A85081F7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x97935000 - 0x97977fff libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib 0x97978000 - 0x97a94ffb com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x97a95000 - 0x97a95fff com.apple.vecLib (3.8 - vecLib 3.8) <2D2064EB-FDD5-38AB-B722-4AFA4C6EE0C9> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x97a96000 - 0x97b53ffb libsystem_c.dylib (825.40.1) /usr/lib/system/libsystem_c.dylib 0x97b54000 - 0x97b5bfff libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib 0x97b5c000 - 0x97b6afff com.apple.opengl (1.8.10 - 1.8.10) <385E048A-FFB2-348A-8F80-572C2494A776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x97f13000 - 0x97f28fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x980b8000 - 0x98106ff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x98162000 - 0x9817cffc libsystem_kernel.dylib (2050.48.12) <9B50E922-DCEA-3066-A9B2-613A6D2C5C69> /usr/lib/system/libsystem_kernel.dylib 0x9817d000 - 0x981c9fff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib 0x981ca000 - 0x98230fff com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x98298000 - 0x98300ff7 com.apple.framework.IOKit (2.0.1 - 755.42.1) <230C6EEC-A926-3720-82DB-25D0FAAEF962> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x98301000 - 0x9840e057 libobjc.A.dylib (532.2) /usr/lib/libobjc.A.dylib 0x9840f000 - 0x98428fff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x98429000 - 0x9842afff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib 0x9842b000 - 0x9845cfff com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x9845d000 - 0x98507fff com.apple.LaunchServices (539.11 - 539.11) <29171C94-C757-384C-B42E-4579B246E26D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x98538000 - 0x985f6ff3 com.apple.ColorSync (4.8.0 - 4.8.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x987ed000 - 0x987edfff com.apple.Accelerate (1.8 - Accelerate 1.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x987ee000 - 0x987f4fff libGFXShared.dylib (8.10.1) <99622AD6-7A1D-368E-B163-A38400885B45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x987f8000 - 0x989b4ffd libicucore.A.dylib (491.11.3) /usr/lib/libicucore.A.dylib 0x989b5000 - 0x98a0fffb com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x98a1e000 - 0x98a29ffb com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x98a2a000 - 0x98a2bfff libsystem_sandbox.dylib (220.3) /usr/lib/system/libsystem_sandbox.dylib 0x98a2c000 - 0x98a87fff com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x98a88000 - 0x98c11ff7 com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x98c16000 - 0x98c3ffff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x98c40000 - 0x98c73ff3 com.apple.GSS (3.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x99760000 - 0x99772fff libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib 0x99773000 - 0x99793ffd com.apple.ChunkingLibrary (2.0 - 133.3) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x99794000 - 0x99797ffc libCoreVMClient.dylib (32.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x998db000 - 0x9993fff3 libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib 0x99940000 - 0x99952ff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib 0x999c6000 - 0x99b01ff7 libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x99b02000 - 0x99b63ff7 com.apple.audio.CoreAudio (4.1.2 - 4.1.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x99b64000 - 0x99b64fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x99b65000 - 0x99b81fff libPng.dylib (852) <43B10F0A-07AC-32A1-AE89-63FCF4F9EC72> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x99b82000 - 0x99f3affa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x99f3b000 - 0x99f60ff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9a072000 - 0x9a082ff7 libsasl2.2.dylib (166) /usr/lib/libsasl2.2.dylib 0x9a31e000 - 0x9a32cff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x9a32d000 - 0x9a331ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x9a332000 - 0x9a413fff libcrypto.0.9.8.dylib (52.1) <6C0A130F-9AA5-3943-9C00-1CBD5B7F30F0> /usr/lib/libcrypto.0.9.8.dylib 0x9a414000 - 0x9a458ff7 libGLU.dylib (8.10.1) <5520818E-F290-3942-80B8-370CF9C9B54C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9a459000 - 0x9a45dffc libGIF.dylib (852) <48577360-5C29-3B75-AF99-A4340F22218E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x9a48e000 - 0x9a4adff3 com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 2286 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=108.6M resident=63.9M(59%) swapped_out_or_unallocated=44.7M(41%) Writable regions: Total=270.9M written=52.0M(19%) resident=75.9M(28%) swapped_out=0K(0%) unallocated=195.0M(72%) REGION TYPE VIRTUAL =========== ======= MALLOC 125.5M MALLOC guard page 48K Memory tag=35 8692K Stack 200.8M VM_ALLOCATE 68K __DATA 5952K __DATA/__OBJC 140K __IMPORT 4K __LINKEDIT 31.9M __OBJC 628K __PAGEZERO 4K __TEXT 76.7M __UNICODE 544K mapped file 113.4M shared memory 12K =========== ======= TOTAL 564.1M --Apple-Mail=_5EF42395-4FA4-495E-A3C9-49559793F128 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii ----------------------------------------------- Israel Brewster Systems Analyst II Ravn Alaska 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7293 ----------------------------------------------- --Apple-Mail=_5EF42395-4FA4-495E-A3C9-49559793F128--