On Fri, Apr 12, 2013 at 4:16 PM, Georg Baum <b...@lyx.org> wrote: > The branch, master, has been updated. > > - Log ----------------------------------------------------------------- > > commit 0613a218aad1482ff3003a7cc4755c0b9651f3c2 > Author: Georg Baum <b...@lyx.org> > Date: Fri Apr 12 22:12:47 2013 +0200 > > Also put HTML on the clipboard when copying > > The HTML export is now mature enough so that it can be used to transfer > formatted text to the clipboard. This enhances interoperability e.g. with > office applications.
I'm getting a SIGSEGV now. I can reproduce on Ubuntu 12.04 with the following: 1. Open the User's Guide, Additional Features, Embedded Objects, or Math manual. 2. Select all 3. Copy Below is the backtrace I get from following the above steps with the User's Guide: #0 0x0000000000960b2a in lyx::Buffer::listMacroNames (this=0x0, macros=...) at /home/scott/lyxbuilds/master/build/src/Buffer.cpp:3259 #1 0x0000000000bf3f83 in lyx::InsetMathHull::preparePreview (this=0x421abc0, pos=..., forexport=true) at /home/scott/lyxbuilds/master/build/src/mathed/InsetMathHull.cpp:599 #2 0x0000000000bf48bd in lyx::InsetMathHull::loadPreview (this=0x421abc0, pos=...) at /home/scott/lyxbuilds/master/build/src/mathed/InsetMathHull.cpp:649 #3 0x0000000000bfebc8 in lyx::InsetMathHull::xhtml (this=0x421abc0, xs=..., op=...) at /home/scott/lyxbuilds/master/build/src/mathed/InsetMathHull.cpp:2185 #4 0x0000000000a4da02 in lyx::Paragraph::simpleLyXHTMLOnePar (this=0x421a780, buf=..., xs=..., runparams=..., outerfont=..., initial=0) at /home/scott/lyxbuilds/master/build/src/Paragraph.cpp:2939 #5 0x0000000000b05825 in lyx::(anonymous namespace)::makeParagraphs (buf=..., xs=..., runparams=..., text=..., pbegin=..., pend=...) at /home/scott/lyxbuilds/master/build/src/output_xhtml.cpp:726 #6 0x0000000000b06be8 in lyx::xhtmlParagraphs (text=..., buf=..., xs=..., runparams=...) at /home/scott/lyxbuilds/master/build/src/output_xhtml.cpp:1021 #7 0x0000000000959696 in lyx::Buffer::writeLyXHTMLSource (this=0x45edbf0, os=..., runparams=..., output=lyx::Buffer::FullSource) at /home/scott/lyxbuilds/master/build/src/Buffer.cpp:1947 #8 0x0000000000aedc77 in lyx::(anonymous namespace)::putClipboard ( paragraphs=..., docclass=..., plaintext=...) at /home/scott/lyxbuilds/master/build/src/CutAndPaste.cpp:484 #9 0x0000000000af0799 in lyx::cap::copySelection (cur=..., plaintext=...) at /home/scott/lyxbuilds/master/build/src/CutAndPaste.cpp:935 #10 0x0000000000aefc57 in lyx::cap::copySelection (cur=...) at /home/scott/lyxbuilds/master/build/src/CutAndPaste.cpp:837 #11 0x0000000000bb6106 in lyx::Text::dispatch (this=0x26387b0, cur=..., cmd=...) at /home/scott/lyxbuilds/master/build/src/Text3.cpp:1292 #12 0x0000000000d89a48 in lyx::InsetText::doDispatch (this=0x2638790, cur=..., cmd=...) at /home/scott/lyxbuilds/master/build/src/insets/InsetText.cpp:316 #13 0x0000000000d368b2 in lyx::Inset::dispatch (this=0x2638790, cur=..., cmd=...) at /home/scott/lyxbuilds/master/build/src/insets/Inset.cpp:319 #14 0x0000000000b2befb in lyx::Cursor::dispatch (this=0x35b8bf8, cmd0=...) at /home/scott/lyxbuilds/master/build/src/Cursor.cpp:409 #15 0x0000000000e018a5 in lyx::frontend::GuiView::dispatchToBufferView ( this=0x16e9170, cmd=..., dr=...) at /home/scott/lyxbuilds/master/build/src/frontends/qt4/GuiView.cpp:3235 #16 0x0000000000e04e1b in lyx::frontend::GuiView::dispatch (this=0x16e9170, cmd=..., dr=...) at /home/scott/lyxbuilds/master/build/src/frontends/qt4/GuiView.cpp:3774 Scott