Scott Kostyshak wrote:

> Ctests are failing for many documents, such as Math.lyx
> 
> Exporting Math.lyx from the command line gives me a SIGSEGV (I can
> export fine from GUI though). See the backtrace at the bottom of this
> email.
> 
> A 'git bisect run' narrowed the issue down to 4 commits (I could not
> compile in between them so I don't know which one caused it).
> 
> The first bad commit could be any of:
> 7be2a5d815d84470078773e5329bb6c9870aeb3d
> a3f8554103c7dac7f7e4abb217c416be435d080b
> d00dcc2ca7bf1b9a3043d23b1c5b598ff7e46aad
> d9c867da19db0bc84abf55df04fd7e4565c7715b
> 
> Enrico, can you reproduce?
> 
> $ lyx -e pdf2 Math.lyx

I can. Since lyx::support::iconScaleFactor() occurs in the call stack I 
believe the crash was caused by d00dcc2ca7bf1b9a3043d23b1c5b598ff7e46aad. It 
looks like the QImage constructor requires a running GUI application. Maybe 
it is the problem fixed here: https://qt.gitorious.org/qt/peter-hs-
qtbase/commit/733430636d1a1e0fb49cf0665994f8ec064c8613?diffmode=sidebyside

Unfortunately I don't know if this was ever released, and if yes, in which 
version.


Georg


Reply via email to