Sorry, here's something a little more descript:<br><br>core file size (blocks, -c) 0<br>data seg size (kbytes, -d) unlimited<br>scheduling priority (-e) 20<br>file size (blocks, -f) unlimited<br>
pending signals (-i) 16382<br>max locked memory (kbytes, -l) 64<br>max memory size (kbytes, -m) unlimited<br>open files (-n) 1024<br>pipe size (512 bytes, -p) 8<br>
POSIX message queues (bytes, -q) 819200<br>real-time priority (-r) 0<br>stack size (kbytes, -s) 8192<br>cpu time (seconds, -t) unlimited<br>max user processes (-u) unlimited<br>
virtual memory (kbytes, -v) unlimited<br>file locks (-x) unlimited<br><br><div class="gmail_quote">On Tue, Sep 11, 2012 at 3:12 PM, Ryan Taylor <span dir="ltr"><<a href="mailto:ryta1203@gmail.com" target="_blank">ryta1203@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What files are created by the TableGen so that I can clean them out and start fresh?<div class="HOEnZb"><div class="h5">
<br><br><div class="gmail_quote">On Tue, Sep 11, 2012 at 3:11 PM, Ryan Taylor <span dir="ltr"><<a href="mailto:ryta1203@gmail.com" target="_blank">ryta1203@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">ulimit -s = 8192<br>set "ulimit -c unlimited"<div><div><br><br><br><div class="gmail_quote">
On Tue, Sep 11, 2012 at 3:03 PM, Ryan Taylor <span dir="ltr"><<a href="mailto:ryta1203@gmail.com" target="_blank">ryta1203@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">John,<br> <br> Thanks for responding. No, I don't see a limit from ulimit. It's definitely with the tblgen though, I have the same errors trying to compile clang.<div>
<div><br><br><div class="gmail_quote">On Tue, Sep 11, 2012 at 2:57 PM, John Criswell <span dir="ltr"><<a href="mailto:criswell@illinois.edu" target="_blank">criswell@illinois.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"><div>
<div>On 9/11/12 4:53 PM, Ryan Taylor wrote:<br>
</div>
<blockquote type="cite">
Tried a fresh checkout with the same issue. I'm assuming this
issue must be on my end.<br>
</blockquote>
<br></div>
Dumb question: do you have a restrictive ulimit setting that might
cause the tblgen program to run out of memory?<br>
<br>
I tend to doubt that this is the case, but it'd be good to double
check.<br>
<br>
-- John T.<br>
<br>
<blockquote type="cite"><div><div><br>
<div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername">Ryan Taylor</b> <span dir="ltr"><<a href="mailto:ryta1203@gmail.com" target="_blank">ryta1203@gmail.com</a>></span><br>
Date: Tue, Sep 11, 2012 at 1:28 PM<br>
Subject: Build Error from Intrinsics.td<br>
To: <a href="mailto:llvmdev@cs.uiuc.edu" target="_blank">llvmdev@cs.uiuc.edu</a><br>
<br>
<br>
gmake[1]: Entering directory
`/home/ryan/llvm/llvm_core/trunk/lib/VMCore'<br>
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td<br>
terminate called after throwing an instance of 'std::bad_alloc'<br>
what(): std::bad_alloc<br>
0 llvm-tblgen 0x000000000058525f<br>
1 llvm-tblgen 0x0000000000585719<br>
2 libpthread.so.0 0x00002b05a7801c60<br>
3 libc.so.6 0x00002b05a83ead05 gsignal + 53<br>
4 libc.so.6 0x00002b05a83eeab6 abort + 390<br>
5 libstdc++.so.6 0x00002b05a7f556dd
__gnu_cxx::__verbose_terminate_handler() + 285<br>
6 libstdc++.so.6 0x00002b05a7f53926<br>
7 libstdc++.so.6 0x00002b05a7f53953<br>
8 libstdc++.so.6 0x00002b05a7f53a5e<br>
9 libstdc++.so.6 0x00002b05a7f53e6d operator new(unsigned
long) + 125<br>
10 libstdc++.so.6 0x00002b05a7f36e6d
std::string::_Rep::_S_create(unsigned long, unsigned long,
std::allocator<char> const&) + 93<br>
11 libstdc++.so.6 0x00002b05a7f38905 char*
std::string::_S_construct<char const*>(char const*, char
const*, std::allocator<char> const&,
std::forward_iterator_tag) + 53<br>
12 libstdc++.so.6 0x00002b05a7f389ca std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>::basic_string(char const*, unsigned long,
std::allocator<char> const&) + 26<br>
13 llvm-tblgen 0x000000000056dfed<br>
14 llvm-tblgen 0x000000000051f3c1<br>
15 libc.so.6 0x00002b05a83d5eff __libc_start_main + 255<br>
16 llvm-tblgen 0x0000000000406b7d<br>
Stack dump:<br>
0. Program arguments:
/home/ryan/llvm/llvm_core/trunk/Release+Asserts/bin/llvm-tblgen
-I /home/ryan/llvm/llvm_core/trunk/lib/VMCore -I
/home/ryan/llvm/llvm_core/trunk/include -I
/home/ryan/llvm/llvm_core/trunk/include -I
/home/ryan/llvm/llvm_core/trunk/lib/Target
/home/ryan/llvm/llvm_core/trunk/include/llvm/Intrinsics.td -o
/home/ryan/llvm/llvm_core/trunk/lib/VMCore/Release+Asserts/Intrinsics.gen.tmp
-gen-intrinsic <br>
<br>
<br>
Anyone else having this issue?<br>
</div>
<br>
<br>
<fieldset></fieldset>
<br>
</div></div><pre>_______________________________________________
LLVM Developers mailing list
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a> <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
</blockquote>
<br>
</div>
</blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>