Bug#669079: [Pkg-ime-devel] Bug#669079: [libchewing] dbg package not usable when --enable-debug gets removed during build

2012-04-17 Thread KanRu Chen
Aron Xu happyaron...@gmail.com writes:

 Package: src:libchewing
 Version: 0.3.3-4
 Severity: grave

 Hi, I'm blocking 0.3.3-4's migration to testing, because the changes
 of removing --enable-debug will make libchewing3-dbg package not
 usable. dh_strip can strip out debugging symbols to -dbg package so
 there is no risk of leaking private data if the library is written
 properly. If the debug symbols cannot be stripped correctly, then
 please either remove the -dbg package or build the source twice with
 different flags.

Note that I've add an -g to CFLAGS so there will be correct debug
information attached.

--enable-debug, though it's name might be confusing, is really only for
developer for debugging purpose. It will write logs to /tmp thus leaking
private data and shouldn't be enabled by default.

Please close this bug if you agree.

Cheers,
-- 
Kanru



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#489679: grub2: New version comparesion patch breaks update-grub

2008-07-06 Thread Kanru Chen
Package: grub2
Version: 1.96+20080704-1
Severity: grave
Justification: renders package unusable


02_old_linux_version_comparison.diff introduced CompareVersions() but
checks it's result in an incorrect way.

--- 02_old_linux_version_comparison.diff.old2008-07-07 12:32:01.631741821 
+0800
+++ 02_old_linux_version_comparison.diff2008-07-07 12:32:10.497741060 +0800
@@ -101,7 +101,7 @@
 -*:*.old) b=`echo -n $b | sed -e s/\.old$//g` ; cmp=ge ;;
 -  esac
 -  test_numeric $a $cmp $b
-+  [ `CompareVersions $a $b` == 1 ]
++  [ `CompareVersions $a $b` -eq 1 ]
return $?
  }


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda3 / xfs rw,nodiratime,relatime,noquota 0 0
/dev/sda3 /dev/.static/dev xfs ro,noquota 0 0
/dev/sda2 /boot ext2 rw,nodiratime,relatime,errors=continue 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,2)
search --fs-uuid --set a7a08697-4d66-421d-b2d6-d0fb0f3e1e66
if font /grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,2)
search --fs-uuid --set a7a08697-4d66-421d-b2d6-d0fb0f3e1e66
insmod png
if background_image /grub/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set a7a08697-4d66-421d-b2d6-d0fb0f3e1e66
menuentry Debian GNU/Linux, linux 2.6.26-rc8 {
linux   /vmlinuz-2.6.26-rc8 root=/dev/sda3 ro  
initrd  /initrd.img-2.6.26-rc8
}
menuentry Debian GNU/Linux, linux 2.6.26-rc8 (single-user mode) {
linux   /vmlinuz-2.6.26-rc8 root=/dev/sda3 ro single 
initrd  /initrd.img-2.6.26-rc8
}
menuentry Debian GNU/Linux, linux 2.6.26-rc6 {
linux   /vmlinuz-2.6.26-rc6 root=/dev/sda3 ro  
initrd  /initrd.img-2.6.26-rc6
}
menuentry Debian GNU/Linux, linux 2.6.26-rc6 (single-user mode) {
linux   /vmlinuz-2.6.26-rc6 root=/dev/sda3 ro single 
initrd  /initrd.img-2.6.26-rc6
}
menuentry Debian GNU/Linux, linux 2.6.26-rc4 {
linux   /vmlinuz-2.6.26-rc4 root=/dev/sda3 ro  
initrd  /initrd.img-2.6.26-rc4
}
menuentry Debian GNU/Linux, linux 2.6.26-rc4 (single-user mode) {
linux   /vmlinuz-2.6.26-rc4 root=/dev/sda3 ro single 
initrd  /initrd.img-2.6.26-rc4
}
menuentry Debian GNU/Linux, linux 2.6.26-rc2 {
linux   /vmlinuz-2.6.26-rc2 root=/dev/sda3 ro  
initrd  /initrd.img-2.6.26-rc2
}
menuentry Debian GNU/Linux, linux 2.6.26-rc2 (single-user mode) {
linux   /vmlinuz-2.6.26-rc2 root=/dev/sda3 ro single 
initrd  /initrd.img-2.6.26-rc2
}
menuentry Debian GNU/Linux, linux 2.6.26-rc1 {
linux   /vmlinuz-2.6.26-rc1 root=/dev/sda3 ro  
initrd  /initrd.img-2.6.26-rc1
}
menuentry Debian GNU/Linux, linux 2.6.26-rc1 (single-user mode) {
linux   /vmlinuz-2.6.26-rc1 root=/dev/sda3 ro single 
initrd  /initrd.img-2.6.26-rc1
}
menuentry Debian GNU/Linux, linux 2.6.25-rc9 {
linux   /vmlinuz-2.6.25-rc9 root=/dev/sda3 ro  
initrd  /initrd.img-2.6.25-rc9
}
menuentry Debian GNU/Linux, linux 2.6.25-rc9 (single-user mode) {
linux   /vmlinuz-2.6.25-rc9 root=/dev/sda3 ro single 
initrd  /initrd.img-2.6.25-rc9
}
menuentry Debian GNU/Linux, linux 2.6.25-rc5 {
linux   /vmlinuz-2.6.25-rc5 root=/dev/sda3 ro  
initrd  /initrd.img-2.6.25-rc5
}
menuentry Debian GNU/Linux, linux 2.6.25-rc5 (single-user mode) {
linux   /vmlinuz-2.6.25-rc5 root=/dev/sda3 ro single 
initrd  /initrd.img-2.6.25-rc5
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-rc8 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub2 depends on:
ii  debconf  1.5.22  Debian configuration management sy
ii  grub-pc  1.96+20080704-1 GRand Unified Bootloader, version 

grub2 recommends no packages.

-- debconf information:
  grub2/numbering_scheme_transition:



-- 
To 

Bug#383859: Failed to install nullmailer 1:1.0.3-2

2006-08-20 Thread Kanru Chen
On Sun, Aug 20, 2006 at 10:00:57AM +0200, Norbert Tretkowski wrote:
 I'm unable to reproduce this problem. Could you please replace the
 
 set -e
 
 in /var/lib/dpkg/info/nullmailer.postinst with
 
 set -x 
 
 and send me the complete output when processing the package again?
 
 Norbert

+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/nullmailer.postinst 
configure 1:1.02-8
dpkg: error processing nullmailer (--configure):
 subprocess post-installation script returned error exit status 128
Errors were encountered while processing:
 nullmailer

-- 
~Kanru Chen [EMAIL PROTECTED]
   'v'   http://stu.csie.ncnu.edu.tw/~kanru.96/
  // \\  GnuPG-Key ID: 365CC7A2
 /(   )\ Fingerprint: 3278 DFB4 BB28 6E8C 9E1F  1ECB B1B7 5B5F 365C C7A2
  ^`~'^


signature.asc
Description: Digital signature


Bug#383859: Failed to install nullmailer 1:1.0.3-2

2006-08-20 Thread Kanru Chen
On Sun, Aug 20, 2006 at 11:16:11AM +0200, Norbert Tretkowski wrote:
 * Kanru Chen wrote:
  ++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/nullmailer.postinst 
  configure 1:1.02-8
  dpkg: error processing nullmailer (--configure):
   subprocess post-installation script returned error exit status 128
  Errors were encountered while processing:
   nullmailer
 
 So it's /usr/share/debconf/frontend which fails, but I have no idea
 why.
 
 Norbert

I found the problem. Actually I have two smarthosts in
/etc/nullmailer/remotes, separated by newlines.

If I remove one of them, the --configure goes without any problem.
According to remotes(5), each line of the file can contain a remote
host.

Regards,
Kanru
-- 
~Kanru Chen [EMAIL PROTECTED]
   'v'   http://stu.csie.ncnu.edu.tw/~kanru.96/
  // \\  GnuPG-Key ID: 365CC7A2
 /(   )\ Fingerprint: 3278 DFB4 BB28 6E8C 9E1F  1ECB B1B7 5B5F 365C C7A2
  ^`~'^


signature.asc
Description: Digital signature


Bug#383859: Failed to install nullmailer 1:1.0.3-2

2006-08-19 Thread Kanru Chen
Package: nullmailer
Version: 1:1.03-2
Severity: grave

Errors were encountered while processing:
 nullmailer
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up nullmailer (1.03-2) ...
dpkg: error processing nullmailer (--configure):
 subprocess post-installation script returned error exit status 20
Errors were encountered while processing:
 nullmailer

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages nullmailer depends on:
ii  debconf [debconf-2.0]1.5.3   Debian configuration management sy
ii  libc62.3.6.ds1-2 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  lsb-base 3.1-14  Linux Standard Base 3.1 init scrip

Versions of packages nullmailer recommends:
ii  syslog-ng [system-log-daemon] 2.0rc1-2   Next generation logging daemon

-- debconf information:
* shared/mailname: kanru.info
* nullmailer/adminaddr: [EMAIL PROTECTED]
* nullmailer/relayhost: smtp.ncnu.edu.tw


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#364379: Intent to NMU

2006-08-05 Thread Kanru Chen
tags 364379 + patch pending
thanks

I changed the build-dep to libxul-dev and made some minor fixes. The
package builds fine in i386 and is lintian clean now.

The interdiff of the NMU is attached.

-- 
~Kanru Chen [EMAIL PROTECTED]
   'v'   http://stu.csie.ncnu.edu.tw/~kanru.96/
  // \\  GnuPG-Key ID: 365CC7A2
 /(   )\ Fingerprint: 3278 DFB4 BB28 6E8C 9E1F  1ECB B1B7 5B5F 365C C7A2
  ^`~'^
diff -u pcmanx-gtk2-0.3.4/debian/control pcmanx-gtk2-0.3.4/debian/control
--- pcmanx-gtk2-0.3.4/debian/control
+++ pcmanx-gtk2-0.3.4/debian/control
@@ -2,8 +2,8 @@
 Section: x11
 Priority: optional
 Maintainer: Emfox Zhou [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), autotools-dev, libxft-dev, libgtk2.0-dev, 
mozilla-dev, sharutils, dpatch (= 2.0)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (= 4.0.0), autotools-dev, libxft-dev, libgtk2.0-dev, 
libxul-dev, libxt-dev, sharutils, dpatch (= 2.0)
+Standards-Version: 3.7.2
 
 Package: pcmanx-gtk2
 Architecture: any
@@ -25,7 +25,7 @@
 Section: web
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: mozilla-browser | mozilla-firefox
+Recommends: mozilla-browser | firefox
 Description: pcmanx plugin for Mozilla based browser
  This plugin adds support for telnet:// protocol to your Mozilla
  browser. The protocol engine is done by PCManX and the output window
diff -u pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.dirs 
pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.dirs
--- pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.dirs
+++ pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.dirs
@@ -3,2 +3,2 @@
-usr/lib/mozilla/plugins
-usr/lib/mozilla/components
+usr/lib/pcmanx-gtk2/plugins
+usr/lib/pcmanx-gtk2/components
diff -u pcmanx-gtk2-0.3.4/debian/changelog pcmanx-gtk2-0.3.4/debian/changelog
--- pcmanx-gtk2-0.3.4/debian/changelog
+++ pcmanx-gtk2-0.3.4/debian/changelog
@@ -1,3 +1,16 @@
+pcmanx-gtk2 (0.3.4-1.1) unstable; urgency=medium
+
+  Set urgency to medium as it fixes a RC bug.
+
+  * Non-maintainer upload.
+  * Remove image file from usr/lib.
+  * Build depends on xulrunner. (Closes: #364379)
+- Add LDFLAGS=-Wl,--as-needed to prevent linking to librarys from
+  libxul-dev.
+  * Bump standards version to 3.7.2, no changes needed.
+
+ -- Kanru Chen [EMAIL PROTECTED]  Sat,  5 Aug 2006 13:24:10 +0800
+
 pcmanx-gtk2 (0.3.4-1) unstable; urgency=low
 
   * New upstream release
diff -u pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.links 
pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.links
--- pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.links
+++ pcmanx-gtk2-0.3.4/debian/mozilla-plugin-pcmanx.links
@@ -1,5 +1,5 @@
-usr/lib/mozilla/plugins/pcmanx-plugin.so 
usr/lib/mozilla-firefox/plugins/pcmanx-plugin.so
-usr/lib/mozilla/components/pcmanx.html 
usr/lib/mozilla-firefox/components/pcmanx.html
-usr/lib/mozilla/components/pcmanx.png 
usr/lib/mozilla-firefox/components/pcmanx.png
-usr/lib/mozilla/components/TelnetProtocol.js 
usr/lib/mozilla-firefox/components/TelnetProtocol.js
-usr/lib/mozilla/components/pcmanx_interface.xpt 
usr/lib/mozilla-firefox/components/pcmanx_interface.xpt
+usr/lib/pcmanx-gtk2/plugins/pcmanx-plugin.so 
usr/lib/firefox/plugins/pcmanx-plugin.so
+usr/lib/pcmanx-gtk2/components/pcmanx.html 
usr/lib/firefox/components/pcmanx.html
+usr/lib/pcmanx-gtk2/components/pcmanx.png usr/lib/firefox/components/pcmanx.png
+usr/lib/pcmanx-gtk2/components/TelnetProtocol.js 
usr/lib/firefox/components/TelnetProtocol.js
+usr/lib/pcmanx-gtk2/components/pcmanx_interface.xpt 
usr/lib/firefox/components/pcmanx_interface.xpt
diff -u pcmanx-gtk2-0.3.4/debian/rules pcmanx-gtk2-0.3.4/debian/rules
--- pcmanx-gtk2-0.3.4/debian/rules
+++ pcmanx-gtk2-0.3.4/debian/rules
@@ -15,6 +15,7 @@
 include /usr/share/dpatch/dpatch.make
 
 CXXFLAGS = -Wall -g
+LDFLAGS += -Wl,--as-needed
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CXXFLAGS += -O0
@@ -25,7 +26,7 @@
 config.status: configure
dh_testdir
# Add here commands to configure the package.
-   CXXFLAGS=$(CXXFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) \
+   CXXFLAGS=$(CXXFLAGS) LDFLAGS=$(LDFLAGS) ./configure 
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
   --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info \
   --enable-plugin
 
@@ -59,6 +60,7 @@
# Add here commands to install the package into debian/pcmanx-gtk2.
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
install -m 644 debian/pcmanx.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/
+   rm $(CURDIR)/debian/tmp/usr/lib/xulrunner/components/pcmanx.png
 
 binary-indep: build install
 
@@ -74,7 +76,7 @@
dh_strip
dh_compress
dh_fixperms
-   dh_makeshlibs -V -Xmozilla
+   dh_makeshlibs -V -Xfirefox
dh_installdeb
dh_shlibdeps -L libpcmanx-core0 -l debian/libpcmanx-core0/usr/lib
dh_gencontrol
diff -u pcmanx-gtk2-0.3.4/debian/mozilla-plugin

Bug#335262: Crashes on startup

2005-10-22 Thread Kanru Chen
Package: openoffice.org
Version: 2.0.0-1
Severity: grave

openoffice.org crashes on startup.

$ /usr/lib/openoffice/program/soffice
/usr/lib/openoffice/program/soffice: line 224: 12339 Segmentation fault 
$sd_prog/$sd_binary $@

$ gdb /usr/lib/openoffice/program/soffice.bin
...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1237476512 (LWP 27105)]
0xaf587f77 in icu_3_4::RuleBasedCollator::RuleBasedCollator () from 
/usr/lib/libicui18n.so.34
(gdb) bt
#0  0xaf587f77 in icu_3_4::RuleBasedCollator::RuleBasedCollator () from 
/usr/lib/libicui18n.so.34
#1  0xaf68da14 in component_writeInfo () from 
/usr/lib/openoffice/program/i18npool.uno.so
#2  0xaf68c0de in component_writeInfo () from 
/usr/lib/openoffice/program/i18npool.uno.so
#3  0xaf68b7a9 in component_writeInfo () from 
/usr/lib/openoffice/program/i18npool.uno.so
#4  0xb7f59b6d in GroupBox::GroupBox () from 
/usr/lib/openoffice/program/libvcl680li.so
#5  0xb7f59e29 in GroupBox::GroupBox () from 
/usr/lib/openoffice/program/libvcl680li.so
#6  0xb7f59ffb in GroupBox::GroupBox () from 
/usr/lib/openoffice/program/libvcl680li.so
#7  0xb7f5a130 in GroupBox::GroupBox () from 
/usr/lib/openoffice/program/libvcl680li.so
#8  0xb7f3b95f in ComboBox::InsertEntry () from 
/usr/lib/openoffice/program/libvcl680li.so
#9  0xb099decb in SvxStyleToolBoxControl::CreateItemWindow () from 
/usr/lib/openoffice/program/libsvx680li.so
#10 0xb099e054 in SvxStyleToolBoxControl::CreateItemWindow () from 
/usr/lib/openoffice/program/libsvx680li.so
#11 0xb099e19b in SvxStyleToolBoxControl::StateChanged () from 
/usr/lib/openoffice/program/libsvx680li.so
#12 0xb099e213 in SvxStyleToolBoxControl::StateChanged () from 
/usr/lib/openoffice/program/libsvx680li.so
#13 0xb2cf5b4c in SfxStatusListener::statusChanged () from 
/usr/lib/openoffice/program/libsfx680li.so
#14 0xb2cd81f6 in non-virtual thunk to 
SfxBaseController::getSupportedCommandGroups() ()
   from /usr/lib/openoffice/program/libsfx680li.so
#15 0xb2cd8cb6 in non-virtual thunk to 
SfxBaseController::getSupportedCommandGroups() ()
  from /usr/lib/openoffice/program/libsfx680li.so
#16 0xb2cf4d7a in SfxStatusListener::ReBind () from 
/usr/lib/openoffice/program/libsfx680li.so
#17 0xb09982e1 in SvxStyleToolBoxControl::VisibilityNotification () from 
/usr/lib/openoffice/program/libsvx680li.so
#18 0xb0998352 in SvxStyleToolBoxControl::LinkStubVisibilityNotification () 
from /usr/lib/openoffice/program/libsvx680li.so
#19 0xb080515e in SvxULSpaceItem::QueryValue () from 
/usr/lib/openoffice/program/libsvx680li.so
#20 0xb099cbaa in SvxStyleToolBoxControl::SvxStyleToolBoxControl () from 
/usr/lib/openoffice/program/libsvx680li.so
#21 0xb7f15bac in Window::GetDesktopRectPixel () from 
/usr/lib/openoffice/program/libvcl680li.so
#22 0xb7f15c09 in Window::GetDesktopRectPixel () from 
/usr/lib/openoffice/program/libvcl680li.so
#23 0xb7f15c09 in Window::GetDesktopRectPixel () from 
/usr/lib/openoffice/program/libvcl680li.so
#24 0xb7f250fa in Window::Show () from 
/usr/lib/openoffice/program/libvcl680li.so
#25 0xb285a90a in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#26 0xb285ac90 in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#27 0xb74e1ffd in SpinListenerMultiplexer::first () from 
/usr/lib/openoffice/program/libtk680li.so
#28 0xb746d6ff in VCLXWindow::ProcessWindowEvent () from 
/usr/lib/openoffice/program/libtk680li.so
#29 0xb7468c1a in VCLXWindow::WindowEventListener () from 
/usr/lib/openoffice/program/libtk680li.so
#30 0xb7468c40 in VCLXWindow::LinkStubWindowEventListener () from 
/usr/lib/openoffice/program/libtk680li.so
#31 0xb7ddb092 in Help::ShowTip () from 
/usr/lib/openoffice/program/libvcl680li.so
#32 0xb7de8f74 in VclEventListeners::Call () from 
/usr/lib/openoffice/program/libvcl680li.so
#33 0xb7f1edf0 in Window::CallEventListeners () from 
/usr/lib/openoffice/program/libvcl680li.so
#34 0xb7f1ee89 in Window::ImplCallEventListeners () from 
/usr/lib/openoffice/program/libvcl680li.so
#35 0xb7f2040a in Window::Paint () from 
/usr/lib/openoffice/program/libvcl680li.so
#36 0xb7f2045b in Window::Paint () from 
/usr/lib/openoffice/program/libvcl680li.so
#37 0xb7f25159 in Window::Show () from 
/usr/lib/openoffice/program/libvcl680li.so
#38 0xb7f251a3 in Window::Show () from 
/usr/lib/openoffice/program/libvcl680li.so
#39 0xb7468f1c in VCLXWindow::setVisible () from 
/usr/lib/openoffice/program/libtk680li.so
#40 0xb28a5429 in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#41 0xb28a6f13 in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#42 0xb28a718e in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#43 0xb28a85eb in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#44 0xb28a8d89 in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#45 0xb28a934e in component_getFactory () from 
/usr/lib/openoffice/program/libfwk680li.so
#46