Re: [ng-spice-devel] bugs
On Wed, Sep 27, 2000 at 11:49:26AM -0400, Alan Gillespie wrote:
> I had another go at running ng-spice last night, and even
> tried gdb !!! It told me I'm getting a segment fault in baseaddress
> from resource.c whenever I try to write a rawfile. Has anyone
> else seen this ? Am I still behind in the code ?
Yup, it's normal operation. Just hit c RET and then RET for about 10
times. This part of Spice uses a binary search to size the memory
available. There is an environment variable you can use to circumvent
this.
setenv SPICE_NO_DATASEG_CHECK "1"
for csh or
export SPICE_NO_DATASEG_CHECK=1
for bash. See notes/dbx.
Greetings,
--
Arno
PGP signature
Partial thread listing:
- Re: [ng-spice-devel] bugs, (continued)
Paolo Nenzi
Bugs
Alan Gillespie