[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: core dump on reloading code
From: |
Matthew R Wette |
Subject: |
Re: core dump on reloading code |
Date: |
Thu, 23 Nov 2000 08:13:51 -0800 |
Dirk Herrmann writes ...
> On Wed, 22 Nov 2000, Matt Wette wrote:
>
> > If I start up guile and load some code it seems to run OK.
> > If I load the code a second time, it core-dumps. Here is
> > the gdb output. If you have any clues on this one I'd
> > appreciate it. -- thanks, Matt
>
> Sorry, but we can't tell you much about it without the code you are
> trying to load. But, please, before you submit your code, try to reduce
> it to a very small piece which, however, is still sufficient to
> reproduce the error.
>
> Thanks for your bug report,
> Dirk
One more piece of information. I gdb'd a core dump and
it crashes at line 1407 in gc.c:
m += free (vtable_data, (scm_bits_t *) SCM...
Here the variable "free" is 0.
Matt