Custom Query (1030 matches)
Results (340 - 342 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #102 | fixed | SLIME bugs on x8664 | ||
| Description |
I'm entering these SLIME / debugging problems as a Trac Ticket in light of a customer's recent e-mail about their Lisp requirements ("It would be awfully nice if the debugging information generated by the compiler allowed for easier debugging, e.g., better display of args and locals, return from frame, restart frame. Integration with Slime is a must.") SLIME has not been updated to account for recent changes made in OpenMCL to support x86-64 processors. You may run into bugs running on those platforms. The SLIME backtrace sometimes shows incorrect information. return-from-frame and apply-in-frame do not work reliably. (If they work at all, it's pure luck.) |
|||
| #103 | fixed | x8664 callbacks, single-float return. | ||
| Description |
The "portable" parts of the expansion of DEFCALLBACK generated code which coerced SINGLE-FLOAT results to DOUBLE-FLOATs. This behavior is really PPC-specific, and should be moved to the platform-specific FFI code that deals with callback return values. A symptom is that: (defcallback two (:float)
(ff-call two :float) would likely return the low 32 bits of 2.0d0 rather than 2.0f0. (This was fixed in changeset:7134 and changeset:7135); the bug's been present in the x8664 FFI forever.) |
|||
| #105 | fixed | crash while using IDE inspector | ||
| Description |
I was inspecting a HEMLOCK-FRAME object, when I got a memory fault. I will try to see if it is reproducable. I don't know if it's useful, but here is the output: * Error in event process: Fault during read of memory address #x0 (4428A8) : 0 (FUNCALL #'#<Anonymous Function #x300041B9E8AF> #<CCL::INVALID-MEMORY-ACCESS #x300041EC8F5D>) 149
(4428D0) : 1 (SIGNAL #<CCL::INVALID-MEMORY-ACCESS #x300041EC8F5D> [...]) 989
(442928) : 2 (%ERROR #<CCL::INVALID-MEMORY-ACCESS #x300041EC8F5D> NIL 558404) 93
(442950) : 3 (FUNCALL #'#<CCL::XCMAIN> 17591849973482) 1933
(4429B8) : 4 (%PASCAL-FUNCTIONS% 1 17591849973482) 405
(442A20) : 6 (FUNCALL #'#<Anonymous Function #x300040DD882F>) 288
;;; ;;; #<APPKIT-PROCESS Initial(0) [Active] #x3000404114FD> requires access to Shared Terminal Input ;;; |
|||
