https://bugs.llvm.org/show_bug.cgi?id=33460

            Bug ID: 33460
           Summary: Assertion failed: NewElts && "Out of memory" on a
                    simple program
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: ramon.axel...@gmail.com
                CC: llvm-bugs@lists.llvm.org

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)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to