My svn build of soya segfault _each_ time I try to use a Terrain. It  
way working few day ago but I don't now where it may come from (I did  
change anythng into the Terrain code).

The segfault always occurs at
0   _soya.so            0x0101704f __pyx_f_5_soya_8_Terrain__render +  
190 (_soya.c:5650)

corresponding to

   5649   /* "/Users/marmoute/src/soyaproject/soya/math3d.pyx":105 */
   5650   __pyx_1 = PyFloat_FromDouble((((struct  
__pyx_obj_5_soya__Point *)__pyx_v_self)->_matrix[0])); if (!__pyx_1)  
{__pyx_filename = __pyx_f[3]; __pyx_lineno = 105; goto __pyx_L1;}
   5651   __pyx_r = __pyx_1;
   5652   __pyx_1 = 0;
   5653   goto __pyx_L0;


Does anyone already face this issue ?



Here come the crash log :

Date/Time:      2007-04-19 11:32:01.658 +0200
OS Version:     10.4.9 (Build 8P2137)
Report Version: 4

Command: Python
Path:    /Library/Frameworks/Python.framework/Versions/2.5/Resources/ 
Python.app/Contents/MacOS/Python
Parent:  zsh [381]

Version: 2.5a0 (2.5alpha0)

PID:    418
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0   _soya.so            0x0101704f __pyx_f_5_soya_8_Terrain__render +  
190 (_soya.c:5650)
1   _soya.so            0x010b7e19  
__pyx_f_5_soya_8Renderer__render_list + 1085 (_soya.c:8330)
2   _soya.so            0x010b7639 __pyx_f_5_soya_8Renderer__render +  
1597 (_soya.c:8085)
3   _soya.so            0x010a6e19  
__pyx_f_5_soya_7_Camera__subrender_scene + 1612 (_soya.c:40470)
4   _soya.so            0x0100e099  
__pyx_f_5_soya_7_Camera__render_scene + 177 (_soya.c:40520)
5   _soya.so            0x0100e16e __pyx_f_5_soya_7_Camera_render + 79  
(_soya.c:40562)
6   org.python.python   0x0020dceb PyObject_Call + 45 (abstract.c:1860)
7   org.python.python   0x00291d7e PyEval_CallObjectWithKeywords + 112  
(ceval.c:3435)
8   org.python.python   0x0020dcbc PyObject_CallObject + 32  
(abstract.c:1852)
9   _soya.so            0x0105a644 __pyx_f_5_soya_render + 339  
(_soya.c:8984)
10  org.python.python   0x0020dceb PyObject_Call + 45 (abstract.c:1860)
11  org.python.python   0x00291d7e PyEval_CallObjectWithKeywords + 112  
(ceval.c:3435)
12  org.python.python   0x0020dcbc PyObject_CallObject + 32  
(abstract.c:1852)
13  _soya.so            0x0106ced6 __pyx_f_5_soya_8MainLoop_render +  
672 (_soya.c:10122)
14  org.python.python   0x0020dceb PyObject_Call + 45 (abstract.c:1860)
15  org.python.python   0x00291d7e PyEval_CallObjectWithKeywords + 112  
(ceval.c:3435)
16  org.python.python   0x0020dcbc PyObject_CallObject + 32  
(abstract.c:1852)
17  _soya.so            0x0106c7e8 __pyx_f_5_soya_8MainLoop_main_loop  
+ 2809 (_soya.c:9574)
18  org.python.python   0x0029761c PyEval_EvalFrameEx + 18969 (ceval.c: 
3566)
19  org.python.python   0x00299482 PyEval_EvalCodeEx + 1819 (ceval.c: 
2833)
20  org.python.python   0x00299636 PyEval_EvalCode + 87 (ceval.c:500)
21  org.python.python   0x002bc5e9 PyRun_FileExFlags + 264  
(pythonrun.c:1264)
22  org.python.python   0x002bc9aa PyRun_SimpleFileExFlags + 640  
(pythonrun.c:870)
23  org.python.python   0x002c9fe4 Py_Main + 2915 (main.c:496)
24  org.python.python   0x00001f4e 0x1000 + 3918
25  org.python.python   0x00001e69 0x1000 + 3689

Thread 0 crashed with X86 Thread State (32-bit):
   eax: 0x00645120  ebx: 0x01016f9f  ecx: 0x00645120  edx: 0x014620c8
   edi: 0x02a890e0  esi: 0x00000000  ebp: 0xbfffec58  esp: 0xbfffec20
    ss: 0x0000001f  efl: 0x00010202  eip: 0x0101704f   cs: 0x00000017
    ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037

Binary Images Description:
     0x1000 -     0x1fff org.python.python 2.5a0 (2.5alpha0)    /Library/ 
Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ 
Contents/MacOS/Python
    0x45000 -    0x45fff _weakref.so    /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_weakref.so
    0xac000 -    0xb9fff cPickle.so     /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/cPickle.so
    0xd8000 -    0xd9fff cStringIO.so   /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/cStringIO.so
   0x205000 -   0x2f8fff org.python.python 2.5a0 (2.5)  /Library/ 
Frameworks/Python.framework/Versions/2.5/Python
   0x5f0000 -   0x5f1fff time.so        /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/time.so
   0x705000 -   0x751fff com.apple.carbonframeworktemplate 1.0  / 
Library/Frameworks/ode.framework/Versions/A/ode
   0x774000 -   0x7ccfff com.apple.carbonframeworktemplate 1.0  / 
Library/Frameworks/freetype.framework/Versions/A/freetype
   0x7dd000 -   0x7defff math.so        /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/math.so
   0x7e7000 -   0x7e9fff binascii.so    /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/binascii.so
   0x7f4000 -   0x7f5fff _random.so     /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_random.so
0x1008000 -  0x1131fff _soya.so         /Library/Frameworks/Python.framework/ 
Versions/2.5/lib/python2.5/site-packages/soya/_soya.so
0x1355000 -  0x13a9fff com.apple.carbonframeworktemplate 1.0    /Library/ 
Frameworks/cal3d.framework/Versions/A/cal3d
0x141d000 -  0x1437fff com.apple.carbonframeworktemplate 1.0    /Library/ 
Frameworks/GLEW.framework/Versions/A/GLEW
0x149c000 -  0x14a6fff sdlconst.so      /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/site-packages/soya/ 
sdlconst.so
0x14d6000 -  0x14fefff _objc.so         /Library/Frameworks/Python.framework/ 
Versions/2.5/lib/python2.5/site-packages/PyObjC/objc/_objc.so
0x164a000 -  0x164dfff itertools.so     /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/itertools.so
0x169d000 -  0x16a0fff array.so         /Library/Frameworks/Python.framework/ 
Versions/2.5/lib/python2.5/lib-dynload/array.so
0x16b1000 -  0x16b7fff _File.so         /Library/Frameworks/Python.framework/ 
Versions/2.5/lib/python2.5/lib-dynload/_File.so
0x16d0000 -  0x16ecfff _Foundation.so   /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/site-packages/PyObjC/ 
Foundation/_Foundation.so
0x1747000 -  0x174afff _AE.so   /Library/Frameworks/Python.framework/ 
Versions/2.5/lib/python2.5/lib-dynload/_AE.so
0x17e4000 -  0x17e4fff com.ksuther.chaxloader ??? (1.4.8)       /Users/ 
marmoute/Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
0x29fb000 -  0x29fbfff com.growl.GrowlSafariLoader 1.0  /Library/ 
InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/ 
GrowlSafariLoader
0x2b65000 -  0x2b7efff _AppKit.so       /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/site-packages/PyObjC/ 
AppKit/_AppKit.so
0x15ce7000 - 0x15cf1fff com.apple.iokit.IOHIDLib 1.4.9  /System/ 
Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/ 
Contents/MacOS/IOHIDLib
0x16262000 - 0x163bbfff GLEngine        /System/Library/Frameworks/ 
OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x163e7000 - 0x16559fff com.apple.GeForceFXGLDriver 1.4.52 (4.5.2)      / 
System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/ 
GeForceFXGLDriver
0x1657f000 - 0x1659bfff GLDriver        /System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver
0x165a2000 - 0x165c6fff GLRendererFloat         /System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/ 
GLRendererFloat
0x16a11000 - 0x16a3bfff _imaging.so     /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/site-packages/PIL/ 
_imaging.so
0x16acc000 - 0x16ae7fff libjpeg.62.dylib        /opt/local/lib/libjpeg. 
62.dylib
0x16aef000 - 0x16b00fff libz.1.dylib    /opt/local/lib/libz.1.dylib
0x16b4a000 - 0x16b4dfff strop.so        /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/strop.so
0x16b5a000 - 0x16b5cfff operator.so     /Library/Frameworks/ 
Python.framework/Versions/2.5/lib/python2.5/lib-dynload/operator.so
0x30000000 - 0x3005efff SDL 1.2.9 (1.2.10)      /Library/Frameworks/ 
SDL.framework/Versions/A/SDL
0x8fe00000 - 0x8fe4afff dyld 46.12      /usr/lib/dyld
0x90000000 - 0x90172fff libSystem.B.dylib       /usr/lib/libSystem.B.dylib
0x901c2000 - 0x901c4fff libmathCommon.A.dylib   /usr/lib/system/ 
libmathCommon.A.dylib
0x901c6000 - 0x90203fff com.apple.CoreText 1.1.2 (???)  /System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/CoreText.framework/Versions/A/CoreText
0x9022a000 - 0x90300fff ATS     /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ 
Versions/A/ATS
0x90320000 - 0x90775fff com.apple.CoreGraphics 1.258.61 (???)   /System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) / 
System/Library/Frameworks/CoreFoundation.framework/Versions/A/ 
CoreFoundation
0x90912000 - 0x90912fff com.apple.CoreServices 10.4 (???)       /System/ 
Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90914000 - 0x90a07fff libicucore.A.dylib      /usr/lib/libicucore.A.dylib
0x90a57000 - 0x90ad6fff libobjc.A.dylib         /usr/lib/libobjc.A.dylib
0x90aff000 - 0x90b63fff libstdc++.6.dylib       /usr/lib/libstdc++.6.dylib
0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib        /usr/lib/libgcc_s.1.dylib
0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???)   /System/ 
Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c66000 - 0x90c78fff libauto.dylib   /usr/lib/libauto.dylib
0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.18        / 
System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1   /System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
OSServices.framework/Versions/A/OSServices
0x91008000 - 0x91046fff com.apple.CFNetwork 129.20      /System/Library/ 
Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
CFNetwork.framework/Versions/A/CFNetwork
0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0)     /System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
WebServicesCore.framework/Versions/A/WebServicesCore
0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5       /System/Library/ 
Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
SearchKit.framework/Versions/A/SearchKit
0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36)      /System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
Metadata.framework/Versions/A/Metadata
0x91157000 - 0x91165fff libz.1.dylib    /usr/lib/libz.1.dylib
0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774)        /System/ 
Library/Frameworks/Security.framework/Versions/A/Security
0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/ 
Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91414000 - 0x9143afff com.apple.SystemConfiguration 1.8.6     /System/ 
Library/Frameworks/SystemConfiguration.framework/Versions/A/ 
SystemConfiguration
0x9144c000 - 0x91453fff libbsm.dylib    /usr/lib/libbsm.dylib
0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/ 
Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???)        / 
System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
ApplicationServices
0x91520000 - 0x9154cfff com.apple.AE 314 (313)  /System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
AE.framework/Versions/A/AE
0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9       /System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
ColorSync.framework/Versions/A/ColorSync
0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6  
(177.13)        /System/Library/Frameworks/ApplicationServices.framework/ 
Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???)      /System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
QD.framework/Versions/A/QD
0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???)        /System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/HIServices.framework/Versions/A/HIServices
0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3    /System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
LangAnalysis.framework/Versions/A/LangAnalysis
0x9186a000 - 0x91885fff com.apple.FindByContent 1.5     /System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
FindByContent.framework/Versions/A/FindByContent
0x91890000 - 0x918cdfff com.apple.LaunchServices 182    /System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
LaunchServices.framework/Versions/A/LaunchServices
0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5        / 
System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918f4000 - 0x91933fff com.apple.ImageIO.framework 1.5.4       /System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91946000 - 0x919f8fff libcrypto.0.9.7.dylib   /usr/lib/libcrypto. 
0.9.7.dylib
0x91a3e000 - 0x91a54fff libcups.2.dylib         /usr/lib/libcups.2.dylib
0x91a59000 - 0x91a77fff libJPEG.dylib   /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libJPEG.dylib
0x91a7c000 - 0x91adbfff libJP2.dylib    /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libJP2.dylib
0x91aed000 - 0x91af1fff libGIF.dylib    /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libGIF.dylib
0x91af3000 - 0x91b77fff libRaw.dylib    /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libRaw.dylib
0x91b7b000 - 0x91bb8fff libTIFF.dylib   /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libTIFF.dylib
0x91bbe000 - 0x91bd8fff libPng.dylib    /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libPng.dylib
0x91bdd000 - 0x91bdffff libRadiance.dylib       /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libRadiance.dylib
0x91be1000 - 0x91cbffff libxml2.2.dylib         /usr/lib/libxml2.2.dylib
0x91cdc000 - 0x91cdcfff com.apple.Accelerate 1.3.1 (Accelerate  
1.3.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
Accelerate
0x91cde000 - 0x91d6cfff com.apple.vImage 2.5    /System/Library/ 
Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
vImage.framework/Versions/A/vImage
0x91d73000 - 0x91d73fff com.apple.Accelerate.vecLib 3.3.1 (vecLib  
3.3.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
Frameworks/vecLib.framework/Versions/A/vecLib
0x91d75000 - 0x91dcefff libvMisc.dylib  /System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libvMisc.dylib
0x91dd7000 - 0x91dfbfff libvDSP.dylib   /System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libvDSP.dylib
0x91e03000 - 0x9220cfff libBLAS.dylib   /System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libBLAS.dylib
0x92246000 - 0x925fafff libLAPACK.dylib         /System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libLAPACK.dylib
0x92627000 - 0x92714fff libiconv.2.dylib        /usr/lib/libiconv.2.dylib
0x92716000 - 0x92793fff com.apple.DesktopServices 1.3.6 /System/ 
Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ 
DesktopServicesPriv
0x927d4000 - 0x92a04fff com.apple.Foundation 6.4.8 (567.29)     /System/ 
Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92b1e000 - 0x92b35fff libGL.dylib     /System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b40000 - 0x92b98fff libGLU.dylib    /System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92bac000 - 0x92bacfff com.apple.Carbon 10.4 (???)     /System/Library/ 
Frameworks/Carbon.framework/Versions/A/Carbon
0x92bae000 - 0x92bbefff com.apple.ImageCapture 3.0.4    /System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/ 
ImageCapture.framework/Versions/A/ImageCapture
0x92bcd000 - 0x92bd5fff com.apple.speech.recognition.framework 3.6      / 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bdb000 - 0x92be1fff com.apple.securityhi 2.0.1 (24742)      /System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
SecurityHI.framework/Versions/A/SecurityHI
0x92be7000 - 0x92c78fff com.apple.ink.framework 101.2.1 (71)    /System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
Ink.framework/Versions/A/Ink
0x92c8c000 - 0x92c90fff com.apple.help 1.0.3 (32.1)     /System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/ 
Versions/A/Help
0x92c93000 - 0x92cb1fff com.apple.openscripting 1.2.5 (???)     /System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
OpenScripting.framework/Versions/A/OpenScripting
0x92cc3000 - 0x92cc9fff com.apple.print.framework.Print 5.2 (192.4)     / 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
Print.framework/Versions/A/Print
0x92ccf000 - 0x92d32fff com.apple.htmlrendering 66.1 (1.1.3)    /System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
HTMLRendering.framework/Versions/A/HTMLRendering
0x92d59000 - 0x92d9afff com.apple.NavigationServices 3.4.4 (3.4.3)      / 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
NavigationServices.framework/Versions/A/NavigationServices
0x92dc1000 - 0x92dcffff com.apple.audio.SoundManager 3.9.1      /System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
CarbonSound.framework/Versions/A/CarbonSound
0x92dd6000 - 0x92ddbfff com.apple.CommonPanels 1.2.3 (73)       /System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
CommonPanels.framework/Versions/A/CommonPanels
0x92de0000 - 0x930d5fff com.apple.HIToolbox 1.4.9 (???) /System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
HIToolbox.framework/Versions/A/HIToolbox
0x931db000 - 0x931e6fff com.apple.opengl 1.4.16 /System/Library/ 
Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93276000 - 0x93276fff com.apple.Cocoa 6.4 (???)       /System/Library/ 
Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93278000 - 0x9392efff com.apple.AppKit 6.4.8 (824.42) /System/ 
Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93caf000 - 0x93d2afff com.apple.CoreData 91 (92.1)    /System/Library/ 
Frameworks/CoreData.framework/Versions/A/CoreData
0x93d63000 - 0x93e1dfff com.apple.audio.toolbox.AudioToolbox 1.4.5      / 
System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e60000 - 0x93e60fff com.apple.audio.units.AudioUnit 1.4.2   /System/ 
Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e62000 - 0x94023fff com.apple.QuartzCore 1.4.12     /System/Library/ 
Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94069000 - 0x940aafff libsqlite3.0.dylib      /usr/lib/libsqlite3.0.dylib
0x940b2000 - 0x940ecfff libGLImage.dylib        /System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x940f1000 - 0x94102fff com.apple.CoreVideo 1.4 /System/Library/ 
Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94293000 - 0x942a2fff libCGATS.A.dylib        /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x942a9000 - 0x942b4fff libCSync.A.dylib        /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94300000 - 0x9431afff libRIP.A.dylib  /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94320000 - 0x945defff com.apple.QuickTime 7.1.5       /System/Library/ 
Frameworks/QuickTime.framework/Versions/A/QuickTime
0x96a4c000 - 0x96a4cfff com.apple.vecLib 3.3.1 (vecLib 3.3.1)   /System/ 
Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96fc6000 - 0x9709dfff libGLProgrammability.dylib      /System/Library/ 
Frameworks/OpenGL.framework/Versions/A/Libraries/ 
libGLProgrammability.dylib
0x970b8000 - 0x970b9fff libGLSystem.dylib       /System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib
0x970bb000 - 0x970c0fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/ 
Library/Frameworks/AGL.framework/Versions/A/AGL
0x9a822000 - 0x9a843fff com.apple.audio.OpenAL 1.1      /System/Library/ 
Frameworks/OpenAL.framework/Versions/A/OpenAL

Model: iMac6,1, BootROM IM61.0093.B01, 2 processors, Intel Core 2  
Duo, 2.16 GHz, 2 GB
Graphics: NVIDIA GeForce 7600 GT, NVIDIA GeForce 7600 GT, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87),  
Broadcom BCM43xx 1.0 (4.80.79.1)
Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial  
ports
Network Service: Built-in Ethernet, Ethernet, en0
Network Service: Ethernet Adaptor (en2), Ethernet, en2
Network Service: Ethernet Adaptor (en3), Ethernet, en3
Serial ATA Device: ST3250824AS  Q, 232.89 GB
Parallel ATA Device: MATSHITADVD-R   UJ-85J
USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
USB Device: Kensington USB/PS2 Wheel Mouse, Kensington, Up to 1.5 Mb/ 
sec, 500 mA
USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
USB Device: Generic Hub, Macally, Up to 12 Mb/sec, 500 mA
USB Device: Macally ICEKey Keyboard, Macally, Up to 12 Mb/sec, 200 mA



_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to