To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95689
Issue #|95689
Summary|avoid gnome-vfs bits if it is disabled ...
Component|framework
Version|OOo 3.0
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|mba
Reported by|mmeeks
------- Additional comments from [EMAIL PROTECTED] Fri Oct 31 10:20:19 +0000
2008 -------
In the brave new world of GIO having GVFS enabled as well causes some grief:
(gdb) bt
#0 0xb7eb5515 in __cxa_throw () from /usr/lib/libstdc++.so.6
#1 0xb1fd22b7 in UniversalContentBroker::registerContentProvider
(this=0x81aa248, [EMAIL PROTECTED], [EMAIL PROTECTED], ReplaceExisting=0 '\0')
at /home/opt/OpenOffice/ooo300-m9/ucb/source/core/ucb.cxx:250
#2 0xb7f3a283 in configureUcb (bServer=false, [EMAIL PROTECTED]) at
/home/opt/OpenOffice/ooo300-m9/desktop/source/app/appinit.cxx:170
#3 0xb7f3a86e in desktop::Desktop::RegisterServices (this=0xbfffedd0,
[EMAIL PROTECTED])
at /home/opt/OpenOffice/ooo300-m9/desktop/source/app/appinit.cxx:273
#4 0xb7f2cdb6 in desktop::Desktop::Main (this=0xbfffedd0) at
/home/opt/OpenOffice/ooo300-m9/desktop/source/app/app.cxx:1222
#5 0xb6acb189 in ImplSVMain () at
/usr/src/debug/ooo300-m9-libs_gui/vcl/source/app/svmain.cxx:195
#6 0xb6acb325 in SVMain () at
/usr/src/debug/ooo300-m9-libs_gui/vcl/source/app/svmain.cxx:236
#7 0xb7f6eede in soffice_main () at
/home/opt/OpenOffice/ooo300-m9/desktop/source/app/sofficemain.cxx:52
#8 0x08048c6a in sal_main () at main.c:38
#9 0x08048c4b in main (argc=Cannot access memory at address 0x0
) at main.c:37
(gdb) up
#1 0xb1fd22b7 in UniversalContentBroker::registerContentProvider
(this=0x81aa248, [EMAIL PROTECTED], [EMAIL PROTECTED], ReplaceExisting=0 '\0')
at /home/opt/OpenOffice/ooo300-m9/ucb/source/core/ucb.cxx:250
250 throw DuplicateProviderException();
(gdb) l
245 }
246 }
247 else
248 {
249 if (!ReplaceExisting)
250 throw DuplicateProviderException();
251
252 ProviderList_Impl & rList = aIt->getValue();
253 xPrevious = rList.front().getProvider();
254 rList.push_front(Provider);
If we compile without GVFS support this should be obsolete, so conditionally
compile it out [ it's rather inefficient anyway ].
---------------------------------------------------------------------
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]