Re: [PyOpenGL-Users] Any OS-X users able to do some testing with bzr head?
Brought to you by:
mcfletch
From: rndblnch <rnd...@gm...> - 2014-01-15 21:45:33
|
rndblnch <rndblnch <at> gmail.com> writes: > > Mike C. Fletcher <mcfletch <at> vrplumber.com> writes: > > > I have no OS-X machine on which to test the changes, so I'm wondering if > > someone who *does* have OS-X could check out bzr-head and run > > tests/test_core.py as a smoke test. > > I do not have pygame installed, however, I have got a bunch of opengl code > to test. > With revision 639, my code segfault at startup. more precisely: blanch% python Python 2.7.2 (default, Oct 11 2012, 20:14:37) [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from OpenGL import GL Segmentation fault and the crash log: Process: Python [3980] 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-64 (Native) Parent Process: tcsh [3968] User ID: 501 Date/Time: 2014-01-15 22:37:56.714 +0100 OS Version: Mac OS X 10.8.5 (12F45) Report Version: 10 Interval Since Last Report: 1753025 sec Crashes Since Last Report: 67 Per-App Crashes Since Last Report: 40 Anonymous UUID: 65705B44-CC97-1F2B-712E-DE99C82E4CFA Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000003b0 VM Regions Near 0x3b0: --> __TEXT 000000010461e000-000000010461f000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Python.framework/Versions/2.7/ Resources/Python.app/Contents/MacOS/Python Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libGL.dylib 0x000000010590b8b5 glGetString + 15 1 libffi.dylib 0x0000000104b12de4 ffi_call_unix64 + 76 2 libffi.dylib 0x0000000104b13619 ffi_call + 853 3 _ctypes.so 0x0000000105770ffc _ctypes_callproc + 785 4 _ctypes.so 0x000000010576b06a 0x105768000 + 12394 5 org.python.python 0x00000001046326c6 PyObject_Call + 97 6 org.python.python 0x000000010463c78d PyEval_EvalFrameEx + 9728 7 org.python.python 0x0000000104640869 0x104623000 + 120937 ... 69 org.python.python 0x00000001046399b3 PyEval_EvalCode + 54 70 org.python.python 0x0000000104675c70 0x104623000 + 339056 71 org.python.python 0x0000000104675ae9 PyRun_InteractiveOneFlags + 518 72 org.python.python 0x0000000104675578 PyRun_InteractiveLoopFlags + 206 73 org.python.python 0x0000000104675414 PyRun_AnyFileExFlags + 63 74 org.python.python 0x0000000104699e27 Py_Main + 2715 75 libdyld.dylib 0x0000000104b7a7e1 start + 1 hope this helps renaud |