|
From: Ethan M. <merritt@u.washington.edu> - 2007-12-17 20:29:30
|
On Monday 17 December 2007 12:18, Dmitri A. Sergatskov wrote:
>
> gnuplot> set log x
> gnuplot> plot sin(x)
> x range must be greater than 0 for log scaleSegmentation fault
>
> This is with today's (2007-12-17) CVS snapshot of 4.3 on linux (Fedora 8).
I cannot reproduce this.
Any chance you can run that again under the debugger and capture exactly
where the segfault occurs?
gdb ./gnuplot
(gdb) run
Terminal type set to 'wxt'
gnuplot> set log x
gnuplot> plot sin(x)
x range must be greater than 0 for log scale
gnuplot>
# no problem on my machine, but if it segfaults here, then type:
(gdb) where
--
Ethan A Merritt
|