https://bugs.freedesktop.org/show_bug.cgi?id=57806

--- Comment #7 from Michael Meeks <michael.me...@novell.com> ---
Interesting; I suspect the file-selector is exercising bits of the ucp /
gnome-vfs backend that other uses (load+save) don't reach.

Then again - have you tried passing an ssh:// URL on the command-line and
seeing if you can load-save without problems ? [ I guess gnome-vfs is itself a
bit old and creaking by now ;-].

Finally - to catch this we really need to do:

'catch throw' in gdb to find where the exception is thrown from - if you can
break in gdb at the point you insert your new 'try' and instead do:

catch throw

or 'b __cxa_throw' if that fails

and get a trace from where the exception is thrown - that is prolly more
useful.

Thanks ! :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to