[Unison-hackers] Issue with MAC OS build

Alan Schmitt alan.schmitt at polytechnique.org
Sat Jan 6 02:57:03 EST 2007


I'm afraid it's a bit beyond my depth, I'm copying the Unison Hackers  
list.

Alan

On 5 janv. 07, at 23:34, Dany Nativel wrote:

> Hi Alan,
>
> The server I'm running unison on (old Epia board based on VIA C3  
> processor) doesn't support any cpu optimization above pentium (i586  
> to be exact).
>
> I did as you suggested and got a working binary. Now during the  
> first sync with the MAC OS I get crashes. For information I added  
> the following two lines in my unison profile as suggested on unison  
> website :
> ignore = Name .FBCIndex
> ignore = Name .FBCLockFolder
>
>
>
> It's strange because the sync starts and fails in the middle with  
> the following trace (1)
>
> Then I added :
> ignore = Name .DS_Store
> ignore = Name ._.DS_Store
>
> and it worked a little bit better but still crashed (see trace (2)).
>
>
>
>
> TRACE (1)
> Date/Time:      2007-01-05 22:56:10.948 +0100
> OS Version:     10.4.8 (Build 8L2127)
> Report Version: 4
>
> Command: Unison
> Path:    /Users/dany/Desktop/Unison-2.26.13-X.4-i386.app/Contents/ 
> MacOS/Unison
> Parent:  WindowServer [60]
>
> Version: 2.26.13 (2.26.13)
>
> PID:    437
> Thread: 1
>
> Exception:  EXC_BAD_ACCESS (0x0001)
> Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0xb001dffc
>
> Thread 0:
> 0   libSystem.B.dylib            0x90024427  
> semaphore_wait_signal_trap + 7
> 1   edu.upenn.cis.Unison         0x00002d5c Callback_checkexn + 19  
> (main.m:32)
> 2   edu.upenn.cis.Unison         0x0000709f -[ReconItem progress] +  
> 57 (ReconItem.m:217)
> 3   com.apple.AppKit             0x933bf9fe -[NSTableView  
> _dataSourceValueForColumn:row:] + 70
> 4   com.apple.AppKit             0x933a6fc5 -[NSTableView  
> _drawContentsAtRow:column:clipRect:] + 346
> 5   com.apple.AppKit             0x933a602b -[NSTableView  
> drawRow:clipRect:] + 335
> 6   com.apple.AppKit             0x933a37ce -[NSTableView  
> drawRowIndexes:clipRect:] + 99
> 7   com.apple.AppKit             0x933a26a4 -[NSTableView  
> drawRect:] + 2499
> 8   com.apple.AppKit             0x932ce3b1 -[NSView  
> _drawRect:clip:] + 3228
> 9   com.apple.AppKit             0x932cd40b -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 614
> 10  com.apple.AppKit             0x932df36f  
> _recursiveDisplayInRect2 + 149
> 11  com.apple.CoreFoundation     0x9083af26 CFArrayApplyFunction + 307
> 12  com.apple.AppKit             0x932cd613 -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
> 13  com.apple.AppKit             0x932df36f  
> _recursiveDisplayInRect2 + 149
> 14  com.apple.CoreFoundation     0x9083af26 CFArrayApplyFunction + 307
> 15  com.apple.AppKit             0x932cd613 -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
> 16  com.apple.AppKit             0x932df36f  
> _recursiveDisplayInRect2 + 149
> 17  com.apple.CoreFoundation     0x9083af26 CFArrayApplyFunction + 307
> 18  com.apple.AppKit             0x932cd613 -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
> 19  com.apple.AppKit             0x932cc473 -[NSView  
> _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisib 
> leRectForView:topView:] + 217
> 20  com.apple.AppKit             0x932cd041 -[NSView  
> _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisib 
> leRectForView:topView:] + 3239
> 21  com.apple.AppKit             0x932cbb78 -[NSThemeFrame  
> _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisib 
> leRectForView:topView:] + 290
> 22  com.apple.AppKit             0x932cb362 -[NSView  
> _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 
>  523
> 23  com.apple.AppKit             0x932cac8e -[NSView  
> displayIfNeeded] + 439
> 24  com.apple.AppKit             0x932caa32 -[NSWindow  
> displayIfNeeded] + 168
> 25  com.apple.AppKit             0x9331ad6c  
> _handleWindowNeedsDisplay + 206
> 26  com.apple.CoreFoundation     0x9082a155 __CFRunLoopDoObservers  
> + 342
> 27  com.apple.CoreFoundation     0x908291f7 CFRunLoopRunSpecific + 827
> 28  com.apple.CoreFoundation     0x90828eb5 CFRunLoopRunInMode + 61
> 29  com.apple.HIToolbox          0x92dcdb90  
> RunCurrentEventLoopInMode + 285
> 30  com.apple.HIToolbox          0x92dcd297 ReceiveNextEventCommon  
> + 385
> 31  com.apple.HIToolbox          0x92dcd0ee  
> BlockUntilNextEventMatchingListInMode + 81
> 32  com.apple.AppKit             0x9324f465 _DPSNextEvent + 572
> 33  com.apple.AppKit             0x9324f056 -[NSApplication  
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
> 34  com.apple.AppKit             0x93248ddb -[NSApplication run] + 512
> 35  com.apple.AppKit             0x9323cd2f NSApplicationMain + 573
> 36  edu.upenn.cis.Unison         0x00002c52 _start + 216
> 37  edu.upenn.cis.Unison         0x00002b79 start + 41
>
> Thread 1 Crashed:
> 0   edu.upenn.cis.Unison         0x00086a87 compare_val + 9
> 1   edu.upenn.cis.Unison         0x000870e1 caml_compare + 39
>
> Thread 1 crashed with X86 Thread State (32-bit):
>  eax: 0x00000001    ebx: 0x000870c7 ecx: 0x000fabac edx: 0xb001e080
>  edi: 0x00000049    esi: 0x000f6eb0 ebp: 0xb001e058 esp: 0xb001e000
>   ss: 0x0000001f    efl: 0x00010286 eip: 0x00086a87  cs: 0x00000017
>   ds: 0x0000001f     es: 0x0000001f  fs: 0x00000000  gs: 0x00000037
>
> Binary Images Description:
>    0x1000 -    0x9cfff edu.upenn.cis.Unison 2.26.13    /Users/dany/ 
> Desktop/Unison-2.26.13-X.4-i386.app/Contents/MacOS/Unison
>  0x3f3000 -   0x3f4fff com.ecamm.pluginloader Ecamm Plugin Loader  
> v1.0.4 (1.0.4)    /Library/InputManagers/Ecamm/Ecamm Plugin  
> Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
> 0x8fe00000 - 0x8fe49fff dyld 46.9    /usr/lib/dyld
> 0x90000000 - 0x9016ffff libSystem.B.dylib     /usr/lib/ 
> libSystem.B.dylib
> 0x901bf000 - 0x901c1fff libmathCommon.A.dylib     /usr/lib/system/ 
> libmathCommon.A.dylib
> 0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???)    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/CoreText.framework/Versions/A/CoreText
> 0x90226000 - 0x902fcfff ATS     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ 
> Versions/A/ATS
> 0x9031c000 - 0x90770fff com.apple.CoreGraphics 1.258.38 (???)    / 
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27)    / 
> System/Library/Frameworks/CoreFoundation.framework/Versions/A/ 
> CoreFoundation
> 0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???)    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> CoreServices
> 0x9090f000 - 0x90a02fff libicucore.A.dylib     /usr/lib/ 
> libicucore.A.dylib
> 0x90a52000 - 0x90ad1fff libobjc.A.dylib     /usr/lib/libobjc.A.dylib
> 0x90afa000 - 0x90b5efff libstdc++.6.dylib     /usr/lib/libstdc++. 
> 6.dylib
> 0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib     /usr/lib/libgcc_s.1.dylib
> 0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???)    / 
> System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x90c61000 - 0x90c73fff libauto.dylib     /usr/lib/libauto.dylib
> 0x90c79000 - 0x90f1ffff com.apple.CoreServices.CarbonCore  
> 682.15    /System/Library/Frameworks/CoreServices.framework/ 
> Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/OSServices.framework/Versions/A/OSServices
> 0x91002000 - 0x91040fff com.apple.CFNetwork 129.19    /System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> CFNetwork.framework/Versions/A/CFNetwork
> 0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0)    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
> 0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5    /System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> SearchKit.framework/Versions/A/SearchKit
> 0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36)    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/Metadata.framework/Versions/A/Metadata
> 0x9114b000 - 0x91159fff libz.1.dylib     /usr/lib/libz.1.dylib
> 0x9115c000 - 0x912fbfff com.apple.security 4.5.2 (29774)    /System/ 
> Library/Frameworks/Security.framework/Versions/A/Security
> 0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1    /System/ 
> Library/Frameworks/DiskArbitration.framework/Versions/A/ 
> DiskArbitration
> 0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6    / 
> System/Library/Frameworks/SystemConfiguration.framework/Versions/A/ 
> SystemConfiguration
> 0x91440000 - 0x91447fff libbsm.dylib     /usr/lib/libbsm.dylib
> 0x9144b000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4    /System/ 
> Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4  
> (???)    /System/Library/Frameworks/ApplicationServices.framework/ 
> Versions/A/ApplicationServices
> 0x91514000 - 0x9153ffff com.apple.AE 314 (313)    /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> AE.framework/Versions/A/AE
> 0x91552000 - 0x91626fff com.apple.ColorSync 4.4.8    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x91661000 - 0x916defff com.apple.print.framework.PrintCore 4.6  
> (177.13)    /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> PrintCore.framework/Versions/A/PrintCore
> 0x9170b000 - 0x917b4fff com.apple.QD 3.10.21 (???)    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/QD.framework/Versions/A/QD
> 0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???)    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/HIServices.framework/Versions/A/HIServices
> 0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x91866000 - 0x91880fff com.apple.FindByContent 1.5    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/FindByContent.framework/Versions/A/FindByContent
> 0x9188a000 - 0x918c7fff com.apple.LaunchServices 181    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x918db000 - 0x918e7fff com.apple.speech.synthesis.framework  
> 3.5    /System/Library/Frameworks/ApplicationServices.framework/ 
> Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/ 
> SpeechSynthesis
> 0x918ee000 - 0x91929fff com.apple.ImageIO.framework 1.5.0    / 
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x9193b000 - 0x919edfff libcrypto.0.9.7.dylib     /usr/lib/ 
> libcrypto.0.9.7.dylib
> 0x91a33000 - 0x91a49fff libcups.2.dylib     /usr/lib/libcups.2.dylib
> 0x91a4e000 - 0x91a6cfff libJPEG.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x91a71000 - 0x91acffff libJP2.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libJP2.dylib
> 0x91ae1000 - 0x91ae5fff libGIF.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x91ae7000 - 0x91b64fff libRaw.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libRaw.dylib
> 0x91b68000 - 0x91ba5fff libTIFF.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x91bab000 - 0x91bc5fff libPng.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x91bca000 - 0x91bccfff libRadiance.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x91bce000 - 0x91bcefff com.apple.Accelerate 1.3.1 (Accelerate  
> 1.3.1)    /System/Library/Frameworks/Accelerate.framework/Versions/ 
> A/Accelerate
> 0x91bd0000 - 0x91c5efff com.apple.vImage 2.5    /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vImage.framework/Versions/A/vImage
> 0x91c65000 - 0x91c65fff com.apple.Accelerate.vecLib 3.3.1 (vecLib  
> 3.3.1)    /System/Library/Frameworks/Accelerate.framework/Versions/ 
> A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x91c67000 - 0x91cc0fff libvMisc.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libvMisc.dylib
> 0x91cc9000 - 0x91cedfff libvDSP.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libvDSP.dylib
> 0x91cf5000 - 0x920fefff libBLAS.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libBLAS.dylib
> 0x92138000 - 0x924ecfff libLAPACK.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libLAPACK.dylib
> 0x92519000 - 0x92597fff com.apple.DesktopServices 1.3.5    /System/ 
> Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ 
> DesktopServicesPriv
> 0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28)    / 
> System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x92914000 - 0x929f2fff libxml2.2.dylib     /usr/lib/libxml2.2.dylib
> 0x92a0f000 - 0x92afcfff libiconv.2.dylib     /usr/lib/libiconv.2.dylib
> 0x92b0c000 - 0x92b23fff libGL.dylib     /System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x92b2e000 - 0x92b86fff libGLU.dylib     /System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???)    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> ImageCapture.framework/Versions/A/ImageCapture
> 0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework  
> 3.6    /System/Library/Frameworks/Carbon.framework/Versions/A/ 
> Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> SecurityHI.framework/Versions/A/SecurityHI
> 0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> Ink.framework/Versions/A/Ink
> 0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1)    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> Help.framework/Versions/A/Help
> 0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> OpenScripting.framework/Versions/A/OpenScripting
> 0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.1  
> (192.3)    /System/Library/Frameworks/Carbon.framework/Versions/A/ 
> Frameworks/Print.framework/Versions/A/Print
> 0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> HTMLRendering.framework/Versions/A/HTMLRendering
> 0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4  
> (3.4.3)    /System/Library/Frameworks/Carbon.framework/Versions/A/ 
> Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> CarbonSound.framework/Versions/A/CarbonSound
> 0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> CommonPanels.framework/Versions/A/CommonPanels
> 0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???)    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> HIToolbox.framework/Versions/A/HIToolbox
> 0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12    /System/Library/ 
> Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x93236000 - 0x93236fff com.apple.Cocoa 6.4 (???)    /System/ 
> Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x93238000 - 0x938eefff com.apple.AppKit 6.4.8 (824.42)    /System/ 
> Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x93c6f000 - 0x93ce9fff com.apple.CoreData 90    /System/Library/ 
> Frameworks/CoreData.framework/Versions/A/CoreData
> 0x93d22000 - 0x93de3fff com.apple.audio.toolbox.AudioToolbox  
> 1.4.3    /System/Library/Frameworks/AudioToolbox.framework/Versions/ 
> A/AudioToolbox
> 0x93e23000 - 0x93e23fff com.apple.audio.units.AudioUnit 1.4.2    / 
> System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x93e25000 - 0x93ff7fff com.apple.QuartzCore 1.4.9    /System/ 
> Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x94048000 - 0x94089fff libsqlite3.0.dylib     /usr/lib/ 
> libsqlite3.0.dylib
> 0x94091000 - 0x940cbfff libGLImage.dylib     /System/Library/ 
> Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x94251000 - 0x94260fff libCGATS.A.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
> 0x94267000 - 0x94272fff libCSync.A.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x942be000 - 0x942d8fff libRIP.A.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0xc0000000 - 0xc0008fff com.growl.growlframework 0.7.3    /Users/ 
> dany/Desktop/Unison-2.26.13-X.4-i386.app/Contents/Frameworks/ 
> Growl.framework/Versions/A/Growl
>
> Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, Intel Core  
> Duo, 2 GHz, 2 GB
> Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 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,  
> 0x89), 4.80.46.0
> Bluetooth: Version 1.7.9f12, 2 service, 1 devices, 1 incoming  
> serial ports
> Network Service: Ethernet intégré, Ethernet, en0
> Serial ATA Device: Maxtor 6L250M0, 233.76 GB
> Parallel ATA Device: PIONEER DVD-RW  DVR-K05
> USB Device: USB Embedded Hub, Prolific Technology Inc., Up to 480  
> Mb/sec, 500 mA
> USB Device: USB Mass Storage Device, Prolific Technology Inc., Up  
> to 480 Mb/sec, 500 mA
> USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
> USB Device: i960, Canon, Up to 480 Mb/sec, 500 mA
> USB Device: CTE-640-U V4.0-3, WACOM, 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
>
>
> TRACE (2)
> Date/Time:      2007-01-05 23:31:38.663 +0100
> OS Version:     10.4.8 (Build 8L2127)
> Report Version: 4
>
> Command: Unison
> Path:    /Users/dany/Desktop/Unison-2.26.13-X.4-i386.app/Contents/ 
> MacOS/Unison
> Parent:  WindowServer [60]
>
> Version: 2.26.13 (2.26.13)
>
> PID:    1824
> Thread: 0
>
> Exception:  EXC_BAD_ACCESS (0x0001)
> Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x813321aa
>
> Thread 0 Crashed:
> 0   edu.upenn.cis.Unison         0x0000cb0b  
> camlUimacbridge__unisonRiToProgress_282 + 11
> 1   edu.upenn.cis.Unison         0x0000709f -[ReconItem progress] +  
> 57 (ReconItem.m:217)
> 2   com.apple.AppKit             0x933bf9fe -[NSTableView  
> _dataSourceValueForColumn:row:] + 70
> 3   com.apple.AppKit             0x933a6fc5 -[NSTableView  
> _drawContentsAtRow:column:clipRect:] + 346
> 4   com.apple.AppKit             0x933a602b -[NSTableView  
> drawRow:clipRect:] + 335
> 5   com.apple.AppKit             0x933a37ce -[NSTableView  
> drawRowIndexes:clipRect:] + 99
> 6   com.apple.AppKit             0x933a26a4 -[NSTableView  
> drawRect:] + 2499
> 7   com.apple.AppKit             0x932ce3b1 -[NSView  
> _drawRect:clip:] + 3228
> 8   com.apple.AppKit             0x932cd40b -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 614
> 9   com.apple.AppKit             0x932df36f  
> _recursiveDisplayInRect2 + 149
> 10  com.apple.CoreFoundation     0x9083af26 CFArrayApplyFunction + 307
> 11  com.apple.AppKit             0x932cd613 -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
> 12  com.apple.AppKit             0x932df36f  
> _recursiveDisplayInRect2 + 149
> 13  com.apple.CoreFoundation     0x9083af26 CFArrayApplyFunction + 307
> 14  com.apple.AppKit             0x932cd613 -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
> 15  com.apple.AppKit             0x932df36f  
> _recursiveDisplayInRect2 + 149
> 16  com.apple.CoreFoundation     0x9083af26 CFArrayApplyFunction + 307
> 17  com.apple.AppKit             0x932cd613 -[NSView  
> _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1134
> 18  com.apple.AppKit             0x932cc473 -[NSView  
> _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisib 
> leRectForView:topView:] + 217
> 19  com.apple.AppKit             0x932cd041 -[NSView  
> _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisib 
> leRectForView:topView:] + 3239
> 20  com.apple.AppKit             0x932cbb78 -[NSThemeFrame  
> _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisib 
> leRectForView:topView:] + 290
> 21  com.apple.AppKit             0x932cb362 -[NSView  
> _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 
>  523
> 22  com.apple.AppKit             0x932cac8e -[NSView  
> displayIfNeeded] + 439
> 23  com.apple.AppKit             0x932caa32 -[NSWindow  
> displayIfNeeded] + 168
> 24  com.apple.AppKit             0x9331ad6c  
> _handleWindowNeedsDisplay + 206
> 25  com.apple.CoreFoundation     0x9082a155 __CFRunLoopDoObservers  
> + 342
> 26  com.apple.CoreFoundation     0x908291f7 CFRunLoopRunSpecific + 827
> 27  com.apple.CoreFoundation     0x90828eb5 CFRunLoopRunInMode + 61
> 28  com.apple.HIToolbox          0x92dcdb90  
> RunCurrentEventLoopInMode + 285
> 29  com.apple.HIToolbox          0x92dcd297 ReceiveNextEventCommon  
> + 385
> 30  com.apple.HIToolbox          0x92dcd0ee  
> BlockUntilNextEventMatchingListInMode + 81
> 31  com.apple.AppKit             0x9324f465 _DPSNextEvent + 572
> 32  com.apple.AppKit             0x9324f056 -[NSApplication  
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
> 33  com.apple.AppKit             0x93248ddb -[NSApplication run] + 512
> 34  com.apple.AppKit             0x9323cd2f NSApplicationMain + 573
> 35  edu.upenn.cis.Unison         0x00002c52 _start + 216
> 36  edu.upenn.cis.Unison         0x00002b79 start + 41
>
> Thread 0 crashed with X86 Thread State (32-bit):
>  eax: 0x813321a6    ebx: 0xb960a5f4 ecx: 0x0009d024 edx: 0x03992a2b
>  edi: 0x00000000    esi: 0x0000cb00 ebp: 0xbfffdb68 esp: 0xbfffdb10
>   ss: 0x0000001f    efl: 0x00010282 eip: 0x0000cb0b  cs: 0x00000017
>   ds: 0x0000001f     es: 0x0000001f  fs: 0x00000000  gs: 0x00000037
>
> Binary Images Description:
>    0x1000 -    0x9cfff edu.upenn.cis.Unison 2.26.13    /Users/dany/ 
> Desktop/Unison-2.26.13-X.4-i386.app/Contents/MacOS/Unison
>  0x3f3000 -   0x3f4fff com.ecamm.pluginloader Ecamm Plugin Loader  
> v1.0.4 (1.0.4)    /Library/InputManagers/Ecamm/Ecamm Plugin  
> Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
> 0x8fe00000 - 0x8fe49fff dyld 46.9    /usr/lib/dyld
> 0x90000000 - 0x9016ffff libSystem.B.dylib     /usr/lib/ 
> libSystem.B.dylib
> 0x901bf000 - 0x901c1fff libmathCommon.A.dylib     /usr/lib/system/ 
> libmathCommon.A.dylib
> 0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???)    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/CoreText.framework/Versions/A/CoreText
> 0x90226000 - 0x902fcfff ATS     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ 
> Versions/A/ATS
> 0x9031c000 - 0x90770fff com.apple.CoreGraphics 1.258.38 (???)    / 
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27)    / 
> System/Library/Frameworks/CoreFoundation.framework/Versions/A/ 
> CoreFoundation
> 0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???)    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> CoreServices
> 0x9090f000 - 0x90a02fff libicucore.A.dylib     /usr/lib/ 
> libicucore.A.dylib
> 0x90a52000 - 0x90ad1fff libobjc.A.dylib     /usr/lib/libobjc.A.dylib
> 0x90afa000 - 0x90b5efff libstdc++.6.dylib     /usr/lib/libstdc++. 
> 6.dylib
> 0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib     /usr/lib/libgcc_s.1.dylib
> 0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???)    / 
> System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x90c61000 - 0x90c73fff libauto.dylib     /usr/lib/libauto.dylib
> 0x90c79000 - 0x90f1ffff com.apple.CoreServices.CarbonCore  
> 682.15    /System/Library/Frameworks/CoreServices.framework/ 
> Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/OSServices.framework/Versions/A/OSServices
> 0x91002000 - 0x91040fff com.apple.CFNetwork 129.19    /System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> CFNetwork.framework/Versions/A/CFNetwork
> 0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0)    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
> 0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5    /System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> SearchKit.framework/Versions/A/SearchKit
> 0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36)    / 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/Metadata.framework/Versions/A/Metadata
> 0x9114b000 - 0x91159fff libz.1.dylib     /usr/lib/libz.1.dylib
> 0x9115c000 - 0x912fbfff com.apple.security 4.5.2 (29774)    /System/ 
> Library/Frameworks/Security.framework/Versions/A/Security
> 0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1    /System/ 
> Library/Frameworks/DiskArbitration.framework/Versions/A/ 
> DiskArbitration
> 0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6    / 
> System/Library/Frameworks/SystemConfiguration.framework/Versions/A/ 
> SystemConfiguration
> 0x91440000 - 0x91447fff libbsm.dylib     /usr/lib/libbsm.dylib
> 0x9144b000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4    /System/ 
> Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4  
> (???)    /System/Library/Frameworks/ApplicationServices.framework/ 
> Versions/A/ApplicationServices
> 0x91514000 - 0x9153ffff com.apple.AE 314 (313)    /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> AE.framework/Versions/A/AE
> 0x91552000 - 0x91626fff com.apple.ColorSync 4.4.8    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x91661000 - 0x916defff com.apple.print.framework.PrintCore 4.6  
> (177.13)    /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> PrintCore.framework/Versions/A/PrintCore
> 0x9170b000 - 0x917b4fff com.apple.QD 3.10.21 (???)    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/QD.framework/Versions/A/QD
> 0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???)    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/HIServices.framework/Versions/A/HIServices
> 0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x91866000 - 0x91880fff com.apple.FindByContent 1.5    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/FindByContent.framework/Versions/A/FindByContent
> 0x9188a000 - 0x918c7fff com.apple.LaunchServices 181    /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x918db000 - 0x918e7fff com.apple.speech.synthesis.framework  
> 3.5    /System/Library/Frameworks/ApplicationServices.framework/ 
> Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/ 
> SpeechSynthesis
> 0x918ee000 - 0x91929fff com.apple.ImageIO.framework 1.5.0    / 
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x9193b000 - 0x919edfff libcrypto.0.9.7.dylib     /usr/lib/ 
> libcrypto.0.9.7.dylib
> 0x91a33000 - 0x91a49fff libcups.2.dylib     /usr/lib/libcups.2.dylib
> 0x91a4e000 - 0x91a6cfff libJPEG.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x91a71000 - 0x91acffff libJP2.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libJP2.dylib
> 0x91ae1000 - 0x91ae5fff libGIF.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x91ae7000 - 0x91b64fff libRaw.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libRaw.dylib
> 0x91b68000 - 0x91ba5fff libTIFF.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x91bab000 - 0x91bc5fff libPng.dylib     /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x91bca000 - 0x91bccfff libRadiance.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x91bce000 - 0x91bcefff com.apple.Accelerate 1.3.1 (Accelerate  
> 1.3.1)    /System/Library/Frameworks/Accelerate.framework/Versions/ 
> A/Accelerate
> 0x91bd0000 - 0x91c5efff com.apple.vImage 2.5    /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vImage.framework/Versions/A/vImage
> 0x91c65000 - 0x91c65fff com.apple.Accelerate.vecLib 3.3.1 (vecLib  
> 3.3.1)    /System/Library/Frameworks/Accelerate.framework/Versions/ 
> A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x91c67000 - 0x91cc0fff libvMisc.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libvMisc.dylib
> 0x91cc9000 - 0x91cedfff libvDSP.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libvDSP.dylib
> 0x91cf5000 - 0x920fefff libBLAS.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libBLAS.dylib
> 0x92138000 - 0x924ecfff libLAPACK.dylib     /System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vecLib.framework/Versions/A/libLAPACK.dylib
> 0x92519000 - 0x92597fff com.apple.DesktopServices 1.3.5    /System/ 
> Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ 
> DesktopServicesPriv
> 0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28)    / 
> System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x92914000 - 0x929f2fff libxml2.2.dylib     /usr/lib/libxml2.2.dylib
> 0x92a0f000 - 0x92afcfff libiconv.2.dylib     /usr/lib/libiconv.2.dylib
> 0x92b0c000 - 0x92b23fff libGL.dylib     /System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x92b2e000 - 0x92b86fff libGLU.dylib     /System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???)    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> ImageCapture.framework/Versions/A/ImageCapture
> 0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework  
> 3.6    /System/Library/Frameworks/Carbon.framework/Versions/A/ 
> Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> SecurityHI.framework/Versions/A/SecurityHI
> 0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> Ink.framework/Versions/A/Ink
> 0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1)    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> Help.framework/Versions/A/Help
> 0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> OpenScripting.framework/Versions/A/OpenScripting
> 0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.1  
> (192.3)    /System/Library/Frameworks/Carbon.framework/Versions/A/ 
> Frameworks/Print.framework/Versions/A/Print
> 0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> HTMLRendering.framework/Versions/A/HTMLRendering
> 0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4  
> (3.4.3)    /System/Library/Frameworks/Carbon.framework/Versions/A/ 
> Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> CarbonSound.framework/Versions/A/CarbonSound
> 0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73)    / 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> CommonPanels.framework/Versions/A/CommonPanels
> 0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???)    /System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> HIToolbox.framework/Versions/A/HIToolbox
> 0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12    /System/Library/ 
> Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x93236000 - 0x93236fff com.apple.Cocoa 6.4 (???)    /System/ 
> Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x93238000 - 0x938eefff com.apple.AppKit 6.4.8 (824.42)    /System/ 
> Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x93c6f000 - 0x93ce9fff com.apple.CoreData 90    /System/Library/ 
> Frameworks/CoreData.framework/Versions/A/CoreData
> 0x93d22000 - 0x93de3fff com.apple.audio.toolbox.AudioToolbox  
> 1.4.3    /System/Library/Frameworks/AudioToolbox.framework/Versions/ 
> A/AudioToolbox
> 0x93e23000 - 0x93e23fff com.apple.audio.units.AudioUnit 1.4.2    / 
> System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x93e25000 - 0x93ff7fff com.apple.QuartzCore 1.4.9    /System/ 
> Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x94048000 - 0x94089fff libsqlite3.0.dylib     /usr/lib/ 
> libsqlite3.0.dylib
> 0x94091000 - 0x940cbfff libGLImage.dylib     /System/Library/ 
> Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x94251000 - 0x94260fff libCGATS.A.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
> 0x94267000 - 0x94272fff libCSync.A.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x942be000 - 0x942d8fff libRIP.A.dylib     /System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0xc0000000 - 0xc0008fff com.growl.growlframework 0.7.3    /Users/ 
> dany/Desktop/Unison-2.26.13-X.4-i386.app/Contents/Frameworks/ 
> Growl.framework/Versions/A/Growl
>
> Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, Intel Core  
> Duo, 2 GHz, 2 GB
> Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 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,  
> 0x89), 4.80.46.0
> Bluetooth: Version 1.7.9f12, 2 service, 1 devices, 1 incoming  
> serial ports
> Network Service: Ethernet intégré, Ethernet, en0
> Serial ATA Device: Maxtor 6L250M0, 233.76 GB
> Parallel ATA Device: PIONEER DVD-RW  DVR-K05
> USB Device: USB Embedded Hub, Prolific Technology Inc., Up to 480  
> Mb/sec, 500 mA
> USB Device: USB Mass Storage Device, Prolific Technology Inc., Up  
> to 480 Mb/sec, 500 mA
> USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
> USB Device: i960, Canon, Up to 480 Mb/sec, 500 mA
> USB Device: CTE-640-U V4.0-3, WACOM, 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
>
>
> Alan Schmitt a écrit :
>> On 5 janv. 07, at 20:36, Dany Nativel wrote:
>>
>>> Hello Alan,
>>>
>>> Thanks again for providing binaries for Mac OS and Windows for  
>>> Unison 2.26.13. I just got an iMac and was very happy to find a  
>>> unison package for it. I usually sync between my work PC  
>>> (windows), server (ubuntu dapper) and now my home pc (mac).
>>>
>>> In my previous setup I used to have unison-2.12.15-linux-text  
>>> (coming from unison website) installed on my server (not from  
>>> debian repository). Now I can't find any binary version of  
>>> 2.26.13 for Linux. I don't really care about the version. I just  
>>> need a unison-text for Linux and unison-GUI for both windows and  
>>> Mac OS. Would you by chance have a linux version of what you've  
>>> posted ?
>>
>> It's attached. I guess I should put it online as well.
>>
>> Alan
>>
>>
>>
>> -- 
>> Alan Schmitt <http://alan.petitepomme.net/>
>>
>> The hacker: someone who figured things out and made something cool  
>> happen.
>>  .O.
>>  ..O
>>  OOO
>>
>>
>
>
>



--
Alan Schmitt <http://alan.petitepomme.net/>

The hacker: someone who figured things out and made something cool  
happen.
  .O.
  ..O
  OOO



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20070106/233a4d09/PGP-0001.sig


More information about the Unison-hackers mailing list