On 14.2.2009, at 2:07, John Pybus wrote: > Wookey wrote: >> +++ Hilary Greaves [2009-02-13 23:17 +0000]: >>> Hi >>> >>> We're trying to draw an extended elevation, and keep getting 'bus >>> errors' on trying to compile the thconfig. One set of files that >>> triggers an error is attached (this one just tries to draw a >>> single scrap). >>> >>> Any ideas - is this fixable? >> 'Bus error' actually means something like you have run out of memory, >> or the software has segfaulted - i.e there has been a serious >> disaster >> at a low level. There may well be a corresponding software bug, but >> trying another computer would be informative if you have one to hand. > > Hils is struggling with the same dataset I am. She's running OS/X and > gets a Bus Error. On Ubuntu (using the distro provided therion > 0.5.1) I > also get Segmentation faults with exactly the same test cases. I'd > guess it's dereferencing a null pointer somewhere. > > Cheers, > John > >
Just one strange think (I don't know if it is the source of error!). You use a bit strange definition of lakes there - areas water. They are defined by bottom wall and the water level is defined by another line wall -outline in. See attached picture 1. Standard way is something as you may see on picture 2. The line defined area is border and the wall clips the area inside the passage. In such case you may use "adjust horizontal" for line point to make the water level allways horizontal. Check the extension of Rabbit cave in samples. m.s. -------------- next part -------------- A non-text attachment was scrubbed... Name: Picture 1.png Type: image/png Size: 10465 bytes Desc: not available URL: <http://mailman.speleo.sk/pipermail/therion/attachments/20090214/2a1e6cf7/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: Picture 2.png Type: image/png Size: 11991 bytes Desc: not available URL: <http://mailman.speleo.sk/pipermail/therion/attachments/20090214/2a1e6cf7/attachment-0001.png>
