search for: getallocarrayfn

Displaying 1 result from an estimated 1 matches for "getallocarrayfn".

2011 Feb 26
2
[LLVMdev] memory bug triggered in getFoldedCast
...e stack trace in gdb after the above error looks like: (gdb) bt #0 0x00007fff81bf8616 in __kill () #1 0x00007fff81c98cca in abort () #2 0x00007fff81c87901 in szone_error () #3 0x00007fff81bb1080 in szone_free_definite_size () #4 0x000000010185b577 in getFoldedCast () #5 0x0000000101297617 in getAllocArrayFn () at /Users/rob/Projects/Bamboo/Source/AST.cc:624 The line in my getAllocArrayFn() is: return ConstantExpr::getIntToPtr(ci, alloc_args_fn_ptr_type); ci is a ConstantInt and the other arg is a PointerType (to a FunctionType). I tried using Apple's Instruments to see what object was allo...