Changes between Initial Version and Version 3 of Ticket #12134


Ignore:
Timestamp:
Jun 9, 2015, 9:54:43 AM (9 years ago)
Author:
jessicah
Comment:

Hmm, FWIW, the lyx binary with debug information disabled doesn't segfault at all.

You can git clone git://git.lyx.org/lyx to get the current sources. You will also need to apply autotools patch and app crash on mouse click patch.

Assuming you have libqt4 revision 4 installed:

./autogen.sh
./configure --prefix=/tmp/lyx --without-included-boost
make -jN
make install

/tmp/lyx/bin/lyx

Without latest libqt4 package, you'll need to specify QT_CORE_CFLAGS and QT_FRONTEND_CFLAGS with paths to headers/x86/(QtCore|QtGui).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12134

    • Property Summary Debugger: segfaulting on lyx binary (attached)Debugger: segfaulting on lyx binary
    • Property Cc bonefish added
  • Ticket #12134 – Description

    initial v3  
    44
    55The debug reports for Debugger are all slightly different too.
     6
     7Perhaps this is somehow related to the random binary crashes of #10279? CC'ing Ingo in case it is...