From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: crash in guile-sqlite3 Date: Fri, 27 Apr 2012 16:00:28 -0300 Message-ID: <20120427160028.7bff8d19@rascar> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335553273 11282 80.91.229.3 (27 Apr 2012 19:01:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2012 19:01:13 +0000 (UTC) Cc: guile-user@gnu.org To: Sunjoong Lee Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Apr 27 21:01:12 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SNqPn-0004ej-Ov for guile-user@m.gmane.org; Fri, 27 Apr 2012 21:01:11 +0200 Original-Received: from localhost ([::1]:58059 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNqPn-0006PC-4Q for guile-user@m.gmane.org; Fri, 27 Apr 2012 15:01:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNqPi-0006P0-HX for guile-user@gnu.org; Fri, 27 Apr 2012 15:01:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNqPd-0002U1-5S for guile-user@gnu.org; Fri, 27 Apr 2012 15:01:06 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:39520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNqPc-0002Np-Vj for guile-user@gnu.org; Fri, 27 Apr 2012 15:01:01 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 734DCA04C12C; Fri, 27 Apr 2012 21:00:38 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id U5viqw-jXfqL; Fri, 27 Apr 2012 20:36:05 +0200 (CEST) Original-Received: from rascar (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id CCD3DA04C12E; Fri, 27 Apr 2012 21:00:30 +0200 (CEST) In-Reply-To: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9409 Archived-At: Hi, > > I tried to run guile in gdb to get a backtrace from the crash. The > > segfault seems to be triggered inside libsqlite3 code, but I could not > > ... > Same crash on Guile 2.0.5. It looks like string encoding problem. Suppose > name be an integer not a string like 10, it would not crash. sqlite-bind > ... Best would be to send us an small, complete and concise example of you consider reproducible, could you d that ? David