Package: icedove Version: 31.5.0-1 Hi!
(I am very sorry, I missed reporting this issue earlier as I did for iceweasel in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763900) When starting icedove on Jessie on an iMac G5, I get the following message: | <jemalloc>Compile-time page size does not divide the runtime one. | Segmentation fault This can be fixed with the following patch: --- a/mozilla/memory/mozjemalloc/jemalloc.c 2014-08-25 15:17:22.000000000 +0200 +++ b/mozilla/memory/mozjemalloc/jemalloc.c 2014-10-03 11:30:51.183346370 +0200 @@ -1088,7 +1088,7 @@ * controlling the malloc behavior are defined as compile-time constants * for best performance and cannot be altered at runtime. */ -#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) +#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !defined(__powerpc__) #define MALLOC_STATIC_SIZES 1 #endif Hope, this still makes it into Jessie! -- Adi
signature.asc
Description: Digital signature

