|
From: Thomas S. <t.s...@fz...> - 2008-05-22 18:56:45
|
> If your version of the simple fix to b_vector() passes muster,
> let's leave it at that for now. Could you test it by running
> all.dem through 'set term pbm size 1.0,0.5 large'
> or something like that? If it segfaults, we've still got a problem.
set term pbm size 160,120 large
set out 'test.pbm'
load 'all.dem'
segfault when running 'singulr.dem'
with 'set term pbm size 320,240 large' everything is ok, segfaults occur
when y-size is <=170 or x-size <= 110.
Program received signal SIGSEGV, Segmentation fault.
in_front (edgenum=1240, vnum1=441, vnum2=442, firstpoly=0xbfffe318)
at hidden3d.c:1821
1821 polynum = qlist[listhead].p;
--
View this message in context: http://www.nabble.com/DPU-414-terminal-tp17371497p17411182.html
Sent from the Gnuplot - Dev mailing list archive at Nabble.com.
|