Date: Thu, 1 Aug 2002 17:56:59 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: <openoffice@freebsd.org> Subject: Debug build does segfault Message-ID: <20020801174945.K58571-100000@levais.imp.ch>
next in thread | raw e-mail | index | archive | help
Hi all,
The debug build does compile now to the end. For some strange
reason, a install has it's setup.ins file missing after that.
If one adds it, soffice fails with:
Trace Message : bootstrap.cxx: pushing: name=UserInstallation
value=${$Location:$Section:$ProductKey}
Trace Message : bootstrap.cxx: pushing: name=buildid
value=SRC641_[7663]_FREEBSD_INTEL__some_hostname_at_8/1/02_4:29:52
Trace Message : bootstrap.cxx: pushing: name=InstallMode value=NETWORK
Trace Message : bootstrap.cxx: pushing: name=ProductPatch value=(1.0.1)
Trace Message : bootstrap.cxx::getValue - name:Logo value:1
Program received signal SIGSEGV, Segmentation fault.
0x28755500 in ResMgr::GetResource(ResId const&, Resource const*) (this=0x0,
rId=@0xbfbff780, pResObj=0x0)
at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/tools/source/rc/resmgr.cxx:888
warning: Source file is more recent than executable.
888 nTopRes++; // Stackzeiger erhoehen
Current language: auto; currently c++
(gdb) bt
#0 0x28755500 in ResMgr::GetResource(ResId const&, Resource const*) (this=0x0,
rId=@0xbfbff780, pResObj=0x0) at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/tools/source/rc/resmgr.cxx:888
#1 0x287556ae in ResMgr::GetResourceSkipHeader(ResId const&, ResMgr**)
(rResId=@0xbfbff780, ppResMgr=0xbfbff6fc) at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/tools/source/rc/resmgr.cxx:943
#2 0x28337d17 in Bitmap (this=0xbfbff740, rResId=@0xbfbff780) at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/vcl/source/gdi/bitmap.cxx:112
#3 0x080678c8 in Desktop::OpenStartupScreen() (this=0x8085624) at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/desktop/source/app/app.cxx:2176
#4 0x08061649 in Desktop::Main() (this=0x8085624) at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/desktop/source/app/app.cxx:1264
#5 0x2832e670 in SVMain() () at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/vcl/source/app/svmain.cxx:277
#6 0x284d7ee2 in main (argc=1, argv=0xbfbffc10) at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/vcl/unx/source/app/salmain.cxx:87
#7 0x0805bcb9 in _start ()
(gdb) frame 0
#0 0x28755500 in ResMgr::GetResource(ResId const&, Resource const*) (this=0x0,
rId=@0xbfbff780, pResObj=0x0)
at
/usr/ports/editors/openoffice/work/oo_1.0.1_src/tools/source/rc/resmgr.cxx:888
888 nTopRes++; // Stackzeiger erhoehen
(gdb) p nTopRes
Error accessing memory address 0x384: Bad address.
And absolutly necessary is to set $LANG. Without you cannot even start the
setup.
echo $LANG
de_CH.ISO8859-1
Martin
Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org>
------------------------------------------------------------------
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 061 826 93 00: +41 61 826 93 01
PGP: <finger -l mbr@freebsd.org>
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
------------------------------------------------------------------
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020801174945.K58571-100000>
