[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #762: Cairo or SDL cause a crash in this example
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #762: Cairo or SDL cause a crash in this example |
Date: |
Tue, 03 Jan 2012 20:14:50 -0000 |
#762: Cairo or SDL cause a crash in this example
-------------------------+--------------------------------------------------
Reporter: ckeen | Owner: ckeen
Type: defect | Status: new
Priority: major | Milestone: 4.8.0
Component: extensions | Version: 4.7.x
Resolution: | Keywords: sdl cairo segfault no fun
-------------------------+--------------------------------------------------
Comment(by mrk):
Here is a smaller testcase that reliably crashes on my machine:
(use cairo)
(define t1 (make-cairo-text-extents-type))
(display t1)
(cairo-text-extents-x-bearing-set! t1 1)
(display t1)
--
Ticket URL: <https://bugs.call-cc.org/ticket/762#comment:2>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- Re: [Chicken-janitors] #762: Cairo or SDL cause a crash in this example,
Chicken Trac <=