chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: [Chicken-bugs] #326: Crash in libchicken.so when


From: Chicken Scheme
Subject: [Chicken-janitors] Re: [Chicken-bugs] #326: Crash in libchicken.so when using the tinyclos egg
Date: Tue, 18 Sep 2007 15:05:24 -0000

#326: Crash in libchicken.so when using the tinyclos egg
--------------------------------------------+-------------------------------
Reporter:  asandroq                         |        Owner:                
    Type:  defect                           |       Status:  new           
Priority:  critical                         |    Component:  core libraries
 Version:  2.7                              |   Resolution:                
Keywords:  segfault linux amd64 libchicken  |  
--------------------------------------------+-------------------------------
Comment (by chust):

 Replying to [comment:3 felix]:
 > Thomas, can you give any hint on how to debug this?

 In the procedure call to sqlite3:map-row the only tasks TinyCLOS has to
 perform are resolving some generics to the correct methods (specifically
 sqlite3:map-row, sqlite3:bind!) and extracting the native structure
 pointer from the <sqlite3:statement> object.

 As I cannot reproduce any segfault inside sqlite3:map-row on my machine I
 don't know what goes wrong here :-(

 Just guessing into the blue: If this only happens on 64bit architectures,
 maybe the pointer extraction from the wrapper object garbles the upper
 32bits of the pointer word somehow?

-- 
Ticket URL: <http://trac.callcc.org/ticket/326#comment:6>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

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