[KinoSearch] trunk rev 4181 segfaults on debian amd64
Marvin Humphrey
marvin at rectangular.com
Mon Feb 23 21:07:01 PST 2009
On Thu, Feb 19, 2009 at 06:01:01PM +0100, max wrote:
> when i use kinosearch (r4181) on debian etch i get segfaults. on os x
> all works fine.
> the build compiles well, but when i run "make test" a lot of segfauls
> happens...
On 64-bit CentOS 5 running in VMWare Fusion on my MacBook Pro, this is fixed
by r4210. It's probably fixed for you as well.
The problem was a promotion of a signed 64-bit integer to a (64-bit unsigned)
size_t, resulting in an invalid comparison when the signed value was negative.
Best,
Marvin Humphrey
More information about the kinosearch
mailing list