Crash on mouseover in Openoffice2

Bug #40831 reported by David Walker
6
Affects Status Importance Assigned to Milestone
openoffice.org (Ubuntu)
Invalid
Medium
Matthias Klose

Bug Description

I'm using dapper and can't use openoffice because it just crashes when I use it. It only crashes when I try to mouse over any toolbar or right click.

-- GDB

Program received signal SIGILL, Illegal instruction.
[Switching to Thread -1239619904 (LWP 13009)]
0xae71085c in __db_e_attach () from /usr/lib/libdb-4.3.so
(gdb) bt
#0 0xae71085c in __db_e_attach () from /usr/lib/libdb-4.3.so
#1 0x50ae70e2 in ?? ()
#2 0xb4082c1a in gtk_tree_model_sort_get_model () from /usr/lib/libgtk-x11-2.0.so.0
Previous frame inner to this frame (corrupt stack?)
(gdb) thread
[Current thread is 1 (Thread -1239619904 (LWP 13009))]
(gdb) thread 2
[Switching to thread 2 (Thread -1256162384 (LWP 13014))]#0 0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb71deeec in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb74ce02e in osl_waitCondition () from /usr/lib/openoffice/program/libuno_sal.so.3
#3 0xb76fc0a1 in vos::OCondition::wait () from /usr/lib/openoffice/program/libvos3gcc3.so
#4 0xb7701802 in vos::OTimerManager::run () from /usr/lib/openoffice/program/libvos3gcc3.so
#5 0xb76ffcc9 in vos::_cpp_OThread_WorkerFunction () from /usr/lib/openoffice/program/libvos3gcc3.so
#6 0xb76ffcf7 in _OThread_WorkerFunction () from /usr/lib/openoffice/program/libvos3gcc3.so
#7 0xb74d0e88 in osl_yieldThread () from /usr/lib/openoffice/program/libuno_sal.so.3
#8 0xb71dc341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb6fac4ee in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread 3
[Switching to thread 3 (Thread -1264759888 (LWP 13015))]#0 0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb71e1778 in accept () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb74d7dda in osl_acceptPipe () from /usr/lib/openoffice/program/libuno_sal.so.3
#3 0xb770450d in vos::OPipe::accept () from /usr/lib/openoffice/program/libvos3gcc3.so
#4 0x08071fdf in desktop::OfficeIPCThread::run ()
#5 0xb76ffcc9 in vos::_cpp_OThread_WorkerFunction () from /usr/lib/openoffice/program/libvos3gcc3.so
#6 0xb76ffcf7 in _OThread_WorkerFunction () from /usr/lib/openoffice/program/libvos3gcc3.so
#7 0xb74d0e88 in osl_yieldThread () from /usr/lib/openoffice/program/libuno_sal.so.3
#8 0xb71dc341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb6fac4ee in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread 4
[Switching to thread 4 (Thread -1292305488 (LWP 13016))]#0 0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb6fa28c4 in poll () from /lib/tls/i686/cmov/libc.so.6
#2 0xb3d1baf8 in SessionManagerClient::getSessionID () from /usr/lib/openoffice/program/libvclplug_gen680li.so
#3 0xae7e0bc0 in ?? ()
#4 0x00000002 in ?? ()
#5 0xffffffff in ?? ()
#6 0xae7e0bc0 in ?? ()
#7 0xb31719e8 in ?? ()
#8 0x00000010 in ?? ()
#9 0x00000010 in ?? ()
#10 0x00000001 in ?? ()
#11 0xffffffff in ?? ()
#12 0xb71e13c1 in __lll_mutex_unlock_wake () from /lib/tls/i686/cmov/libpthread.so.0
#13 0x0811caa8 in ?? ()
#14 0xb2f8f448 in ?? ()
#15 0xb74d0e88 in osl_yieldThread () from /usr/lib/openoffice/program/libuno_sal.so.3
#16 0xb74d0e88 in osl_yieldThread () from /usr/lib/openoffice/program/libuno_sal.so.3
#17 0xb71dc341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#18 0xb6fac4ee in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread 5
[Switching to thread 5 (Thread -1330259024 (LWP 13019))]#0 0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb6fa28c4 in poll () from /lib/tls/i686/cmov/libc.so.6
#2 0xb0b71872 in ?? () from /usr/lib/openoffice/program/libdtransX11680li.so
#3 0xb0b71939 in ?? () from /usr/lib/openoffice/program/libdtransX11680li.so
#4 0xb74d0e88 in osl_yieldThread () from /usr/lib/openoffice/program/libuno_sal.so.3
#5 0xb71dc341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#6 0xb6fac4ee in clone () from /lib/tls/i686/cmov/libc.so.6

Note: the original reporter indicated the bug was in package 'openoffice'; however, that package was not published in Ubuntu.

Revision history for this message
Matthias Klose (doko) wrote :

cannot reproduce in 2.0.4 (edgy)

Changed in openoffice.org:
assignee: nobody → doko
status: Unconfirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.