Custom Query (1030 matches)
Results (247 - 249 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #775 | fixed | freebsd test suite failures | ||
| Description |
The freebsd ports have a few test failures: 32 bit: 6 out of 21863 total tests failed: CL-TEST::FUNCALL.ERROR.1, CL-TEST::FUNCALL.ERROR.2, CL-TEST::FUNCALL.ERROR.3, CL-TEST::EXP.ERROR.6, CL-TEST::EXP.ERROR.7, CL-TEST::LISTEN.7. see: http://setf.clozure.com:8010/builders/freebsdx8632/builds/1/steps/shell_3/logs/stdio 64-bit: 1 out of 21869 total tests failed: CL-TEST::LISTEN.7. see: http://setf.clozure.com:8010/builders/freebsdx8664/builds/1/steps/shell_3/logs/stdio |
|||
| #776 | fixed | crash on 64-bit windows | ||
| Description |
Evaluating the following form in a trunk lisp (r14424) dumps us into the kernel debugger. (exp (+ (log most-positive-single-float) 100)) |
|||
| #781 | fixed | upad128_t botch in solarisx86 interfaces | ||
| Description |
It appears the the interface translator screws up on the definition for upad128_t on Solaris: From sys/types.h: typedef union {
long double _q;
uint32_t _l[4];
} upad128_t;
Welcome to Clozure Common Lisp Version 1.7-dev-r14406M-trunk (SolarisX8632)! ? (ccl::parse-foreign-type :upad128_t) #<FOREIGN-RECORD-TYPE (:UNION NIL (:_Q :VOID 1100689282) (:UINT32_T??| :VOID 1897137590064188598475932852660936031226989270597071160670020756660204343176201224)) #x182A8186> This may be causing indigestion when building ccl:level-1;x86-trap-support.lisp (see, for example, http://setf.clozure.com:8010/builders/solarisx86/builds/9/steps/shell_2/logs/stdio). Oddly, building by hand often works... |
|||
