[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LMDB test assertion failures on Linux/MIPS
- To: Howard Chu <hyc@symas.com>
- Subject: Re: LMDB test assertion failures on Linux/MIPS
- From: Martin Lucina <martin@lucina.net>
- Date: Fri, 14 Feb 2014 16:09:50 +0100
- Cc: openldap-technical@openldap.org
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lucina.net; s=dkim-201309; t=1392390590; bh=CDnN9TgyRTfY/guzgd879BbFNuEqzKpO+hkv7RLMzgk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EJCLVEGljZz34Sp9gHtUXJZaKuy17jl13kpu9ilfa78pYYGzZH4th/cabgjjirXmV Yb4jdOvOOV0WnEgHc+hypkmtUcJmMdRlS8TJTBDP6JCydnkwNUGCjr57FuZzL2QQ8L 5Jhq4h7o6EEdIdP2i2WfZi4woOEnDv0/WPQXLYESAXu1QbKEJiCpcekx1/uphf6Hy3 xVFvuhrxIK31hh/DNYSVGQr3AHci+CzJoscuISdHzeIGYm6p8FhlM9KyZ/RN7b+2Sg wXtXSoP20P0NMZsQzC5VQIIyGEYxn5KQRiRxLKdunvjyu6ZB8xigBrYnT66lAOzo1D 9o7y76GlCPGqw==
- In-reply-to: <52FE2FB3.2070505@symas.com>
- References: <20140214143737.GA25651@nodbug.moloch.sk> <52FE2FB3.2070505@symas.com>
- User-agent: Mutt/1.5.21 (2010-09-15)
hyc@symas.com said:
> That seems pretty unlikely, considering that the code works fine on
> SPARC which also has quite stringent alignment requirements. I
> presume you're compiling a 32 bit binary, not 64 bit. Perhaps shorts
> are bigger than 16 bits on your platform?
32-bit, yes. Otherwise nothing out of the ordinary:
(from the target)
pagesize 4096
size_t 4
int 4
short 2
void* 4
The only thing which is somewhat unusual is that I use musl libc
(http://www.musl-libc.org/). However I also use this on my x86_64 dev boxes
and everything works fine.
I'm currently building an eglibc toolchain for MIPS just to rule that
possibility out.
Martin