https://bugs.documentfoundation.org/show_bug.cgi?id=91043

--- Comment #15 from Michael Meeks <[email protected]> ---
Trace is very helpful;

#4  0x00007fffda86fc57 in std::__debug::list<FilterEntry,
std::allocator<FilterEntry> >::end (this=0x0) at
/opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/debug/list:193

Shows that m_pFilterList is nullptr - and we de-reference it thus:

            FilterList::iterator aListIter = ::std::find_if(
                m_pFilterList->begin(), m_pFilterList->end(),
FilterTitleMatch(sFilterName) );

bang ! =)

So - the fix is simple enough; although - I've not fully thought through
whether this is really meaningful; I assume you're creating this with UNO and
not populating the filter list somehow (?) =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to