Martin Rowe <[EMAIL PROTECTED]> wrote:
> Hi Jan
> On Saturday 28 July 2001 21:16, Jan Schaumann wrote:
> > Hi all,
> >
> > I just released version 0.2.2 of bbweather:
> <snipped>
> >
> > Always happy about any comments:
> > -Jan
> 
> Even segfaults ? :-(

Especially those - as they are the ones that I need to know about the
most :)

> 0.2 still works fine but 0.2.2 segfaults every time - whether I use 
> options (-c -m -x) or none at all. Is there anything I can do to give you 
> more info (no debug option that I can see). 

Hmmm, you could change the Makefile:

CXXFLAGS = -O2 -Wall  -I/usr/X11R6/include

should become

CXXFLAGS = -g -O2 -Wall  -I/usr/X11R6/include

Then, after doing "make clean" and "make", run bbweather in the
debugger:

$> ulimit -c 1024
$> gdb ./bbweather
[gdb messages]
(gdb) run EGNM
[segfault, errors]
(gdb) bt

And then send me the file "core" and the output of "bt", please.


-Jan

-- 
Jan Schaumann 
http://www.netmeister.org

Reply via email to