|
From: Julian S. <js...@ac...> - 2009-01-29 15:39:26
|
> After a bit of researching (why does Debian have to make it so awfully > complicated to make a package?) I _could_ reproduce. The issue is that > Debian sets UNALIGNED_OK, while zlib's configure does not. > > Does that ring a bell? Not here. We have (in Memcheck) some subtleness to do with (mis)alignment of word-sized accesses, but I don't see that they would have to do with this case. Did you configure zlib to use only generic C routines, or is it still using handwritten assembly? At least from where I'm sitting, that's a fairly crucial question. If you can chop this down into a more self contained test case, I'm happy to look at it a bit more. J |