[cfe-dev] ld linker freezes my computer

Jens Alfke jens at mooseyard.com
Mon Oct 15 13:58:58 PDT 2012


On Oct 15, 2012, at 1:08 PM, Andrew Pennebaker <andrew.pennebaker at gmail.com> wrote:

> 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.

Try running ‘top’ or the Activity Monitor window while you do this. It sounds like the linker is either consuming address space like crazy, or maybe forking like crazy.

In any case, as answered on your other thread, the program you’re trying to build isn’t going to work because it’s trying to use the Linux/BSD kernel call ABI instead of Mach’s. (But of course, the linker shouldn’t blow up like this even given bad input.)

—Jens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20121015/57925c39/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20121015/57925c39/attachment.bin>


More information about the cfe-dev mailing list