guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-dbi cores in mark_db_handle


From: Andy Wingo
Subject: Re: guile-dbi cores in mark_db_handle
Date: Sat, 07 Sep 2013 10:28:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

On Fri 30 Aug 2013 09:21, Andrew Gaylard <address@hidden> writes:

> Program terminated with signal 10, Bus error.
> #0  0xffffffff75601c8c in mark_db_handle (g_db_handle_smob=0x10115efc0)
> at guile-dbi.c:114
> 114       scm_gc_mark(g_db_handle->bcknd);
> (gdb) p g_db_handle
> $1 = (gdbi_db_handle_t *) 0x304
>
> That 0x304 is SCM_EOL. The only part of guile-dbi.c which looks like it
> could be
> causing this is free_db_handle, which does this:
>
> SCM_SETCDR (g_db_handle_smob, SCM_EOL);

Hummm.  Could it be this?

  http://lists.gnu.org/archive/html/guile-user/2011-11/msg00069.html

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]