From: Hans-Bernhard B. <br...@ph...> - 2004-07-21 11:48:39
|
On Wed, 21 Jul 2004, Lars Hecking wrote: > I often use the "dumb" terminal with make check as some form of benchmark: [...] > > #0 0x00000000 in ?? () > #1 0x00059864 in finish_filled_curve (points=4, corners=0xffbfe178, > plot=0x1d6960) at graphics.c:1810 > #2 0x0005d1f4 in fill_between (x1=10, yl1=280, yu1=16.733201000000001, > x2=20, yl2=191, yu2=13.820275000000001, plot=0x1d6960) at graphics.c:2089 Well, to put it none too subtly: terminal 'dumb' doesn't support PM3D function filled_polygon, so graphics.c:1810 is calling NULL pointer. Instant crash guaranteed. Ethan? > Btw. have we officially ditched the requirement that filenames must be > 8+3 chars max? Not officially, but we've let it happen. And renaming in CVS is just painful enough to let them stick. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |