DanielPhoton / xld

Automatically exported from code.google.com/p/xld
0 stars 0 forks source link

cli not working in 10.6 #251

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I can drag files to XLD app and they work as normal

2. When trying to use cli, always get;

21-Apr-2014 22:11:25 - INFO :: Thread-12 : /Volumes/music-2/music downloads/Dr. 
John-Anutha Zone-CD-FLAC-1998-FORSAKEN/14-dr._john-sweet_home_new_orleans.flac 
encoded in 00:00:28
21-Apr-2014 22:11:26 - ERROR :: Thread-12 : Encoded file 
'/Volumes/music-2/music downloads/Dr. John-Anutha 
Zone-CD-FLAC-1998-FORSAKEN/temp/01-dr._john-zonata.m4a' does not exist in the 
destination temp directory

3. I've tried various fixes but no success.

How about the reproducibility (always, sometimes, rarely, ...)? Always

What is the expected output?

files to be converted and then moved to iTunes folder

 What do you see instead? 

I see a temp folder being created but no files

What version of the product are you using? Latest version

On what operating system? 10.6 PPC

Please provide any additional information below.

When I try it in Headphones through forcing post-processing, a temp file is 
created, the file is transcoded although there is no indication in the progress 
bar and nothing appears in Finder.

Could there be something wrong with the CLI? I'm using an old 10.6 PPC Mac Mini.

Even trying to use terminal causes the same problem.  Please help, it's driving 
me crazy!!!

Original issue reported on code.google.com by davepate...@gmail.com on 26 Apr 2014 at 12:38

GoogleCodeExporter commented 8 years ago
I should have mentioned I'm converting from Flac to ALAC

Original comment by davepate...@gmail.com on 26 Apr 2014 at 12:46

GoogleCodeExporter commented 8 years ago
#!/bin/sh

#Edit this line to define a path to XLD.app
XLD_APP="/Applications/XLD.app"

if [ ! -d "${XLD_APP}" ] ; then
echo "XLD.app not found"
exit;
fi

"${XLD_APP}/Contents/MacOS/XLD" --cmdline "$@"

Original comment by davepate...@gmail.com on 26 Apr 2014 at 12:52

GoogleCodeExporter commented 8 years ago
10.6 PPC? There is no PPC version of 10.6... The latest OSX for PPC should be 
10.5.

At least it is working on my 10.6 machine. Can you provide the exact command 
line option you used?

Original comment by tmkkmac on 26 Apr 2014 at 1:01

GoogleCodeExporter commented 8 years ago
Thanks for the prompt reply.  Yes, I'm wrong it IS 10.5.8

This is the command I used

/Applications/xld "/Volumes/music-2/music downloads/Dr. John-Anutha 
Zone-CD-FLAC-1998-FORSAKEN/13-dr._john-the_stroke.flac" --profile test -o 
"/Volumes/music-2/music downloads/Dr. John-Anutha 
Zone-CD-FLAC-1998-FORSAKEN/temp"

Original comment by davepate...@gmail.com on 26 Apr 2014 at 4:43

GoogleCodeExporter commented 8 years ago
How about the simplest option? :
xld -f alac foo.flac

>Even trying to use terminal causes the same problem
Are there any way other than using Terminal?

Original comment by tmkkmac on 26 Apr 2014 at 4:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
When I do this;

/Applications/XLD.app/Contents/MacOS/XLD -f alac 
/Users/davypaterson/Desktop/Massive\ Attack-Blue\ Lines\ 2012\ 
Mix-Master-REMASTERED-CD-FLAC-2012-WRE/03-massive_attack-blue_lines.flac 

It works!

Original comment by davepate...@gmail.com on 26 Apr 2014 at 7:57

GoogleCodeExporter commented 8 years ago
Permissions on cli are system RW, wheel R only, everyone R only.

Original comment by davepate...@gmail.com on 26 Apr 2014 at 8:01

GoogleCodeExporter commented 8 years ago
When I do this;

/Applications/xld -f alac /Users/davypaterson/Desktop/Massive\ Attack-Blue\ 
Lines\ 2012\ 
Mix-Master-REMASTERED-CD-FLAC-2012-WRE/05-massive_attack-five_man_army.flac

/Applications/xld: line 11:  1818 Segmentation fault      
"${XLD_APP}/Contents/MacOS/XLD" --cmdline "$@"

Original comment by davepate...@gmail.com on 26 Apr 2014 at 8:15

GoogleCodeExporter commented 8 years ago
>Even trying to use terminal causes the same problem
Are there any way other than using Terminal?

I wasn't clear there, I was referring to Headphones auto-process.

Original comment by davepate...@gmail.com on 26 Apr 2014 at 11:15

GoogleCodeExporter commented 8 years ago
So, what about the result of the simplest option?
xld -f alac foo.flac

What is "Headphones"?

Original comment by tmkkmac on 27 Apr 2014 at 3:37

GoogleCodeExporter commented 8 years ago
Here is a step-by-step process to check if CLI version works properly.
1. Download http://tmkk.undo.jp/tmp/tone.flac
   (Assuming downloaded to ~/Downloads directory)
2. Open Terminal.app
3. Type cd ~/Downloads
4. Type /Applications/xld -f alac tone.flac
   (Assuming xld script is in /Applications directory)
5. You will see
    |====================| 100% (Track 1/1)
    done.
6. tone.m4a should be created in ~/Downloads

Original comment by tmkkmac on 27 Apr 2014 at 6:31

GoogleCodeExporter commented 8 years ago
I see no progress bar and then I still get this error;

/Applications/xld: line 11:   246 Segmentation fault      
"${XLD_APP}/Contents/MacOS/XLD" --cmdline "$@"

This is Headphones;

https://github.com/rembo10/headphones

Original comment by davepate...@gmail.com on 27 Apr 2014 at 11:17

GoogleCodeExporter commented 8 years ago
Do not use headphones. Please use terminal.app and report the result.

Original comment by tmkkmac on 27 Apr 2014 at 11:19

GoogleCodeExporter commented 8 years ago
I did, the result is;

/Applications/xld: line 11:   246 Segmentation fault      
"${XLD_APP}/Contents/MacOS/XLD" --cmdline "$@"

Original comment by davepate...@gmail.com on 27 Apr 2014 at 1:26

GoogleCodeExporter commented 8 years ago
This is the XLD crash report after using the above instructions;

Process:         XLD [1501]
Path:            /Applications/XLD.app/Contents/MacOS/XLD
Identifier:      XLD
Version:         ??? (???)
Code Type:       PPC (Native)
Parent Process:  sh [1500]

Interval Since Last Report:          41 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2014-04-27 15:04:18.509 +0100
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  0411FEA7-AC2C-475C-B4AA-28314DFB7473

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000044000424
Crashed Thread:  0

Thread 0 Crashed:
0   libobjc.A.dylib                 0x97df8fd0 objc_msgSend + 16
1   jp.tmkk.XLD                     0x00002aa8 _start + 756

Thread 0 crashed with PPC Thread State 32:
  srr0: 0x97df8fd0  srr1: 0x0200f030   dar: 0x44000424 dsisr: 0x40000000
    r0: 0x44000424    r1: 0xbffff230    r2: 0xa06026d4    r3: 0x44000424
    r4: 0x97e75cb4    r5: 0x0008ba90    r6: 0xbffff2e8    r7: 0xbffff26c
    r8: 0x0000000f    r9: 0x00000000   r10: 0xbffff854   r11: 0x68195cb4
   r12: 0x97df8fc0   r13: 0x00000002   r14: 0x00000002   r15: 0xa0641c64
   r16: 0x00000000   r17: 0x00090000   r18: 0x00090000   r19: 0x00090000
   r20: 0xa06063ac   r21: 0x0051b1e0   r22: 0x0000ac44   r23: 0x00000005
   r24: 0xbffff2e8   r25: 0xbffff7ec   r26: 0x0008a034   r27: 0xa0641c64
   r28: 0x00326b00   r29: 0x00090000   r30: 0x0008f088   r31: 0xbffff8c7
    cr: 0x44004442   xer: 0x00000007    lr: 0x000740a4   ctr: 0x97df8fc0
vrsave: 0x00000000

Binary Images:
    0x1000 -    0x8afff +jp.tmkk.XLD 20131102 (145.0) <6482b5f37601d311e75576c9e4e3387b> /Applications/XLD.app/Contents/MacOS/XLD
   0xa9000 -   0x101fff +Sndfile ??? (???) <84314e4d17de8ec27c44b5d69158ed4b> /Applications/XLD.app/Contents/Frameworks/Sndfile.framework/Versions/A/Sndfile
  0x114000 -   0x1e2ff5  com.apple.DiscRecording 4.0.7 (4070.4.1) <73f6a269ffb9718fa9f165da9f2a5eb1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
  0x249000 -   0x273ffb  com.apple.DiscRecordingUI 4.0.7 (4070.4.1) <37cb0b8d9ad4e211a9b075ae9a92ed74> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
  0x290000 -   0x2a5ff7 +CDDB ??? (???) /Applications/XLD.app/Contents/Frameworks/CDDB.framework/Versions/A/CDDB
  0x2af000 -   0x2d0ff1  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
  0x2ea000 -   0x2efffb +jp.tmkk.XLDAacOutput ??? (1.0) <7cc624c9e46b05f84f37436a09b45f30> /Applications/XLD.app/Contents/PlugIns/XLDAacOutput.bundle/Contents/MacOS/XLDAacOutput
  0x2f4000 -   0x2fbfff +jp.tmkk.XLDAlacDecoder ??? (1.0) <138e887f834c5495d97d6614e09f9deb> /Applications/XLD.app/Contents/PlugIns/XLDAlacDecoder.bundle/Contents/MacOS/XLDAlacDecoder
  0x500000 -   0x50afff +jp.tmkk.XLDAacOutput2 ??? (1.0) <86a4add8e3a5db185c90e9a95429cf85> /Applications/XLD.app/Contents/PlugIns/XLDAacOutput2.bundle/Contents/MacOS/XLDAacOutput2
  0x510000 -   0x519fff +jp.tmkk.XLDAlacOutput ??? (1.0) <beee5fac9b65a98e9f11f99342407aad> /Applications/XLD.app/Contents/PlugIns/XLDAlacOutput.bundle/Contents/MacOS/XLDAlacOutput
  0x51e000 -   0x546ff7 +jp.tmkk.XLDApeDecoder ??? (1.0) <d81ac764908c26547122451ec3b90fd8> /Applications/XLD.app/Contents/PlugIns/XLDApeDecoder.bundle/Contents/MacOS/XLDApeDecoder
  0x552000 -   0x556fff +jp.tmkk.XLDFlacDecoder ??? (1.0) <d2f2254df731f06b32537edc69f7488a> /Applications/XLD.app/Contents/PlugIns/XLDFlacDecoder.bundle/Contents/MacOS/XLDFlacDecoder
  0x55b000 -   0x59effc +FLAC ??? (???) <e0e77d39f600c01f4d0284ee69d145ea> /Applications/XLD.app/Contents/Frameworks/FLAC.framework/Versions/A/FLAC
  0x5a9000 -   0x5acff2 +Ogg ??? (???) <432277dd226433de31b438590ce00a07> /Applications/XLD.app/Contents/Frameworks/Ogg.framework/Versions/A/Ogg
  0x5af000 -   0x5b4fff +jp.tmkk.XLDFlacOutput ??? (1.0) <a870e024a9629d89cf5e05bd83aafd19> /Applications/XLD.app/Contents/PlugIns/XLDFlacOutput.bundle/Contents/MacOS/XLDFlacOutput
  0x5ba000 -   0x5befff +jp.tmkk.XLDHEAACOutput ??? (1.0) <d2346721562718023eb6681da04c3fa9> /Applications/XLD.app/Contents/PlugIns/XLDHEAACOutput.bundle/Contents/MacOS/XLDHEAACOutput
  0x5c3000 -   0x614ff7 +jp.tmkk.XLDLameOutput ??? (1.0) <f0bb0b43e44644dabf8a509aff9fa0e9> /Applications/XLD.app/Contents/PlugIns/XLDLameOutput.bundle/Contents/MacOS/XLDLameOutput
  0x639000 -   0x63bff7 +jp.tmkk.XLDLibsndfileDecoder ??? (1.0) <6645f5d55119208c0258a75d2b135b7e> /Applications/XLD.app/Contents/PlugIns/XLDLibsndfileDecoder.bundle/Contents/MacOS/XLDLibsndfileDecoder
  0x640000 -   0x644ffd +com.yourcompany.XLDID3 1.0 (1) <99270de41cd72e5192fda11393855de2> /Applications/XLD.app/Contents/Frameworks/XLDID3.framework/Versions/A/XLDID3
  0x648000 -   0x649fff +jp.tmkk.XLDMP3Decoder ??? (1.0) <8bfbcaea05a5bd2b763c6133e97a5b2e> /Applications/XLD.app/Contents/PlugIns/XLDMP3Decoder.bundle/Contents/MacOS/XLDMP3Decoder
  0x64d000 -   0x688ff3 +jp.tmkk.XLDOpusOutput 1.0 (1) <0cfbae38c39d7d8110f5397a18f7a523> /Applications/XLD.app/Contents/PlugIns/XLDOpusOutput.bundle/Contents/MacOS/XLDOpusOutput
  0x691000 -   0x698fff +jp.tmkk.XLDShortenDecoder ??? (1.0) <5126aaf56fcaccae9ece953d6c0ce9f1> /Applications/XLD.app/Contents/PlugIns/XLDShortenDecoder.bundle/Contents/MacOS/XLDShortenDecoder
  0x69f000 -   0x69ffff +jp.tmkk.XLDSparkleUpdater ??? (1.0) <e99c97b5290142dc6723da825d316fcd> /Applications/XLD.app/Contents/PlugIns/XLDSparkleUpdater.bundle/Contents/MacOS/XLDSparkleUpdater
  0x6a3000 -   0x6b6fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (1.5) <cf0d0d0d4f1a1003aa7bf4993fb852c1> /Applications/XLD.app/Contents/PlugIns/XLDSparkleUpdater.bundle/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
  0x6cc000 -   0x6cfffd +jp.tmkk.XLDTakDecoder ??? (1.0) <a1ea6a08ce687e02227ab58566e422a7> /Applications/XLD.app/Contents/PlugIns/XLDTakDecoder.bundle/Contents/MacOS/XLDTakDecoder
  0x6d4000 -   0x6d8ff3 +jp.tmkk.XLDTtaDecoder ??? (1.0) <274f424a5e1492c35500579a0b85addc> /Applications/XLD.app/Contents/PlugIns/XLDTtaDecoder.bundle/Contents/MacOS/XLDTtaDecoder
  0x6dc000 -   0x6dffff +jp.tmkk.XLDVorbisOutput ??? (1.0) <03a9315abda17353c68c39041098e786> /Applications/XLD.app/Contents/PlugIns/XLDVorbisOutput.bundle/Contents/MacOS/XLDVorbisOutput
  0x6e4000 -   0x6e7fff +jp.tmkk.XLDWavpackDecoder ??? (1.0) <2a97e9254e283096417d807577f9b552> /Applications/XLD.app/Contents/PlugIns/XLDWavpackDecoder.bundle/Contents/MacOS/XLDWavpackDecoder
  0x6ec000 -   0x718fff +WavPack ??? (???) <b35dfac7049f369647632aeff59b2a19> /Applications/XLD.app/Contents/Frameworks/WavPack.framework/Versions/A/WavPack
  0x71e000 -   0x722fff +jp.tmkk.XLDWavpackOutput ??? (1.0) <2675cb6aeb465b87168f7481dd4d39eb> /Applications/XLD.app/Contents/PlugIns/XLDWavpackOutput.bundle/Contents/MacOS/XLDWavpackOutput
 0x19c6000 -  0x19eaff3 +Vorbis ??? (???) <a558b43141b72c14039eff98c57f891a> /Applications/XLD.app/Contents/Frameworks/Vorbis.framework/Versions/A/Vorbis
0x8fe00000 - 0x8fe30c23  dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> 
/usr/lib/dyld
0x90003000 - 0x90305ffb  com.apple.CoreServices.CarbonCore 786.16 (786.16) 
<d9a357a3be5a1bf5969e80db6a4b3327> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCo
re.framework/Versions/A/CarbonCore
0x90306000 - 0x9066bffe  com.apple.QuartzCore 1.5.8 (1.5.8) 
<60e54cfb861dc5e66bb4f263a192d558> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9066c000 - 0x90796ff1  com.apple.WebKit 5534 (5534.50.2) 
<8307eb3b6a885d49844034bef76f983e> 
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x907fd000 - 0x9082afff  libGL.dylib ??? (???) 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9082b000 - 0x908e5fff  libcrypto.0.9.7.dylib ??? (???) 
<1d82e65c85d65367f3b6b06355c89c9b> /usr/lib/libcrypto.0.9.7.dylib
0x908e6000 - 0x9097dfff  com.apple.LaunchServices 292 (292) 
<06cb373fd960fbc2b4a0201f55c7dd6d> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe
rvices.framework/Versions/A/LaunchServices
0x9098c000 - 0x9098dfff  libffi.dylib ??? (???) 
<11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
0x9098e000 - 0x90995ffb  com.apple.print.framework.Print 218.0.3 (220.2) 
<021d2263007c538fd9e6b52e66a2623d> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewor
k/Versions/A/Print
0x91add000 - 0x91d23ffb  com.apple.Foundation 6.5.9 (677.26) 
<c30e4aea51bbae480d4550cd53abb441> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91d24000 - 0x91dd7ffc  com.apple.CFNetwork 438.16 (438.16) 
<a5b69f31ef4596c8f680772120e3eb08> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwor
k.framework/Versions/A/CFNetwork
0x91dd8000 - 0x91e67fff  com.apple.DesktopServices 1.4.9 (1.4.9) 
<07d08e199716420b6df8e23ff91b5d2d> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Deskt
opServicesPriv
0x921d3000 - 0x92258fff  libsqlite3.0.dylib ??? (???) 
<daf55b073488086ef5b9a3781be53f14> /usr/lib/libsqlite3.0.dylib
0x923c6000 - 0x923c6ffb  com.apple.installserver.framework 1.0 (8) 
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServ
er
0x923e3000 - 0x92508ff3  com.apple.CoreFoundation 6.5.7 (476.19) 
<dee0f0024f3bf976cfa0a0816e8aa338> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x92593000 - 0x925ccfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) 
<21dee7ffd93306032f911b5ef3fdbab3> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfig
uration
0x925cd000 - 0x925f5fff  libxslt.1.dylib ??? (???) 
<82421418f81b9b6c63529215a3612ab0> /usr/lib/libxslt.1.dylib
0x9275e000 - 0x9275eff8  com.apple.Cocoa 6.5 (???) 
<e9a4f1c636d00893db0494c4040176ba> 
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9275f000 - 0x92772ffb  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) 
<050180a659a3905ea38f2acddcdf7b40> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/S
peechSynthesis.framework/Versions/A/SpeechSynthesis
0x92773000 - 0x9277efff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) 
<ae3dc890a43a9269388301f6b59d3091> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit
ion.framework/Versions/A/SpeechRecognition
0x9277f000 - 0x927dcffb  com.apple.HIServices 1.7.1 (???) 
<a6c5c0bf2d68aeb453dbc493b7d0c8d9> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/H
IServices.framework/Versions/A/HIServices
0x927e6000 - 0x92896fff  com.apple.QD 3.11.57 (???) 
<e74b370c6f81fc00e8936f5cf7c8ebe0> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Q
D.framework/Versions/A/QD
0x929f9000 - 0x92a5bffb  com.apple.htmlrendering 68 (1.1.3) 
<e852db1c007de975fae2f0c2769c88ef> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.
framework/Versions/A/HTMLRendering
0x92abc000 - 0x92abcfff  com.apple.Carbon 136 (136) 
<6a6a209ec9179368db7ead8382b8ee63> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92abd000 - 0x92ac2ff6  libmathCommon.A.dylib ??? (???) 
/usr/lib/system/libmathCommon.A.dylib
0x92cc7000 - 0x92ccefff  com.apple.CommonPanels 1.2.4 (85) 
<0d1256175c5512c911ede094d767acfe> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.f
ramework/Versions/A/CommonPanels
0x92f76000 - 0x93000fff  libvMisc.dylib ??? (???) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvMisc.dylib
0x9312b000 - 0x93273ff3  libicucore.A.dylib ??? (???) 
<bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
0x93274000 - 0x932a5fff  com.apple.coreui 1.2 (62) 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x932e9000 - 0x932fcfff  com.apple.LangAnalysis 1.6.5 (1.6.5) 
<2a661ad6e432dd62dd831e234904061f> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L
angAnalysis.framework/Versions/A/LangAnalysis
0x932fd000 - 0x93626fe7  libLAPACK.dylib ??? (???) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libLAPACK.dylib
0x93627000 - 0x936affff  com.apple.ink.framework 101.3 (86) 
<66a99ad6bc695390a66dd24789e23dcc> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/
Versions/A/Ink
0x936b0000 - 0x936e5fff  com.apple.AE 402.3 (402.3) 
<75725936d014fd3ca2553d18b784b99b> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.frame
work/Versions/A/AE
0x936e6000 - 0x9376effb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) 
<6fc8a8cb43506b57b951da899a55d3b9> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9376f000 - 0x9378efff  libresolv.9.dylib ??? (???) 
<c5c72e1cf61cb844163156956a1d8407> /usr/lib/libresolv.9.dylib
0x9378f000 - 0x937baff7  libauto.dylib ??? (???) 
<a64d088b2d17e013b9ee5a08d3a20d33> /usr/lib/libauto.dylib
0x937bb000 - 0x93850ff7  com.apple.framework.IOKit 1.5.2 (???) 
<ced0a498252f76a2d2ba9f2a0ae02160> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93851000 - 0x93c7fffe  libGLProgrammability.dylib ??? (???) 
<5d52750ec9e438b25d3a4db51361fa2b> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammab
ility.dylib
0x93c80000 - 0x93e20fe3  libSystem.B.dylib ??? (???) 
<7dc28e19e1aac16b29cbd7c5d9ce9638> /usr/lib/libSystem.B.dylib
0x93e71000 - 0x941aaff7  com.apple.HIToolbox 1.5.6 (???) 
<a3b713a77c16da495c886463985f1e39> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram
ework/Versions/A/HIToolbox
0x941d1000 - 0x941f0fff  com.apple.vecLib 3.4.2 (vecLib 3.4.2) 
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94202000 - 0x94202fff  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x94203000 - 0x9434ffff  com.apple.ImageIO.framework 2.0.9 (2.0.9) 
<d12782e17c25bb9679c5d352ac202fcd> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/ImageIO
0x94350000 - 0x94464ffa  com.apple.vImage 3.0 (3.0) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fra
mework/Versions/A/vImage
0x94465000 - 0x9454ffff  libxml2.2.dylib ??? (???) 
<9d05a5451084c8cd78e3f4722e2c2960> /usr/lib/libxml2.2.dylib
0x945bd000 - 0x947a6ffb  com.apple.security 5.0.7 (1) 
<2c8ae7414f8d113a695da92950753ad9> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x947a7000 - 0x947bfffb  com.apple.DictionaryServices 1.0.0 (1.0.0) 
<fe37191e732eeb66189185cd000a210b> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Dictiona
ryServices.framework/Versions/A/DictionaryServices
0x947c0000 - 0x947c9fff  com.apple.DiskArbitration 2.2.1 (2.2.1) 
<682f5c45591e8c4a89c79e384e2c49af> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x947ca000 - 0x94f40fff  com.apple.AppKit 6.5.9 (949.54) 
<687f1742c249d7c9268e2eb57713cef6> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94f41000 - 0x94f45ffe  libGIF.dylib ??? (???) 
<e4f0002b104c2a2cb5b4327e906e544f> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libGIF.dylib
0x94f46000 - 0x94f87ffb  libTIFF.dylib ??? (???) 
<6910f0c75ed82f98ea8ebf601136ce47> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libTIFF.dylib
0x94f88000 - 0x94fcffff  com.apple.NavigationServices 3.5.2 (163) 
<453fd79dd63debad4908dcc726f9aa04> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServ
ices.framework/Versions/A/NavigationServices
0x95067000 - 0x95068ff8  com.apple.ApplicationServices 34 (34) 
<6aa5ee485bb2e656531b3505932b845f> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationS
ervices
0x9507f000 - 0x9509bffb  com.apple.openscripting 1.2.8 (???) 
<01f86cdb8f7347d2f3f13066e954acb6> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.
framework/Versions/A/OpenScripting
0x9509c000 - 0x9509cfff  com.apple.audio.units.AudioUnit 1.5 (1.5) 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9509d000 - 0x950ecfff  libGLImage.dylib ??? (???) 
<2e1f2a2625064149d209ec19e52d0384> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyli
b
0x950ed000 - 0x951c0fff  com.apple.CoreServices.OSServices 228.1 (228.1) 
<b957e9c8b8ca9c3e03b99d2ad4b31aa2> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServic
es.framework/Versions/A/OSServices
0x95243000 - 0x9525effb  libPng.dylib ??? (???) 
<7ba22147e900d2ee6837c2f439302f7f> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libPng.dylib
0x9525f000 - 0x9526affb  libgcc_s.1.dylib ??? (???) 
<ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
0x9527f000 - 0x9534fff7  com.apple.ColorSync 4.5.4 (4.5.4) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
olorSync.framework/Versions/A/ColorSync
0x95350000 - 0x95400fff  edu.mit.Kerberos 6.0.15 (6.0.15) 
<870d4f0c841af131a04737468ba803d6> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x95402000 - 0x95429fff  libcups.2.dylib ??? (???) 
<8b27a8d2477e9b253a664ad72ebc6ae5> /usr/lib/libcups.2.dylib
0x9542a000 - 0x95441ffb  com.apple.ImageCapture 5.0.2 (5.0.2) 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.f
ramework/Versions/A/ImageCapture
0x95442000 - 0x959beff3  com.apple.CoreGraphics 1.409.8 (???) 
<e0bf5ff8fa51b99663fcb860bf44a7ed> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/CoreGraphics
0x95c8f000 - 0x95c8fffa  com.apple.CoreServices 32 (32) 
<42b6dda539f7411606187335d9eae0c5> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x95c9e000 - 0x95d37fc3  libvDSP.dylib ??? (???) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvDSP.dylib
0x95d38000 - 0x95d44ff3  com.apple.audio.SoundManager 3.9.2 (3.9.2) 
<79588842bcaf6c747a95b2120304397a> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.fr
amework/Versions/A/CarbonSound
0x95d4c000 - 0x95d6cff7  libJPEG.dylib ??? (???) 
<3508b46417ed11d88ae1cea92c7fe756> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libJPEG.dylib
0x95d6d000 - 0x95eb4ffb  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x95eb5000 - 0x95fabffc  libiconv.2.dylib ??? (???) 
<05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
0x95fac000 - 0x95faeffd  libRadiance.dylib ??? (???) 
<50c07ca861b00fa063aec748b5f4d786> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/I
mageIO.framework/Versions/A/Resources/libRadiance.dylib
0x95ff6000 - 0x96015ffb  com.apple.CoreVideo 1.6.1 (48.6) 
<d36e92cc8e996032d0dba765b33df82e> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x96016000 - 0x9607dffb  libstdc++.6.dylib ??? (???) 
<a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
0x9607e000 - 0x96081fff  com.apple.help 1.1 (36) 
<7106d6e074a3b9835ebf1e6cc6c822ce> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework
/Versions/A/Help
0x96082000 - 0x9614affb  com.apple.CoreData 100.2 (186.2) 
<be912ff41bd4506438a71d5665e89069> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9619b000 - 0x9619effb  com.apple.securityhi 3.0 (30817) 
<e50c0cac9048f8923b95797753d50b5c> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fra
mework/Versions/A/SecurityHI
0x9619f000 - 0x961f5fff  libGLU.dylib ??? (???) 
<3418ce7ca0863162847f553c15d08674> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x961f6000 - 0x96245fff  com.apple.Metadata 10.5.8 (398.26) 
<1a261534027b9d1518327d1fabe1182b> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata
.framework/Versions/A/Metadata
0x96246000 - 0x962e0ff7  com.apple.ApplicationServices.ATS 3.8 (???) 
<68fbf8a95392317d611f00c709955c8a> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/ATS
0x962e1000 - 0x96363fff  com.apple.print.framework.PrintCore 5.5.4 (245.6) 
<3cde2550ec10348b7162d2b6cb0dfc67> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P
rintCore.framework/Versions/A/PrintCore
0x96384000 - 0x963e5fff  com.apple.CoreText 2.0.5 (???) 
<0a3d84caa94b9d338921e464780dd350> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreText.framework/Versions/A/CoreText
0x963e6000 - 0x96405fff  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/vecLib
0x96501000 - 0x966f1ff3  com.apple.JavaScriptCore 5534 (5534.49) 
<85d598f60ce2169c99f4aab053b8f0c0> 
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x966f2000 - 0x96cacfff  libBLAS.dylib ??? (???) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libBLAS.dylib
0x96cad000 - 0x96cb5fff  libbsm.dylib ??? (???) 
<c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
0x96d12000 - 0x96d20fff  libz.1.dylib ??? (???) 
<1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
0x96d68000 - 0x96de3fff  com.apple.SearchKit 1.2.2 (1.2.2) 
<a9d0033a5e1e55b5e382e52fe578d734> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKi
t.framework/Versions/A/SearchKit
0x96de4000 - 0x97de1375  com.apple.WebCore 5534 (5534.50.1) 
<0acf516306fd6327a76613c1f0dfdbe7> 
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framew
ork/Versions/A/WebCore
0x97de2000 - 0x97ec5fff  libobjc.A.dylib ??? (???) 
<a1d4be2eed463c6799b6a1447fde72ba> /usr/lib/libobjc.A.dylib
0x97ec6000 - 0x97ed4ff3  com.apple.opengl 1.5.10 (1.5.10) 
<54bae289e544387ce7997a4a05e70aa9> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0xfffec000 - 0xfffeffff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff8000 - 0xffff9703  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Original comment by davepate...@gmail.com on 27 Apr 2014 at 2:05

GoogleCodeExporter commented 8 years ago
Any update on this.  Experiencing same issue.  The test you requested we run 
yields the following: 

$ xld -f alac tone.flac
/usr/local/bin/xld: line 11: 18368 Segmentation fault: 11  
"${XLD_APP}/Contents/MacOS/XLD" --cmdline "$@"

Original comment by toddmich...@gmail.com on 24 Oct 2014 at 5:20

GoogleCodeExporter commented 8 years ago
I have the same problem !!! Are there any way other than using Terminal?

Original comment by vasili1...@gmail.com on 4 Nov 2014 at 9:09

GoogleCodeExporter commented 8 years ago
Try a test version in issue 262

Original comment by tmkkmac on 4 Nov 2014 at 9:12