Bug#268987: openoffice.org: setup.bin: relocation error: libcomphelp3gcc3.so: undefined symbol

2004-09-28 Thread David Nebauer

Steve Langasek wrote:


On Mon, Sep 27, 2004 at 09:37:37PM +0930, David Nebauer wrote:


What version of the libstlport4.6 package do you have installed?  Does
upgrading this package fix the problem for you?

I'm running Debian/testing.  Both testing and unstable use the same 
version which appears to be 4.6.2:

..
$ dpkg -s libstlport4.6
Package: libstlport4.6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 840
Maintainer: Torsten Werner [EMAIL PROTECTED]
Architecture: i386
Source: stlport4.6
Version: 4.6.2-1


And is the failure you experienced reproducible with this current
version of stlport installed?



Yes.


 On my system, this is the library that
provides the missing symbol listed in your report, and all libraries
that need it appear to be correctly linked.

I attempted to install the current beta version of STLport but lack 
sufficient knowledge of compilers to make sense of the install 
instructions -- I quickly get lost in the territory that lies beyond 
configure ; make ; make install.



Installing additional hand-compiled software is NOT useful when trying
to debug a problem that already appears to be specific to your system.



You suggested above that I upgrade STLport.  That is why I attempted to 
install the current beta version, which requires compilation.  Perhaps I 
misunderstood you.  The current version of STLport on my system is the 
current stable release, 4.6.2, which is also the current Debian 
testing/unstable version (and was installed via the libstlport4.6 deb).


Regards,
David.



Bug#273783: openoffice.org-l10n-he: tabs in dialog boxes are displayed badly, making them unreadable

2004-09-28 Thread Itai Seggev
Package: openoffice.org-l10n-he
Version: 1.1.2-4
Severity: grave
Tags: l10n
Justification: renders package unusable

Tabs in dialog boxes are displayed very badly. I think it's perhaps a
problem of being too small, but I'm not sure. Certainly same tab names
seem to be too large for the tabs and/or they overlap. It certain dialog
boxes I have even been unable to locate all the tabs which I can see in
the English interface. This makes the Hebrew interface essentially
unusable. I can provide screenshots if that would be helpful.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=he_IL.UTF-8, LC_CTYPE=he_IL.UTF-8

Versions of packages openoffice.org-l10n-he depends on:
ii  openoffice.org1.1.2-4high-quality office productivity s

-- no debconf information



Re: Test Java plugin for sid packages available for download

2004-09-28 Thread Markus Plessing

Hi folks,


Hi,


For those who are brave - or desperate - enough to want to try out OOo
with Java support enabled, here's a package that you can install:

http://people.debian.org/~halls/openoffice/test/openoffice.org-java_1.1.2-2+java_i386.deb


I've installed this version before and now also the version available 
from apt-sources...

I'm running OOo 1.1.2 on a debian testing 2.4
apt-sources:
ftp.at.debian.org
ftp.de.debian.org
non-us.debian.org
security.debian.org



The question is, did I find all of the files that
need replacing yet?


I'm missing:

$OfficePath/program/classes: officebean.jar
$OfficePath/program: libofficebean.so

All of the *.properties files in :
$OfficePath/share/registry/res/de/org/openoffice,
$OfficePath/share/registry/res/de/org/openoffice/Office und
$OfficePath/share/registry/res/de/org/openoffice/ucb

The other files found with:
diff -qr $OOo1.1.1 $OOo1.1.2
seems not important to me.

The first two files _are_ important because they are needed to
access a OOo instance through the Office JavaBean.
The others point on some javainfluency cause of the typically
java-properties-files ending but never got used by me in a active way :)


I'd like to hear feedback about how much of the Java support now works,


I can access OOo with Java over UNO, but the Office JavaBean crashes 
with an error telling that libofficebean.so couldn't been found.


Greetings
Markus



Bug#268987: openoffice.org: setup.bin: relocation error: libcomphelp3gcc3.so: undefined symbol

2004-09-28 Thread Steve Langasek
On Tue, Sep 28, 2004 at 02:14:54PM +0930, David Nebauer wrote:
 Steve Langasek wrote:

 On Mon, Sep 27, 2004 at 09:37:37PM +0930, David Nebauer wrote:

 What version of the libstlport4.6 package do you have installed?  Does
 upgrading this package fix the problem for you?
 
 I'm running Debian/testing.  Both testing and unstable use the same 
 version which appears to be 4.6.2:
 ..
 $ dpkg -s libstlport4.6
 Package: libstlport4.6
 Status: install ok installed
 Priority: optional
 Section: libs
 Installed-Size: 840
 Maintainer: Torsten Werner [EMAIL PROTECTED]
 Architecture: i386
 Source: stlport4.6
 Version: 4.6.2-1

 And is the failure you experienced reproducible with this current
 version of stlport installed?

 Yes.

Please forward the output of the following commands to the BTS
(requires installing binutils and debsums, if you don't already have
them installed):

debsums libstlport4.6
nm -D /usr/lib/libstlport_gcc.so.4.6 | grep 
_ZN4_STL12__node_allocILb1ELi0EE11_M_allocateEj
ldd /usr/lib/openoffice/program/libcomphelp3gcc3.so 


  On my system, this is the library that
 provides the missing symbol listed in your report, and all libraries
 that need it appear to be correctly linked.

 I attempted to install the current beta version of STLport but lack 
 sufficient knowledge of compilers to make sense of the install 
 instructions -- I quickly get lost in the territory that lies beyond 
 configure ; make ; make install.

 Installing additional hand-compiled software is NOT useful when trying
 to debug a problem that already appears to be specific to your system.

 You suggested above that I upgrade STLport.  That is why I attempted to 
 install the current beta version, which requires compilation.  Perhaps I 
 misunderstood you.  The current version of STLport on my system is the 
 current stable release, 4.6.2, which is also the current Debian 
 testing/unstable version (and was installed via the libstlport4.6 deb).

I suggested upgrading the *package*.  Installing software from outside
the Debian archive is never a requirement for proper functioning of
Debian packages in main.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#268987: openoffice.org: setup.bin: relocation error: libcomphelp3gcc3.so: undefined symbol

2004-09-28 Thread David Nebauer

Steve Langasek wrote:


Please forward the output of the following commands to the BTS
(requires installing binutils and debsums, if you don't already have
them installed):

debsums libstlport4.6
nm -D /usr/lib/libstlport_gcc.so.4.6 | grep 
_ZN4_STL12__node_allocILb1ELi0EE11_M_allocateEj
ldd /usr/lib/openoffice/program/libcomphelp3gcc3.so 


Here's the output:

$ debsums libstlport4.6
usr/share/doc/libstlport4.6/README
OK
usr/share/doc/libstlport4.6/copyright 
OK
usr/share/doc/libstlport4.6/changelog.Debian.gz   
OK
usr/lib/libstlport_gcc.so.4.6 
OK


$ nm -D /usr/lib/libstlport_gcc.so.4.6 | grep 
_ZN4_STL12__node_allocILb1ELi0EE11_M_ allocateEj

00044fe0 W _ZN4_STL12__node_allocILb1ELi0EE11_M_allocateEj

$ ldd /usr/lib/openoffice/program/libcomphelp3gcc3.so
   libsal.so.3 = not found
   libcppuhelpergcc3.so.3 = not found
   libcppu.so.3 = not found
   libvos3gcc3.so = not found
   libdl.so.2 = /lib/tls/libdl.so.2 (0x400c9000)
   libpthread.so.0 = /lib/tls/libpthread.so.0 (0x400cc000)
   libm.so.6 = /lib/tls/libm.so.6 (0x400dc000)
   libstlport_gcc.so.4.6 = /usr/local/lib/libstlport_gcc.so.4.6 
(0x4134b000)

   libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x400ff000)
   libc.so.6 = /lib/tls/libc.so.6 (0x401b9000)
   /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)
   libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3 
(0x402f4000)

   libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x4033d000)


I spotted the '/usr/local/lib/libstlport_gcc.so.4.6' library in the 
output.  I now dimly remember installing that library in January for 
some project or other.  Upon removing it and running ldconfig to create 
the proper linkages I now get the output:


$ ldd /usr/lib/openoffice/program/libcomphelp3gcc3.so
   libsal.so.3 = not found
   libcppuhelpergcc3.so.3 = not found
   libcppu.so.3 = not found
   libvos3gcc3.so = not found
   libdl.so.2 = /lib/tls/libdl.so.2 (0x400c9000)
   libpthread.so.0 = /lib/tls/libpthread.so.0 (0x400cc000)
   libm.so.6 = /lib/tls/libm.so.6 (0x400dc000)
   libstlport_gcc.so.4.6 = /usr/lib/libstlport_gcc.so.4.6 (0x400ff000)
   libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x401c5000)
   libc.so.6 = /lib/tls/libc.so.6 (0x4027f000)
   /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)
   libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x403ba000)


What's more, OOo now works!

Thanks very much to you and Tom for your debugging help.  I never would 
have figured it out without assistance.


Please mark the bug as closed.

Regards,
David.



Bug#268987: marked as done (openoffice.org: setup.bin: relocation error: libcomphelp3gcc3.so: undefined symbol)

2004-09-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Sep 2004 02:06:47 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#268987: openoffice.org: setup.bin: relocation error: 
libcomphelp3gcc3.so: undefined symbol
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 30 Aug 2004 08:16:44 +
From [EMAIL PROTECTED] Mon Aug 30 01:16:43 2004
Return-path: [EMAIL PROTECTED]
Received: from mail.swtch.com.au (mail.switch.com.au) [203.220.25.70] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C1hLG-0006gP-00; Mon, 30 Aug 2004 01:16:43 -0700
Received: from [127.0.0.1] 
(dialup-90.232.220.203.acc01-greg-als.comindico.com.au [203.220.232.90])
by mail.switch.com.au (8.12.8/8.12.8) with ESMTP id i7U86ssl023486;
Mon, 30 Aug 2004 17:36:55 +0930
Message-Id: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: David Nebauer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: openoffice.org: setup.bin: relocation error: libcomphelp3gcc3.so: 
undefined
 symbol
X-Mailer: reportbug 2.63
Date: Mon, 30 Aug 2004 17:46:41 +0930
X-switch-com-au-MailScanner-Information: Please contact the ISP for more 
information
X-switch-com-au-MailScanner: Found to be clean
X-MailScanner-From: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: openoffice.org
Version: 1.1.2-3
Severity: grave
Justification: renders package unusable

When I try to execute oowriter I get the following output:
.
$ oowriter
OpenOffice.org for Debian - see
/usr/share/doc/openoffice.org/README.Debian.gz
running openoffice.org setup...
/usr/lib/openoffice/program/setup.bin: relocation error:
/usr/lib/openoffice/program/libcomphelp3gcc3.so: undefined symbol:
_ZN4_STL12__node_allocILb1ELi0EE11_M_allocateEj
setup failed (code 0).. abort
 Please read /usr/share/doc/openoffice.org/README.Debian.gz for
known problems -
$
.

This is a recent install.  I initially had a problem with openoffice.org
segfaulting on startup (see bug #268587).  It now appears that setup.bin is 
running at startup (? run by oooqs):
.
$ ps aux | grep openoffice
david24292  0.0  0.1  4048 1320 ?S14:16   0:00 /bin/sh
/usr/bin/openoffice -plugin -quickstart
david24310  0.0  0.8 35520 6640 ?R14:16   0:00
/usr/lib/openoffice/program/setup.bin -nogui
-R:/etc/openoffice/autoresponse.conf
$ ps aux | grep oooq
david  870  0.2  2.1 29056 16104 ?   S13:19   0:08 oooqs
$ 
.

Here are the results of the troublshooting appraoches suggested in 
README.Debian.

1. Checking language settings:

I tried LANG=language oowriter where language =
en|EN|en_EN|en_US|en_GB|en_GB.utf8|utf8|UTF8 all to no effect.

2. Checking for fonts.

The command cd /usr/lib/openoffice/program; LD_LIBRARY_PATH=. strace 
./setup.bin 21 |   grep -i open(.*ttf | tail produced no output.  This is 
because the libcomphelp3gcc3.so relocation error occurs and aborts the 
program.  If it will help I can post the full output of cd 
/usr/lib/openoffice/program; LD_LIBRARY_PATH=. strace ./setup.bin.

3. NFS mounted file systems.

N/A.

4. Produce a core dump.

The command ulimit -c 1; 
LD_LIBRARY_PATH=/usr/lib/openoffice/program/usr/lib/openoffice/program/setup.bin
 -R:/etc/openoffice/autoresponse.conf does not produce a core dump.  Rather, 
the following console feedback appears:
.
/usr/lib/openoffice/program/setup.bin: relocation error:
/usr/lib/openoffice/program/libcomphelp3gcc3.so: undefined symbol: 
_ZN4_STL12__node_allocILb1ELi0EE11_M_allocateEj
.


Let me know if there is any further information I can supply to assist
troubleshooting.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=en_GB.UTF-8, 

Bug#273298: more details on impress colorization bug

2004-09-28 Thread C. Scott Ananian
I see this bug, too.

The bug is more general: word selection is lost when a change in window
focus occurs, so that you can't apply *any* formatting selections to an
individual word via a dialog.  The floating color palette, as per the
original poster, but also the Format-Character dialog triggers the bug.

I turned off focus-follows-mouse, to see if I could 'trick' the bug by
clicking on a color in the floating color palette w/o actually focusing on
that window.  Unfortunately, this also causes the color to apply to the
entire text box when the color is clicked.  Maybe this is related to
click-to-focus, though.

I discovered a work-around: go to View-Toolbars-Color Bar and enable the
color bar, which appears at the bottom of the main window.  You can color
word selections using the color samples in the color bar without trouble
-- likely because a change in window focus is not involved.  Similarly,
for font properties, you can click on the bold, italic, etc toolbar
buttons to apply these to words, even though the Format-Character dialog
is broken.

I hope this bug is fixed soon!
 --scott

ODOATH Marxist supercomputer ammunition blowfish Philadelphia AES
   Register to vote!  http://www.yourvotematters.org/VerifiedVoting
 ( http://cscott.net/ )



Bug#246303: sounds like an xprint bug

2004-09-28 Thread C. Scott Ananian
I don't know if OpenOffice uses xprint, but this problem sure sounds like
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=251067
[also
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235592
and
  http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=1112
]

The following work-around is given in
/usr/share/doc/xprt-xprintorg/README.printing-problems.gz :
-
1) Remove Xprint's own font directory.

   Xprint contains font information in the directory
   /usr/share/Xprint/xserver/C/print/models/PSdefault/fonts
   If this directory is removed, then firefox prints www.debian.org
   with correct spacing between words.  The font used is sans-serif.
   Xprint obtains information about fonts from other parts of the system.

   Since this workaround has not been fully tested and its consequences
   are not fully understood (other locales and printer models in
   Xprint link to this directory), the fonts directory will be left
   intact for the official release of Xprint in Debian.

   A side-effect is that the date stamps for news entries on
   www.debian.org are rendered using sans-serif font, where they
   ought to be, I believe, rendered using a monospace font.
---

Hope this helps!
 --scott

PBFORTUNE Columbia interception FJDEFLECT Clinton Indonesia Echelon
   Register to vote!  http://www.yourvotematters.org/VerifiedVoting
 ( http://cscott.net/ )



Bug#273822: Selection of locale should be visible inside OOo Package: openoffice.org

2004-09-28 Thread Florian Hinzmann
Package: openoffice.org
Version: 1.1.2-4
Severity: minor


Hello!

OOo selects its locale according to the LANG environment variable. In my
opinion this is a comfortable function for many users and may be even
more helpful for novice users. I think so because I admit it will choose
the right language in most cases.


What I don't like: This mechanism is not shown inside OOo. IMHO the
chosen environment and the fact it cannot be changed from within OOo
should be shown somehow in the dialog window 
Tools/Options/Language Settings/Languages.

IMHO this is a major drawback. It took me and probably others some time
to find out why setting the locale inside OOo does not work. A novice
user might not manage to understand this automatic selection at all.

For my special case: I do work with an english system in general, but
need a german OOo. As I want be able to start it from shell, several
menu entries and via doubleclick on document files it is some work to
override the locale setting in all this places.



My feature request has two parts:

1)

At least the select box locale setting should be greyed out to indicate 
its setting is ignored. 

If it would show the selected locale, possibly with a prefix like Chosen from
environment: or something more elegant, it would be even better.

In my view this could be considered a known, but real bug currently. Trying 
to be modest I chose severity minor.


2) 

IMHO the following idea would combine the best of both worlds and
make everyone happy:

The dialog Tools/Options/Language Settings/Languages should work like
expected and like it works upstream, but have an additional option
Same as environment. New Debian installations could use that setting
as a default.

This part is clearly a whishlist bug.



Feedback appreciated and I hope I did not hit an FAQ here.



  Regards
Florian Hinzmann



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (1001, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, [EMAIL PROTECTED]

Versions of packages openoffice.org depends on:
pn  dictionaries-common | openoffNot found.
ii  openoffice.org-bin1.1.2-4OpenOffice.org office suite binary
ii  openoffice.org-debian-files   1.1.2-4+1  Debian specific parts of OpenOffic
ii  openoffice.org-l10n-de [openo 1.1.2-4German language package for OpenOf
ii  openoffice.org-l10n-en [openo 1.1.2-4English (US) language package for 
ii  ttf-opensymbol1.1.2-4The OpenSymbol TrueType font

-- no debconf information


-- 
  Florian Hinzmann private: [EMAIL PROTECTED]
Debian: [EMAIL PROTECTED]
PGP Key / ID: 1024D/B4071A65
Fingerprint : F9AB 00C1 3E3A 8125 DD3F  DF1C DF79 A374 B407 1A65



Bug#273850: openoffice.org: Fails to print, sometimes crashes on attempt

2004-09-28 Thread Andrew J. Perrin
Package: openoffice.org
Version: 1.1.2-4
Severity: important



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.24
Locale: LANG=C, LC_CTYPE=C

Versions of packages openoffice.org depends on:
ii  dictionaries-common [openo 0.22.40sarge3 Common utilities for spelling dict
ii  openoffice.org-bin 1.1.2-4   OpenOffice.org office suite binary
ii  openoffice.org-debian-file 1.1.2-4+1 Debian specific parts of OpenOffic
ii  openoffice.org-l10n-en [op 1.1.2-4   English (US) language package for 
ii  ttf-opensymbol 1.1.2-4   The OpenSymbol TrueType font

-- no debconf information

Trying to print from OpenOffice.org now simply silently doesn't print - no job
is submitted to the print queue.  However, printing to file, then using lpr
filename.ps works fine, so the generated PostScript is fine.  Also, about
1/2 of print attempts (whether to file or not) cause OOo to crash, requiring
a restart.  Finally, at the same time as this issue began, clicking the
Print directly button on the toolbar brings up the print dialog, where it
used to simply send the doc to the default printer.



Bug#273850: (no subject)

2004-09-28 Thread Andrew Perrin
Here's the stack trace from the OOo crash:

Fatal exception: Signal 11
Stack:
/usr/lib/openoffice/program/libsal.so.3[0x40bff324]
/usr/lib/openoffice/program/libsal.so.3[0x40bff4b1]
/usr/lib/openoffice/program/libsal.so.3[0x40bff57c]
/lib/libpthread.so.0[0x41163825]
/lib/libc.so.6[0x41375678]
/usr/lib/openoffice/program/libtl645li.so(_ZN6String6AssignERKS_+0x2a)[0x40993b1e]
/usr/lib/openoffice/program/libsvt645li.so(_Z23ImplPrnDlgUpdatePrinterP7PrinterS0_+0x52)[0x406cca3c]
/usr/lib/openoffice/program/libsvt645li.so(_ZN11PrintDialog11DataChangedERK16DataChangedEvent+0x44)[0x406d3c86]
/usr/lib/openoffice/program/libvcl645li.so(_ZN6Window15NotifyAllChildsER16DataChangedEvent+0x26)[0x40225d76]
/usr/lib/openoffice/program/libvcl645li.so(_ZN11Application16NotifyAllWindowsER16DataChangedEvent+0x3b)[0x400e4841]
/usr/lib/openoffice/program/libvcl645li.so[0x40234135]
/usr/lib/openoffice/program/libvcl645li.so(_Z19ImplWindowFrameProcPvP8SalFrametPKv+0x42c)[0x40234646]
/usr/lib/openoffice/program/libvcl645li.so(_ZN7vcl_sal13PrinterUpdate8doUpdateEv+0x122)[0x402b5972]
/usr/lib/openoffice/program/libvcl645li.so(_ZN7vcl_sal13PrinterUpdate6updateEv+0x2a)[0x402b5a9c]
/usr/lib/openoffice/program/libvcl645li.so(_ZN12SalFrameData16HandleFocusEventEP17XFocusChangeEvent+0xf0)[0x40295158]
/usr/lib/openoffice/program/libvcl645li.so(_ZN12SalFrameData8DispatchEP7_XEvent+0x614)[0x40296c2a]
/usr/lib/openoffice/program/libvcl645li.so(_ZN10SalDisplay8DispatchEP7_XEvent+0x2a0)[0x402c367e]
/usr/lib/openoffice/program/libvcl645li.so(_ZN10SalDisplay5YieldEh+0x10a)[0x402c33b8]
/usr/lib/openoffice/program/libvcl645li.so[0x402bf003]
/usr/lib/openoffice/program/libvcl645li.so(_ZN7SalXLib5YieldEh+0x3cc)[0x402bdb08]
/usr/lib/openoffice/program/libvcl645li.so(_ZN11SalInstance5YieldEh+0x34)[0x402c6cc0]
/usr/lib/openoffice/program/libvcl645li.so(_ZN11Application5YieldEv+0x61)[0x400e40e3]
/usr/lib/openoffice/program/libvcl645li.so(_ZN6Dialog7ExecuteEv+0x1f5)[0x401dfd47]
/usr/lib/openoffice/program/soffice.bin(_ZN7desktop7Desktop9ExceptionEt+0xe1)[0x80636f5]
/usr/lib/openoffice/program/libvcl645li.so(_ZN23ImplVCLExceptionHandler6signalEP13oslSignalInfo+0xb2)[0x400e8c96]
/usr/lib/openoffice/program/libvos3gcc3.so(_ZN3vos28_cpp_OSignalHandler_FunctionEPvP13oslSignalInfo+0x18)[0x40b632da]
/usr/lib/openoffice/program/libvos3gcc3.so(_Z24_OSignalHandler_FunctionPvP13oslSignalInfo+0x26)[0x40b632ba]
/usr/lib/openoffice/program/libsal.so.3[0x40bff3ce]
/usr/lib/openoffice/program/libsal.so.3[0x40bff55d]
/lib/libpthread.so.0[0x41163825]
/lib/libc.so.6[0x41375678]
/usr/lib/openoffice/program/libtl645li.so(_ZN6String6AssignERKS_+0x2a)[0x40993b1e]
/usr/lib/openoffice/program/libsvt645li.so(_Z23ImplPrnDlgUpdatePrinterP7PrinterS0_+0x52)[0x406cca3c]
/usr/lib/openoffice/program/libsvt645li.so(_ZN11PrintDialog11DataChangedERK16DataChangedEvent+0x44)[0x406d3c86]
/usr/lib/openoffice/program/libvcl645li.so(_ZN6Window15NotifyAllChildsER16DataChangedEvent+0x26)[0x40225d76]
/usr/lib/openoffice/program/libvcl645li.so(_ZN11Application16NotifyAllWindowsER16DataChangedEvent+0x3b)[0x400e4841]
/usr/lib/openoffice/program/libvcl645li.so[0x40234135]
/usr/lib/openoffice/program/libvcl645li.so(_Z19ImplWindowFrameProcPvP8SalFrametPKv+0x42c)[0x40234646]
/usr/lib/openoffice/program/libvcl645li.so(_ZN7vcl_sal13PrinterUpdate8doUpdateEv+0x122)[0x402b5972]
/usr/lib/openoffice/program/libvcl645li.so(_ZN7vcl_sal13PrinterUpdate6updateEv+0x2a)[0x402b5a9c]
/usr/lib/openoffice/program/libvcl645li.so(_ZN12SalFrameData16HandleFocusEventEP17XFocusChangeEvent+0xf0)[0x40295158]
/usr/lib/openoffice/program/libvcl645li.so(_ZN12SalFrameData8DispatchEP7_XEvent+0x614)[0x40296c2a]
/usr/lib/openoffice/program/libvcl645li.so(_ZN10SalDisplay8DispatchEP7_XEvent+0x2a0)[0x402c367e]
/usr/lib/openoffice/program/libvcl645li.so(_ZN10SalDisplay5YieldEh+0x10a)[0x402c33b8]
/usr/lib/openoffice/program/libvcl645li.so[0x402bf003]
/usr/lib/openoffice/program/libvcl645li.so(_ZN7SalXLib5YieldEh+0x3cc)[0x402bdb08]
/usr/lib/openoffice/program/libvcl645li.so(_ZN11SalInstance5YieldEh+0x34)[0x402c6cc0]
/usr/lib/openoffice/program/libvcl645li.so(_ZN11Application10RescheduleEv+0x58)[0x400e4068]
/usr/lib/openoffice/program/libsfx645li.so(_ZN11SfxProgress10RescheduleEv+0x55)[0x442d7d85]
/usr/lib/openoffice/program/libsw645li.so[0x454ef040]
/usr/lib/openoffice/program/libsw645li.so[0x454f3f42]
/usr/lib/openoffice/program/libsw645li.so[0x454f0795]
/usr/lib/openoffice/program/libsw645li.so[0x454f00c8]
/usr/lib/openoffice/program/libsw645li.so[0x453c4fa7]
/usr/lib/openoffice/program/libsw645li.so[0x453c5cf0]
/usr/lib/openoffice/program/libsw645li.so[0x45ba3d39]
/usr/lib/openoffice/program/libsfx645li.so(_ZN12SfxViewShell14ExecPrint_ImplER10SfxRequest+0x17c7)[0x441c811f]
/usr/lib/openoffice/program/libsfx645li.so(_Z33SfxStubSfxViewShellExecPrint_ImplP8SfxShellR10SfxRequest+0x26)[0x441c16de]
/usr/lib/openoffice/program/libsfx645li.so(_ZN8SfxShell11ExecuteSlotER10SfxRequestPK12SfxInterface+0xc5)[0x44204f59]