Re: [Flightgear-devel] Segmentation fault after setting new time of day

2012-03-31 Thread Erik Hofman
On Sat, 2012-03-31 at 11:29 +0200, Erik Hofman wrote: > Looks like something has changed in relation to avionics sounds since > commenting out line 156 of Sound/fg_fx.cxx fixes the problem while > suspending the aircraft effects (pause) still works. Ah found it, it was caused by the way AI models

Re: [Flightgear-devel] Segmentation fault after setting new time of day

2012-03-31 Thread Erik Hofman
On Fri, 2012-03-30 at 13:16 +0200, Erik Hofman wrote: > Hi, > > I was wondering, after pulling simgear and flightgear from git since a > long time I now get a segmentation fault when changing the time of day > using the menu structure. > > It seems to be related to SampleGroup::suspend and at fir

[Flightgear-devel] Segmentation fault after setting new time of day

2012-03-30 Thread Erik Hofman
Hi, I was wondering, after pulling simgear and flightgear from git since a long time I now get a segmentation fault when changing the time of day using the menu structure. It seems to be related to SampleGroup::suspend and at first I thought it might be a problem with my own AeonWave-OpenAL impl