Displaying 7 results from an estimated 7 matches for "mallochelper".
2005 May 31
2
pdf error msg
I get the following error message when trying to start a pdf file:
> pdf("hi.pdf")
Error in PDF(file, old$family, old$encoding, old$bg, old$fg, width,
height, :
unable to start device pdf
In addition: Warning message:
cannot open `pdf' file argument `hi.pdf'
*** malloc[477]: Deallocation of a pointer not malloced: 0x143cf5c0;
This could be a double free(), or free()
2008 Jan 23
3
Problem with UL followed by OL
I got a problem with UL followed by by OL
when I using perl module "Text-Markdown-1.0.5".
I wrote the following markdown code.
- a
- b
1. 1
2. 2
I expected that Text-Markdown would produce the following HTML.
<ul>
<li>a</li>
<li>b</li>
</ul>
<ol>
<li>1</li>
<li>2</li>
</ol>
However, "Text-Markdown-1.0.5"
2005 Jun 13
2
xmms plugin bug report - macOS 10.3, darwinports
Hi all -
I've just finished building flac in the "darwinports" environment
on MacOS 10.3.9.
The port maintainer (i've cc'd him) had disabled the xmms plugin build.
I wanted that, so I changed the portfile and built locally, yada yada.
I've run into three problems, only two of which I've seen reported
in the list archives here.
1) configure doesn't properly
2009 Sep 22
0
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
...-fno-builtins. I don't believe that
isMalloc is bogus, just that llvm does not support the ability to turn
it off. Here is some previous discussion about this topic:
On Sep 11, 2009, at 11:30 AM, Chris Lattner wrote:
> On Sep 11, 2009, at 10:22 AM, Dan Gohman wrote:
>
>> If MallocHelper is going to replace MallocInst, how will it support
>> -fno-builtins? With MallocInst, one at least had the option of
>> omitting the RaiseAllocations pass (though it seems llvm-gcc and
>> clang don't actually do this, which is a bug). With MallocHelper,
>> how can -fno...
2009 Sep 22
5
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
Hi Victor, this code from the verifier broke the Ada front-end build:
const Module* M = CI.getParent()->getParent()->getParent();
Constant *MallocFunc = M->getFunction("malloc");
if (CI.getOperand(0) == MallocFunc) {
const PointerType *PTy =
PointerType::getUnqual(Type::getInt8Ty(CI.getParent()->getContext()));
Assert1(CI.getType() == PTy, "Malloc
2005 Jun 14
0
xmms plugin bug report - macOS 10.3, darwinports
--- Dan Pritts <danno@umich.edu> wrote:
> Hi all -
>
> I've just finished building flac in the "darwinports" environment
> on MacOS 10.3.9.
>
> The port maintainer (i've cc'd him) had disabled the xmms plugin
> build.
>
> I wanted that, so I changed the portfile and built locally, yada
> yada.
>
> I've run into three problems,
2009 Aug 13
3
DO NOT REPLY [Bug 6636] New: Deallocation of a pointer not malloced
https://bugzilla.samba.org/show_bug.cgi?id=6636
Summary: Deallocation of a pointer not malloced
Product: rsync
Version: 3.0.6
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: aaro at iki.fi