Hi,
I use Aqua build SRC680_m243 on Leopard 10.5.1
my config:
#!/bin/sh
export BASE=`pwd|sed 's/\/config_office//'`
export OOVERSION=`echo $BASE|sed 's/^\/.*\///'`
echo Building from : $BASE
echo OpenOffice Version: $OOVERSION
./configure \
--with-lang="ru-RU" \
--disable-odk \
--disable-pasf \
--disable-gtk \
--disable-headless \
--with-build-version=$OOVERSION-`date +%d-%m-%y` \
--disable-fontconfig \
--disable-build-mozilla \
--without-nas \
--with-use-shell=bash \
--with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Home
After install OOo_2.4.0_080125_MacOSXIntel_install_ru-RU.dmg i
received a fully working product.
but recently discovered such a problem:
when I try to send document OOo using the mail I get freezing system
and load 100% one core CPU on process mail (process get to 1.5Gb ram).
After kill the process I get next freezing system on process syslogd.
logs full of the messages:
28.01.08 16:27:45 [0x0-0x16016].com.apple.mail[175]
Mail(175,0xb1380000) malloc: *** mmap(size=1634897920) failed (error
code=12)
28.01.08 16:27:45 [0x0-0x16016].com.apple.mail[175] *** error: can't
allocate region
28.01.08 16:27:45 [0x0-0x16016].com.apple.mail[175] *** set a
breakpoint in malloc_error_break to debug
I think mail received wrong information from OOo
But the bad thing is that the removal of OOo not correct the situation.
Any ideas ?
P.S. All other include in mail send correctly
--
Sergey Taranenko