[LLVMbugs] [Bug 4622] New: Assertion failed: (CurPtr <= End && " Unable to allocate memory!")
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jul 25 12:21:14 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4622
Summary: Assertion failed: (CurPtr <= End && "Unable to allocate
memory!")
Product: new-bugs
Version: unspecified
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: pawel.worach at gmail.com
CC: llvmbugs at cs.uiuc.edu
Blocks: 3696
This happens during the "make depend" stage of the FreeBSD kernel build.
Assertion failed: (CurPtr <= End && "Unable to allocate memory!"), function
Allocate, file Allocator.cpp, line 116.
Stack dump:
0. Program arguments: /usr/opt/llvm/bin/../libexec/clang-cc -triple
x86_64-unknown-freebsd8.0 -Eonly -disable-free -main-file-name vm_glue.c
--relocation-model static --disable-fp-elim --unwind-tables=1
--disable-red-zone --no-implicit-float -mcpu nocona -target-feature -sse
-target-feature -sse2 -target-feature -sse3 -target-feature -mmx
-target-feature -3dnow --fmath-errno=1 -g -nostdinc -dependency-file - -MT
vm_glue.o -sys-header-deps -include opt_global.h -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq
-I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf
-I/usr/src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal
-I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa
-I/usr/src/sys/gnu/fs/xfs/FreeBSD -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support
-I/usr/src/sys/gnu/fs/xfs -I/usr/src/sys/contrib/opensolaris/compat
-I/usr/src/sys/dev/cxgb -O2 -std=c99 -ffreestanding --stack-protector=1
-fno-common -fdiagnostics-show-option -x c /usr/src/sys/vm/vm_glue.c
Abort (core dumped)
(gdb) bt
#0 0x0000000801bda65c in kill () from /lib/libc.so.7
#1 0x0000000801bd9670 in abort () from /lib/libc.so.7
#2 0x0000000801bc1a3d in __assert () from /lib/libc.so.7
#3 0x00000000011cc44e in llvm::object_creator<llvm::DenseMap<llvm::Value*,
llvm::ValueHandleBase*, llvm::DenseMapInfo<llvm::Value*>,
llvm::DenseMapInfo<llvm::ValueHandleBase*> > > ()
#4 0x000000000091a57c in clang::Parser::ParseDirectNewDeclarator ()
#5 0x000000000091c5c5 in clang::Parser::ParseDirectNewDeclarator ()
#6 0x000000000091e8ca in clang::Parser::ParseDirectNewDeclarator ()
#7 0x00000000008f6e8a in clang::Parser::ParseDirectNewDeclarator ()
#8 0x00000000008f80cb in clang::Parser::ParseDirectNewDeclarator ()
#9 0x0000000000902216 in clang::Parser::ParseDirectNewDeclarator ()
#10 0x0000000000425760 in InitializeIncludePaths ()
#11 0x00000000004284e5 in main ()
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list