Bug#921510: [Debichem-devel] Bug#921510: qutemol: segfaults at startup when compiled with GCC 8

2019-02-06 Thread Adrian Bunk
Control: tags -1 patch On Wed, Feb 06, 2019 at 08:50:21PM +0200, Graham Inggs wrote: > Commenting out AOgpu2::init() avoids the problem with GCC 8 and so far > I haven't noticed any side-effects. > > --- a/src/Common.cpp > +++ b/src/Common.cpp > @@ -1054,7 +1054,7 @@ >if (!shadowmap.init())

Bug#921510: [Debichem-devel] Bug#921510: qutemol: segfaults at startup when compiled with GCC 8

2019-02-06 Thread Graham Inggs
Commenting out AOgpu2::init() avoids the problem with GCC 8 and so far I haven't noticed any side-effects. --- a/src/Common.cpp +++ b/src/Common.cpp @@ -1054,7 +1054,7 @@ if (!shadowmap.init()) res|=ERRGL_NO_FBO_SHADOWMAP; if (!shadowmap.initHalo()) res|=ERRGL_NO_FBO_HALO; - if (!

Bug#921510: qutemol: segfaults at startup when compiled with GCC 8

2019-02-06 Thread Graham Inggs
Source: qutemol Version: 0.4.1~cvs2008-10 Tags: help Qutemol terminates at startup with a segmentation fault when compiled with GCC 8.