Displaying 7 results from an estimated 7 matches for "mm_malloc".
Did you mean:
mm_alloc
2002 Dec 18
0
[Bug 458] New: sshd crashes with "fatal: mm_malloc: size too big"
http://bugzilla.mindrot.org/show_bug.cgi?id=458
Summary: sshd crashes with "fatal: mm_malloc: size too big"
Product: Portable OpenSSH
Version: 3.5p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
Reporte...
2002 Dec 18
1
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
http://bugzilla.mindrot.org/show_bug.cgi?id=458
------- Additional Comments From us- at gmx.de 2002-12-19 03:16 -------
Sorry, typo: The irix version is 6.5.17 not 6.5.18
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Sep 05
3
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
...------- Additional Comments From dtucker at zip.com.au 2003-09-05 14:23 -------
I had to reformat Guido's post to read it:
"Same Problem on Solaris 8
Build 32-Bit, gcc 2.95-3
It seems that line 170 in monitor_mm.c is the problem:
if (size > SIZE_T_MAX - MM_MINSIZE + 1)
fatal("mm_malloc: size too big");
size seems to be a different type (uint32)
in defines.h:
#ifndef SIZE_T_MAX
# define SIZE_T_MAX ULONG_MAX
#endif /* SIZE_T_MAX */
#ifndef HAVE_SIZE_T
typedef unsigned int size_t;
# define HAVE_SIZE_T
#endif /* HAVE_SIZE_T */
the line
#define SIZE_T_MAX ULONG_MAX should be...
2011 Feb 28
1
[LLVMdev] [cfe-dev] [PATCH] Windows improvements
...s.patch:
> llvm-interrupt-builtin.patch:
>
> Add builtins needed to implement __debugbreak and _byteswap_ushort from
> intrin.h. Before implementing everything else needed for intrin.h I need to
> know if this is the correct way?
I have no idea, excuse me. :(
> clang-msvc10-fix-mm_malloc-error.patch:
>
> mm_malloc is implemented in Visual Studio 2010, this fixes the compile error
> resulting from it being a macro.
Also mingw-w64 provides _mm_malloc stuff.
I suggest not to tweak _mm_malloc, but rely on provided _mm_malloc.
I will work on it, too. I expect it could be poss...
2012 Jul 11
0
[LLVMdev] Compiling llvm and Clang on Linux
It's undocumented FAQ, if you are using RHEL5 (or clone).
- install gcc44-c++
- Build with CC=gcc44 CXX=g++44
- You may need "CC=clang -std=gnu89" to use clang with its glibc.
Have fun!
ps. AFAIK, clang can be built more easily on centos6.
...Takumi
2012/7/11 Sitvanit Ruah <RUAH at il.ibm.com>:
>
> Hello all,
> I am new to this mailing list so I hope this is
2012 Jul 12
3
[LLVMdev] Compiling llvm and Clang on Linux
....4.6/include/immintrin.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/iso646.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/limits.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/lwpintrin.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/mm3dnow.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/mm_malloc.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/mmintrin.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/nmmintrin.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/omp.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/pmmintrin.h
/usr/lib/gcc/i386-redhat-linux6E/4.4.6/include/popcntintrin.h
/usr/l...
2012 Jul 11
5
[LLVMdev] Compiling llvm and Clang on Linux
Hello all,
I am new to this mailing list so I hope this is the right place to post the
following question.
We are considering using Clang front end for our tool. I tried to compile
LLVM
(using configure followed by make from the llvm top directory) on LINUX
X86 with gcc 4.1.2.
I got several compilation error messages of the form
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c+