To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55540
Issue #:|55540
Summary:|OO.o over ssh broken ...
Component:|gsl
Version:|1.0.0
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|pl
Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Thu Oct 6 03:40:11 -0700
2005 -------
ssh -A -X localhost
xclock & <runs fine>
./soffice.bin -writer <seg faults>
Some 'interesting' code here eg. this seems obviously correct:
--- vcl/unx/gtk/window/gtkframe.cxx
+++ vcl/unx/gtk/window/gtkframe.cxx
@@ -1273,7 +1277,7 @@ void GtkSalFrame::ToTop( USHORT nFlags )
{
if( GTK_WIDGET_MAPPED( GTK_WIDGET(m_pWindow ) ) )
{
- if( ! SAL_FRAME_TOTOP_GRABFOCUS_ONLY )
+ if( ! (nFlags & SAL_FRAME_TOTOP_GRABFOCUS_ONLY ) )
gtk_window_present( m_pWindow );
else
gdk_window_focus( GTK_WIDGET(m_pWindow)->window,
GDK_CURRENT_TIME );
However it doesn't fix the problem for me: stack trace - really not clear to me
what's going on there:
#0 0x41694f4c in _exit () from /lib/libc.so.6
#1 0x0806b34c in desktop::Desktop::Exception ()
#2 0x4019e0db in ImplVCLExceptionHandler::signal (this=0x816cbe0,
pInfo=0xbfffdea0) at /opt/OpenOffice/src680-m129/vcl/source/app/svmain.cxx:211
#3 0x40d71272 in vos::_cpp_OSignalHandler_Function () from ./libvos3gcc3.so
#4 0x40d71254 in _OSignalHandler_Function () from ./libvos3gcc3.so
#5 0x40e1ac4c in osl_releaseVolumeDeviceHandle () from ./libuno_sal.so.3
#6 0x40e1b01b in osl_raiseSignal () from ./libuno_sal.so.3
#7 0x4247f0fc in SalXLib::XError (this=0x80a4f48, pDisplay=0x80b6470,
pEvent=0xbfffdfe0)
at /opt/OpenOffice/src680-m129/vcl/unx/source/app/saldata.cxx:605
#8 0x424801d4 in SalData::XError (this=0x80a4f20, pDisplay=0x80b6470,
pEvent=0xbfffdfe0) at saldata.hxx:135
#9 0x4247e0b9 in SalData::XErrorHdl (pDisplay=0x80b6470, pEvent=0xbfffdfe0) at
/opt/OpenOffice/src680-m129/vcl/unx/source/app/saldata.cxx:302
#10 0x4134eeac in _XError () from /usr/X11R6/lib/libX11.so.6
#11 0x413509b6 in _XReply () from /usr/X11R6/lib/libX11.so.6
#12 0x413371fe in XGetWindowProperty () from /usr/X11R6/lib/libX11.so.6
#13 0x4229e8c3 in fetch_net_wm_check_window (screen=0x80bdf58) at
gdkevents-x11.c:2426
#14 0x4229ebc4 in gdk_x11_screen_supports_net_wm_hint (screen=0x80bdf58,
property=0x64) at gdkevents-x11.c:2574
#15 0x422b42c1 in gdk_window_focus (window=0x8892228, timestamp=0) at
gdkwindow-x11.c:1737
#16 0x41f28ac9 in GtkSalFrame::ToTop (this=0x8891d20, nFlags=1) at
/opt/OpenOffice/src680-m129/vcl/unx/gtk/window/gtkframe.cxx:1283
#17 0x4037e626 in Window::ImplToTop (this=0x8891ac0, nFlags=1) at
/opt/OpenOffice/src680-m129/vcl/source/window/window.cxx:3580
#18 0x4037e968 in Window::ImplStartToTop (this=0x8891860, nFlags=1) at
/opt/OpenOffice/src680-m129/vcl/source/window/window.cxx:3687
#19 0x40387654 in Window::ToTop (this=0x8891860, nFlags=1) at
/opt/OpenOffice/src680-m129/vcl/source/window/window.cxx:6631
#20 0x411868af in VCLXTopWindow::toFront () from ./libtk680li.so
#21 0x4427a52e in framework::LoadEnv::impl_makeFrameWindowVisible () from
./libfwk680li.so
#22 0x4427a0e9 in framework::LoadEnv::impl_reactForLoadingState () from
./libfwk680li.so
#23 0x442756b2 in framework::LoadEnv::impl_setResult () from ./libfwk680li.so
#24 0x44278236 in framework::LoadEnv::impl_loadContent () from ./libfwk680li.so
#25 0x44274c0f in framework::LoadEnv::startLoading () from ./libfwk680li.so
#26 0x44273f77 in framework::LoadEnv::loadComponentFromURL () from
./libfwk680li.so
#27 0x441509e7 in framework::Desktop::loadComponentFromURL () from
./libfwk680li.so
#28 0x08080d3a in desktop::DispatchWatcher::executeDispatchRequests ()
#29 0x08078413 in desktop::OfficeIPCThread::ExecuteCmdLineRequests ()
#30 0x0806fcf5 in desktop::Desktop::OpenDefault ()
#31 0x0806f928 in desktop::Desktop::OpenClients ()
#32 0x0806e46a in desktop::Desktop::OpenClients_Impl ()
#33 0x0806e414 in desktop::Desktop::LinkStubOpenClients_Impl ()
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]