Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-08 Thread PhilipPirrip
Dear Guillaume, I finished my search for the bug yesterday, by checking out a few suspicious commits in the last 30 days, and to my great surprise even the latest commit worked. I really don't know what happened. I had it all built in a separate directory (that I even cleaned several times),

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-08 Thread Guillaume Munch
Le 06/10/2015 15:41, PhilipPirrip a écrit : Thanks, Kornel. I'll check these later. I went back in time, September 28 18:13 commit 39343d65af worked. Moving forward, will let you know when things went bad and send you the backtrace. Dear Philip, I cannot reproduce it with my own

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-08 Thread Guillaume Munch
Le 08/10/2015 15:27, PhilipPirrip a écrit : Dear Guillaume, I finished my search for the bug yesterday, by checking out a few suspicious commits in the last 30 days, and to my great surprise even the latest commit worked. I really don't know what happened. I had it all built in a separate

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-06 Thread Guillaume Munch
Le 06/10/2015 15:29, Kornel Benko a écrit : Hi Kornel, I could send it if I knew how. Sorry, have no experience with that, but willing to learn! # gdb lyx Or as I learnt recently, to properly see the symbols (you'll have to compile with the various devel options ON though): #

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-06 Thread Scott Kostyshak
On Tue, Oct 06, 2015 at 10:41:52AM -0400, PhilipPirrip wrote: > Thanks, Kornel. I'll check these later. I went back in time, September 28 > 18:13 commit 39343d65af worked. Moving forward, will let you know when > things went bad and send you the backtrace. Are you stepping forward one-by-one?

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-06 Thread Kornel Benko
Am Dienstag, 6. Oktober 2015 um 10:05:15, schrieb PhilipPirrip > On 10/06/2015 06:00 AM, Kornel Benko wrote: > > > Could you please send a backtrace of the crash? > > > Hi Kornel, > I could send it if I knew how. Sorry, have no experience with that, but > willing to learn! >

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-06 Thread PhilipPirrip
Thanks, Kornel. I'll check these later. I went back in time, September 28 18:13 commit 39343d65af worked. Moving forward, will let you know when things went bad and send you the backtrace.

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-06 Thread Kornel Benko
Am Dienstag, 6. Oktober 2015 um 00:40:58, schrieb PhilipPirrip > Any experience compiling LyX 2.2.0dev with Qt 5.5.0 (on Fedora 23)? > Mine compiles well, but never starts: Segmentation fault (core dumped). > > This is my run_cmake.sh Could you please send a backtrace of the crash?

Re: segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-06 Thread PhilipPirrip
On 10/06/2015 06:00 AM, Kornel Benko wrote: Could you please send a backtrace of the crash? Hi Kornel, I could send it if I knew how. Sorry, have no experience with that, but willing to learn! Are the Qt5 libs at runtime the same as the ones with which they are compiled? It's hard

segmentation fault, lyx2.2.0dev @ Fedora 23 with Qt 5.5.0

2015-10-05 Thread PhilipPirrip
Any experience compiling LyX 2.2.0dev with Qt 5.5.0 (on Fedora 23)? Mine compiles well, but never starts: Segmentation fault (core dumped). This is my run_cmake.sh #!/bin/bash cmake ./lyx \ -G"Unix Makefiles" \ -DLYX_CPACK=OFF \ -DLYX_LOCALVERSIONING=OFF \ -DLYX_INSTALL=OFF \