Displaying 20 results from an estimated 21 matches for "_rb_tree".
2010 Oct 22
0
[LLVMdev] Crash with llc and vector code
...2.8) :
define <4 x i32> @foo(<4 x i32> %a, <4 x i32> %b) {
%res = select <4 x i1> <i1 true, i1 false, i1 true, i1 true>, <4 x i32> %a, <4 x i32> %b ;
ret <4 x i32> %res
}
gives :
UNREACHABLE executed!
0 llc 0x0000000100927422 std::_Rb_tree<llvm::sys::Path, llvm::sys::Path, std::_Identity<llvm::sys::Path>, std::less<llvm::sys::Path>, std::allocator<llvm::sys::Path> >::_M_erase(std::_Rb_tree_node<llvm::sys::Path>*) + 11730
1 llc 0x0000000100927f43 std::_Rb_tree<llvm::sys::Path, llvm::sys:...
2010 Oct 22
1
[LLVMdev] Crash with llc and vector code
...2.8) :
define <4 x i32> @foo(<4 x i32> %a, <4 x i32> %b) {
%res = select <4 x i1> <i1 true, i1 false, i1 true, i1 true>, <4 x i32> %a, <4 x i32> %b ;
ret <4 x i32> %res
}
gives :
UNREACHABLE executed!
0 llc 0x0000000100927422 std::_Rb_tree<llvm::sys::Path, llvm::sys::Path, std::_Identity<llvm::sys::Path>, std::less<llvm::sys::Path>, std::allocator<llvm::sys::Path> >::_M_erase(std::_Rb_tree_node<llvm::sys::Path>*) + 11730
1 llc 0x0000000100927f43 std::_Rb_tree<llvm::sys::Path, llvm::sys:...
2004 Feb 02
2
[LLVMdev] Bug In Module::getConstantPointerRef ?
...return Ref;
}
I have verified that my GlobalValue* parameter is valid. The crash
happens during the call to GVRefMap->Map.find(V). The code looks okay to
me on visual inspection but it does produce a crash.
When I debug it, I get this stack trace:
> (gdb) where
> #0 0x080b480b in std::_Rb_tree<llvm::GlobalValue*, std::pair<llvm::GlobalValue* const, llvm::ConstantPointerRef*>, std::_Select1st<std::pair<llvm::GlobalValue* const, llvm::ConstantPointerRef*> >, std::less<llvm::GlobalValue*>, std::allocator<std::pair<llvm::GlobalValue* const, llvm::ConstantPoin...
2011 Feb 21
3
[LLVMdev] STM8 backend for Clang
...riple stm8-unknown-elf ../hello.c
-S -o ../hello.s
0 clang 0x0168c4f0
llvm::SearchForAddressOfSpecialSymbol(char const*) + 448
1 clang 0x0168cc8c llvm::sys::RunInterruptHandlers() + 456
2 libSystem.B.dylib 0x9422d9fc _sigtramp + 68
3 clang 0x0159692c std::_Rb_tree<void const*,
std::pair<void const* const, llvm::Pass*>,
std::_Select1st<std::pair<void const* const, llvm::Pass*> >,
std::less<void const*>, std::allocator<std::pair<void const* const,
llvm::Pass*> > >::_M_insert(std::_Rb_tree_node_base*,
std::_Rb...
2012 Oct 16
3
[LLVMdev] Find template types of std::map
Hi,
for a current project I'm required to get the types of the template
arguments key and value for std::map<K,V>. I've noticed that the STL
implementation used by Clang defines the type of the map as
%"class.std::map" = type { %"class.std::_Rb_tree" }
which then is further defined and finally ends as
%"struct.std::_Rb_tree_node_base" = type {
i32,
%"struct.std::_Rb_tree_node_base"*,
%"struct.std::_Rb_tree_node_base"*,
%"struct.std::_Rb_tree_node_base"*...
2011 Feb 21
0
[LLVMdev] STM8 backend for Clang
...hello.c
> -S -o ../hello.s
> 0 clang 0x0168c4f0
> llvm::SearchForAddressOfSpecialSymbol(char const*) + 448
> 1 clang 0x0168cc8c llvm::sys::RunInterruptHandlers() + 456
> 2 libSystem.B.dylib 0x9422d9fc _sigtramp + 68
> 3 clang 0x0159692c std::_Rb_tree<void const*,
> std::pair<void const* const, llvm::Pass*>,
> std::_Select1st<std::pair<void const* const, llvm::Pass*> >,
> std::less<void const*>, std::allocator<std::pair<void const* const,
> llvm::Pass*> > >::_M_insert(std::_Rb_tree_node_base*...
2012 Oct 16
0
[LLVMdev] Find template types of std::map
...>
> for a current project I'm required to get the types of the template
> arguments key and value for std::map<K,V>. I've noticed that the STL
> implementation used by Clang defines the type of the map as
>
> %"class.std::map" = type { %"class.std::_Rb_tree" }
Trying to dig template arguments out of LLVM IR types is a bad idea.
Try a C++ demangler on a related function name, or the debug
information.
-Eli
2004 Feb 02
0
[LLVMdev] Bug In Module::getConstantPointerRef ?
On Mon, 2 Feb 2004, Reid Spencer wrote:
> > _Link_type __x = _M_root(); // Current node.
>
> The _M_root() call is de-referencing the _M_header field.
>
> This could, ostensibly, be a bug in std::_Rb_tree template but it could
> also be a usage problem.
>
> Note that the GVRefMap (in Module.cpp) has no constructor and just uses
> the default. Presumably the default constructor of the std::map (member
> Map) is also called but that constructor doesn't do much (i.e. provide a
> v...
2011 Feb 11
0
[LLVMdev] Compiler error when self-hosting
...e(unsigned int) + 3337
2 libSystem.B.dylib 0x00007fff86e7367a _sigtramp + 26
3 libSystem.B.dylib 0x8000006300000001 _sigtramp + 2031667617
4 clang 0x0000000100c26b06
llvm::SmallVectorImpl<llvm_regmatch_t>::resize(unsigned int) + 2694
5 clang 0x0000000100c17d62 std::_Rb_tree<std::string,
std::pair<std::string const, void*>, std::_Select1st<std::pair<std::string
const, void*> >, std::less<std::string>,
std::allocator<std::pair<std::string const, void*> >
>::_M_erase(std::_Rb_tree_node<std::pair<std::string const, void*>...
2006 Aug 14
2
[LLVMdev] Folding instructions
...me directions? I am not
deleting fmi
before the spiller runs, so, maybe I am not calling some methods from LLVM
to
indicate the folding.
Thanks a lot,
Fernando
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x80000004
0x94abb19c in std::_Rb_tree_rebalance_for_erase ()
(gdb) where
#0 0x94abb19c in std::_Rb_tree_rebalance_for_erase ()
#1 0x0073dd40 in std::_Rb_tree<llvm::MachineInstr*,
std::pair<llvm::MachineInstr* const, std::pair<unsigned int,
llvm::VirtRegMap::ModRef> >, std::_Select1st<std::pair<llvm::MachineInstr*...
2013 Jul 26
0
[LLVMdev] Botan and Android
...gt;
>, _Compare = std::less<double>, _Alloc =
std::allocator<std::pair<double const, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > >, std::map<_Key,
_Tp, _Compare, _Alloc>::reverse_iterator =
std::reverse_iterator<std::priv::_Rb_tree_iterator<std::pair<double
const, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > >, std::priv::_MapTraitsT<std::pair<double
const, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > > > >]()&...
2007 May 08
1
asterisk 1.2 from svn ... lock on shutdown
...oad => chan_h323.so
load => chan_sip.so
load => chan_local.so
When I do: > stop now
asterisk hangs up, but locks:
*CLI> stop now
Beginning asterisk shutdown....
Executing last minute cleanups
Asterisk cleanly ending (0).
I attached gdb to the locked process:
0xb725af28 in std::_Rb_tree_increment () from /usr/lib/libstdc++.so.6
(gdb) bt
#0 0xb725af28 in std::_Rb_tree_increment () from /usr/lib/libstdc++.so.6
#1 0xb793f304 in std::_Rb_tree_iterator<std::pair<PString const,
PFactory<OpalMediaFormat, PString>::WorkerBase*> >::operator++ ()
from /usr/lib/libh323...
2011 Mar 22
2
[LLVMdev] LLVM optimization passes crash when running on second thread
...suggest anything I can do to fix or further debug this problem?
Thanks in advance,
Peter Zion
#0 0x965221a6 in szone_malloc_should_clear ()
#1 0x00916795 in ChromeMain ()
#2 0x96522148 in malloc_zone_malloc ()
#3 0x96520218 in malloc ()
#4 0x953da617 in operator new ()
#5 0x169f5872 in std::_Rb_tree<llvm::AssertingVH<llvm::BasicBlock>, std::pair<llvm::AssertingVH<llvm::BasicBlock> const, (anonymous namespace)::LVILatticeVal>, std::_Select1st<std::pair<llvm::AssertingVH<llvm::BasicBlock> const, (anonymous namespace)::LVILatticeVal> >, std::less<llvm::As...
2012 Oct 17
1
[LLVMdev] Find template types of std::map
...'m required to get the types of the template
>> arguments key and value for std::map<K,V>. I've noticed that the
>> STL
>> implementation used by Clang defines the type of the map as
>>
>> %"class.std::map" = type { %"class.std::_Rb_tree" }
>
> Trying to dig template arguments out of LLVM IR types is a bad idea.
> Try a C++ demangler on a related function name, or the debug
> information.
Thanks for the hint, I'll try that. However, when I successfully determined
the name of the template parameters, I'll...
2006 May 09
1
[LLVMdev] Memory leaks in LLVM
...by 0x8522B0A: std::pair<llvm::Pass* const,
llvm::Timer>::~pair() ( PassManagerT.h:113)
==10132== by 0x8524260: void std::_Destroy<std::pair<llvm::Pass* const,
llvm::Timer> >(std::pair<llvm::Pass* const, llvm::Timer>*)
(stl_construct.h:133)
==10132== by 0x8521224: std::_Rb_tree<llvm::Pass*, std::pair<llvm::Pass*
const, llvm::Timer>, std::_Select1st<std::pair<llvm::Pass* const,
llvm::Timer> >, std::less<llvm::Pass*>, std::allocator<std::pair<llvm::Pass*
const, llvm::Timer> >
>::destroy_node(std::_Rb_tree_node<std::pair<llvm::...
2011 Mar 31
2
[LLVMdev] Unallocated address error triggered from ::RALinScan::assignRegOrStackSlotAtInterval on i386
...am debugging the memory issue that manifests itself like this:
*** glibc detected *** ../app/app.OWS: free(): invalid pointer: 0x0ad391fc ***
======= Backtrace: =========
/lib/libc.so.6(+0x6c501)[0x4f6501]
/lib/libc.so.6(+0x6dd70)[0x4f7d70]
/lib/libc.so.6(cfree+0x6d)[0x4fae5d]
../app/app.OWS(_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE5eraseESt17_Rb_tree_iteratorIjES7_+0x4b)[0x83de6eb]
/usr/local/llvm/svn-r128446/lib/libLLVM-3.0svn.so(+0x63db58)[0x1619b58]
======= Memory map: ========
00110000-00116000 r-xp 00000000 08:01 143119 /lib/libnss_compat-2.12.1.so
00116000-00117000 r--p 00006000 08:...
2010 Mar 23
2
[LLVMdev] How to avoid memory leaks
...long) (vg_replace_malloc.c:220)
==20504== by 0x906E59: std::vector<llvm::Type const*,
std::allocator<llvm::Type const*> >::vector(std::vector<llvm::Type
const*, std::allocator<llvm::Type const*> > const&) (in
/home/gabi/vgen/Debug/vgen)
==20504== by 0x9070B4: std::_Rb_tree<llvm::FunctionValType,
std::pair<llvm::FunctionValType const, llvm::PATypeHolder>,
std::_Select1st<std::pair<llvm::FunctionValType const,
llvm::PATypeHolder> >, std::less<llvm::FunctionValType>,
std::allocator<std::pair<llvm::FunctionValType const,
llvm::PATypeHolde...
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
...3 jim at bframe4:~/work/inferno
: cp utils/mk/mk{,.bc} MacOSX/386/bin/
#975$475 Thu 09073022:59:25 jim at bframe4:~/work/inferno
: CC=llvm-gcc-4.2
PATH=/usr/local/inferno/MacOSX/386/bin/:/opt/local/bin:$PATH mk
Could not resolve external global address: environ
0 lli 0x0078b172 std::_Rb_tree<llvm::sys::Path,
llvm::sys::Path, std::_Identity<llvm::sys::Path>,
std::less<llvm::sys::Path>, std::allocator<llvm::sys::Path>
>::insert_unique(llvm::sys::Path const&) + 7970
1 libSystem.B.dylib 0x91e1c2bb _sigtramp + 43
suggestions?
a) is macports known bad?
b) am...
2004 Jun 28
2
[Fwd: Irix install of omega fails.]
OK, I'll try again.
Thanks,
Jim.
-------------- next part --------------
An embedded message was scrubbed...
From: Jim Lynch <jwl@sgi.com>
Subject: Irix install of omega fails.
Date: Mon, 28 Jun 2004 14:16:46 -0400
Size: 2057
Url: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20040628/212669c1/Irixinstallofomegafails.eml
2020 Aug 23
2
MultiDatabase shard count limitations
...[.] S_new_logop
0.01% perl perl [.] Perl_save_pushptr
0.01% perl perl [.] Perl_pop_scope
0.01% perl perl [.] Perl_pp_aassign
0.01% script/public-i libxapian.so.30.8.0 [.] std::_Rb_tree<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, TermFreqs>, std::_Select1st<std::pair<std::__cxx11::basic_string<ch...