chicken-janitors
[Top][All Lists]
Advanced

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

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


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

#326: Crash in libchicken.so when using the tinyclos egg
---------------------------------------------+------------------------------
 Reporter:  asandroq                         |       Type:  defect  
   Status:  new                              |   Priority:  critical
Component:  core libraries                   |    Version:  2.7     
 Keywords:  segfault linux amd64 libchicken  |  
---------------------------------------------+------------------------------
 When using the sqlite3 egg which uses the tinyclos egg, there is a
 segfault inside libchicken.so. This is in linux-amd64 with latest chicken
 from SVN (revision 6066).

 Backtrace:

 {{{
 #0  0x00002b5ab20f32c2 in f_15203 () from /usr/local/lib/libchicken.so
 #1  0x00002b5ab5ee55ef in f_2448 ()
    from /usr/local/lib/chicken/1/tinyclos-base.so
 #2  0x00002b5ab20feef0 in f_7215 () from /usr/local/lib/libchicken.so
 #3  0x00002b5ab5ef83e3 in f_2373 ()
    from /usr/local/lib/chicken/1/tinyclos-base.so
 #4  0x00002b5ab5ef85ed in f_2309 ()
    from /usr/local/lib/chicken/1/tinyclos-base.so
 #5  0x00002b5ab20ea48c in f_6785 () from /usr/local/lib/libchicken.so
 #6  0x00002b5ab20ea551 in f_6805 () from /usr/local/lib/libchicken.so
 #7  0x00002b5ab5ef8473 in f_2309 ()
    from /usr/local/lib/chicken/1/tinyclos-base.so
 #8  0x00002b5ab20ea48c in f_6785 () from /usr/local/lib/libchicken.so
 #9  0x00002b5ab20ea551 in f_6805 () from /usr/local/lib/libchicken.so
 #10 0x00002b5ab5ef8473 in f_2309 ()
    from /usr/local/lib/chicken/1/tinyclos-base.so
 #11 0x00002b5ab20ea48c in f_6785 () from /usr/local/lib/libchicken.so
 #12 0x00002b5ab20ea551 in f_6805 () from /usr/local/lib/libchicken.so
 #13 0x00002b5ab5ede9c7 in f_2416 ()
    from /usr/local/lib/chicken/1/tinyclos-base.so
 #14 0x00002b5ab5ee4f05 in f_2413 ()
    from /usr/local/lib/chicken/1/tinyclos-base.so
 #15 0x00002b5ab20e375b in f_17532 () from /usr/local/lib/libchicken.so
 }}}

 System info:

 {{{
 #;1> ,r
 Features:
   applyhook       chicken         csi             dload           extras
   gnu             linux           little-endian   manyargs        match
   match           pcre            ptables         regex           srfi-0
   srfi-10         srfi-11         srfi-12         srfi-15         srfi-16
   srfi-17         srfi-2          srfi-23         srfi-26         srfi-28
   srfi-30         srfi-31         srfi-39         srfi-55         srfi-6
   srfi-61         srfi-62         srfi-69         srfi-8          srfi-9
   unix            x86-64
 Machine type:           x86-64 (64-bit)
 Software type:          unix
 Software version:       linux
 Build platform:         gnu
 Include path:           (/usr/local/share/chicken)
 Symbol-table load:      0.42
   Avg bucket length:    1.47
   Total symbols:        1277
 Memory: heap size is 500000 bytes with 442128 bytes currently in use
 nursery size is 131072 bytes, stack grows downward

 interrupts are enabled
 }}}

-- 
Ticket URL: <http://trac.callcc.org/ticket/326>
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]