|
From: | Chicken Trac |
Subject: | Re: [Chicken-janitors] #855: `make-pathname' causes a segfault when given a list of non-strings as first argument |
Date: | Fri, 25 May 2012 17:05:13 -0000 |
#855: `make-pathname' causes a segfault when given a list of non-strings as first argument -----------------------------+---------------------------------------------- Reporter: mario | Owner: ckeen Type: defect | Status: reopened Priority: critical | Milestone: 4.8.0 Component: core libraries | Version: 4.7.x Resolution: | Keywords: make-pathname -----------------------------+---------------------------------------------- Comment(by mario): I've found (via "git bisect") that 85e8ad0baba7210e2a7cf270232af0f5388e1ef5 is the commit that triggers that behavior. More specifically, this part, probably: {{{ -#XXX CHICKEN_OPTIONS += -specialize -types $(SRCDIR)types.db +CHICKEN_OPTIONS += -specialize -types $(SRCDIR)types.db }}} which seems to be just the tip of the iceberg. :-) -- Ticket URL: <http://bugs.call-cc.org/ticket/855#comment:5> Chicken Scheme <http://www.call-with-current-continuation.org/> Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] | Current Thread | [Next in Thread] |