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

Michael Meeks <michael.me...@novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from Michael Meeks <michael.me...@novell.com> 2012-03-26 
02:25:39 PDT ---
Unfortunately frame #3 is rather unhelpful:

#2  0x0000000209095eed in uno_type_sequence_construct
(ppSequence=0x7f7ffffddff0, pType=Variable "pType" is not available.
) at
/home/pobj/libreoffice-3.5.2.1-debug-parallel/libreoffice-core-3.5.2.1/cppu/source/uno/sequence.cxx:797
#3  0x000000020e55404d in dp_misc::create_folder (ret_ucb_content=0x0,
url_=Variable "url_" is not available.
) at Sequence.hxx:89

I assume the crash is here:

            Any element( xEnum->nextElement() );
            Sequence<Any> registryArgs(
                cachePath.getLength() == 0 ? 1 : 3 );
            registryArgs[ 0 ] <<= context;
            if (cachePath.getLength() > 0)

But - well, it could be in any of the <<= operators, or sequence pieces. It'd
be nice to know what gdb says about the url_ parameter if we can get some
details out of that too :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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