Re: [Gambas-user] segfault with insanely large array of structures

2013-08-12 Thread Benoît Minisini
Le 12/08/2013 06:35, Kevin Fishburne a écrit : > I know this code is horrible (it will be changed), but the following > declarations and procedure raise a signal 11 and populate some of the > array properties with non-zero values: > > ' Plan structures and array (server). > Public Struct PlanBlockS

Re: [Gambas-user] segfault with insanely large array of structures

2013-08-12 Thread Jussi Lahtinen
Can you make this crash code into runnable project? Jussi On Mon, Aug 12, 2013 at 7:35 AM, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: > I know this code is horrible (it will be changed), but the following > declarations and procedure raise a signal 11 and populate some of the arr

Re: [Gambas-user] segfault with insanely large array of structures

2013-08-12 Thread Tobias Boege
On Mon, 12 Aug 2013, Kevin Fishburne wrote: > I know this code is horrible (it will be changed), but the following > declarations and procedure raise a signal 11 and populate some of > the array properties with non-zero values: > > ' Plan structures and array (server). > Public Struct PlanBlockStr

[Gambas-user] segfault with insanely large array of structures

2013-08-11 Thread Kevin Fishburne
I know this code is horrible (it will be changed), but the following declarations and procedure raise a signal 11 and populate some of the array properties with non-zero values: ' Plan structures and array (server). Public Struct PlanBlockStructure ' Structure containing individual block data.