ld linker freezes my computer
ld linker freezes my computer
- Subject: ld linker freezes my computer
- From: Andrew Pennebaker <email@hidden>
- Date: Mon, 15 Oct 2012 16:08:26 -0400
Summary:
Attempting to link a clang i386 object file into a Mac executable results in my computer becoming nonresponsive.
Steps to Reproduce:
2. Run "make".
Expected Results:
3. The object code is linked into an executable, and then the executable is run.
$ make
clang -c -o hello.o -arch i386 hello.s
ld -o hello -macosx_version_min 10.6 hello.o
./hello
Hello World!
Actual Results:
3. The computer freezes up.
$ make
clang -c -o hello.o -arch i386 hello.s
ld -o hello -macosx_version_min 10.6 hello.o
(frozen)
Attempts to stop the linker with Control+C, quitting Terminal.app, Force Quit Applications, and Activity Monitor fail, as the system becomes too slow to process user input.
Specs:
* ld64-134.9
* clang 4.1
* as 1.38
* Xcode 4.5
* Mac OS X 10.8.2
* MacBook Pro 2009
--
Cheers,
Andrew Pennebaker
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden