<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Assertion failed: NewElts && "Out of memory" on a simple program"
href="https://bugs.llvm.org/show_bug.cgi?id=33460">33460</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Assertion failed: NewElts && "Out of memory" on a simple program
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ramon.axelrod@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Compiling a simple DNN based on DLib library.
Compiling on windows, visual C++ 2015 using LLVM setup (llvm-2014).
Got assertion on out of memory that should not have happen.
Code compiles on other compilers.
Assertion failed: NewElts && "Out of memory", file
C:\src\llvm_package_303050\llvm\lib\Support\SmallVector.cpp, line 36
Assertion failed: NewElts && "Out of memory", file
C:\src\llvm_package_303050\llvm\lib\Support\SmallVector.cpp, line 36
1> Wrote crash dump file "C:\Users\ramon\AppData\Local\Temp\CL.exe-90d205.dmp"
1> 0x016C4588 (0x00000016 0x03C9C718 0x700B6120 0x00000003)
1> 0x70064672 (0x03C9C790 0x03C9C718 0x0238C7FF 0x04EEE3D4), abort() + 0x32
bytes(s)
1> 0x70065CAB (0x00000024 0x00000000 0x7D223DD8 0x04EEE3E4), _get_wpgmptr() +
0x154B bytes(s)
1> 0x700650E8 (0x00000024 0x016D511A 0x011C5D14 0x016D511A), _get_wpgmptr() +
0x988 bytes(s)
1> 0x70065DA6 (0x03C9C790 0x03C9C718 0x00000024 0x7D223DB8), _wassert() + 0x16
bytes(s)
1> 0x016D511A (0x7D223DE4 0x011C6EEB 0x00000001 0x072503D0)
1> 0x014F95D7 (0x7CD8C798 0x000011D7 0x7CD8C798 0x7CD8D96F)
1> 0x01CE14C1 (0x072503D0 0xE889A2BB 0x072503D0 0x00007192)
1> 0x01504244 (0xE889A2BB 0x35308238 0xE889A2BB 0x35308238)
1> 0x014F8702 (0x000011D6 0x000B6284 0x03C9160A 0x014F8702)
1> 0x01CE0F9A (0x6EE80103 0xE889A2BB 0x35308238 0x6EE83518)
1> 0x014F8702 (0x6D810040 0x00007632 0x03DC4AB8 0x00000004)
1> 0x01CDEB96 (0x00000000 0x00000000 0x03DC2AA0 0x0D02F9F0)
1> 0x01CD23B4 (0x04EEE564 0x00000000 0x77787878 0x712C7382)
1> 0x77787856 (0x0129E2F8 0x081CD918 0x00000000 0x00000000),
LdrUnlockLoaderLock() + 0x8A4 bytes(s)
1> 0x0129DC0B (0x004E0045 0x00420041 0x0045004C 0x003D0044)
1> 0x005F0052 (0x7A81E614 0x8D00505C 0x04004F3C 0x70535C71)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>