Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(14) |
Jul
(21) |
Aug
(27) |
Sep
(35) |
Oct
(10) |
Nov
(26) |
Dec
(18) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(23) |
Feb
(4) |
Mar
(9) |
Apr
(9) |
May
(61) |
Jun
(51) |
Jul
(35) |
Aug
(33) |
Sep
(11) |
Oct
(70) |
Nov
(66) |
Dec
(109) |
2004 |
Jan
(21) |
Feb
(1) |
Mar
(10) |
Apr
(12) |
May
(14) |
Jun
(46) |
Jul
(31) |
Aug
(164) |
Sep
(51) |
Oct
(36) |
Nov
(36) |
Dec
(16) |
2005 |
Jan
(41) |
Feb
(31) |
Mar
(11) |
Apr
(15) |
May
(24) |
Jun
(42) |
Jul
(16) |
Aug
(13) |
Sep
(24) |
Oct
(64) |
Nov
(20) |
Dec
(6) |
2006 |
Jan
(39) |
Feb
(13) |
Mar
(19) |
Apr
(10) |
May
(12) |
Jun
(16) |
Jul
(2) |
Aug
(13) |
Sep
(13) |
Oct
(18) |
Nov
(6) |
Dec
(6) |
2007 |
Jan
(8) |
Feb
(51) |
Mar
(28) |
Apr
(5) |
May
(37) |
Jun
(20) |
Jul
(12) |
Aug
(22) |
Sep
(8) |
Oct
(24) |
Nov
(11) |
Dec
(7) |
2008 |
Jan
(33) |
Feb
(16) |
Mar
|
Apr
|
May
(2) |
Jun
(7) |
Jul
(4) |
Aug
(89) |
Sep
(141) |
Oct
(136) |
Nov
(81) |
Dec
(143) |
2009 |
Jan
(182) |
Feb
(100) |
Mar
(119) |
Apr
(91) |
May
(112) |
Jun
(32) |
Jul
(7) |
Aug
|
Sep
(4) |
Oct
(11) |
Nov
(5) |
Dec
(3) |
2010 |
Jan
(25) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
(1) |
15
(1) |
16
(4) |
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
(1) |
26
(1) |
27
|
28
|
29
|
30
(1) |
31
(2) |
|
|
|
|
From: Peter Graves <peter@ar...> - 2007-07-31 09:03:26
|
Folks, please subscribe before sending mail to the list! ----- Forwarded message ----- From: Alex Mizrahi <killerstorm@...> To: armedbear-j-devel@... Subject: Re: [Fwd: ABCL (CVS HEAD) with SLIME (CVS HEAD) failing torecord compiler notes] Date: Tue, 31 Jul 2007 00:27:13 +0300 (message (Hello 'Peter) (you :wrote :on '(Mon, 30 Jul 2007 10:29:40 -0700)) ( PG> When invoking slime-compile-and-load-file on a Lisp file whose PG> compilation will produce compiler warnings, abcl-0.0.10.5 is producing PG> the attached backtrace. Here's the excerpt of the top of the trace: PG> Backtrace: PG> 0: (INVOKE-DEBUGGER #<SIMPLE-TYPE-ERROR {833C9}>) PG> 1: (SWANK-BACKEND:MESSAGE #<SWANK-BACKEND:COMPILER-CONDITION PG> {1E1329E}>) PG> 2: (SWANK::MAKE-COMPILER-NOTE #<SWANK-BACKEND:COMPILER-CONDITION PG> {1E1329E}>) PG> 3: (SWANK::RECORD-NOTE-FOR-CONDITION PG> #<SWANK-BACKEND:COMPILER-CONDITION {1E1329E}>) i remember i had something like that poping out randomly -- several times in some long debugging sessions it kinda got broken, and after that all compilations (with C-c-c) that produce warnings made a backtrace like that. so i guess root cause is present for a long time, but gets activated only in some circumstances, and now they get activated by default.. currently i can test it on ABCL 0.0.10.5 built from CVS snapshot as of 07.07.07 (it's kinda lucky :), SLIME is not latest but more-or-less fresh. it runs in funny way -- if i load it and compile a.lisp, it barfs following: ; Compiling E:\a.lisp ... Debugger invoked on condition of type SIMPLE-ERROR: COMPILE-CONSTANT unhandled case #<FUNCTION (LAMBDA (CLASS)) {1721AE2}> Restarts: 0: MUFFLE-WARNING Skip warning. 1: ABORT Abort SLIME compilation. 2: ABORT-REQUEST Abort handling SLIME request. [1] CL-USER(2): into the repl. i can tell it to MUFFLE-WARNING, so it continues. in this case message is not delivered to Emacs. after that C-c-c produces following backtrace: The value #<SWANK-BACKEND:COMPILER-CONDITION {13D0493}> is not of type NIL. [Condition of type SIMPLE-TYPE-ERROR] 0: (INVOKE-DEBUGGER #<SIMPLE-TYPE-ERROR {295B9A}>) 1: (SWANK-BACKEND:MESSAGE #<SWANK-BACKEND:COMPILER-CONDITION {13D0493}>) 2: (SWANK::MAKE-COMPILER-NOTE #<SWANK-BACKEND:COMPILER-CONDITION {13D0493}>) although sometimes it might not, it's random. after it have entered broken state, it stays in it. however if i load it fresh and then compile a function with C-c-c, it works fine, and after that Compile/Load file works fine too. so it appears to be an initialization problem once again. and quite possible CLOS is involved too.. as a speculation, i can guess it can be because of recursive compiling -- it compiles file, fires warning, that hits SLIME, which call generic function, and it compiles its discrimitating function, some global variables clash etc.. however if discriminating function gets compiled beforehands, everything works fine. patch disabling emf and discriminating function compilation appears to be helping: Index: clos.lisp =================================================================== RCS file: /cvsroot/armedbear-j/j/j/src/org/armedbear/lisp/clos.lisp,v retrieving revision 1.212 diff -r1.212 clos.lisp 1303,1308c1303 < nil)))))) < < (when (and (fboundp 'compile) < (not (autoloadp 'compile))) < (setf code (or (compile nil code) code))) < --- > nil)))))) 1520,1521c1515 < (or (ignore-errors (compile nil emf-form)) < (coerce-to-function emf-form)))) --- > (coerce-to-function emf-form))) however, i didn't test this much. ) (With-best-regards '(Alex Mizrahi) :aka 'killer_storm) "choose no life") ----- End of forwarded message ----- |
From: Mark Evenson <mark.evenson@gm...> - 2007-07-31 07:43:29
|
[My message from yesterday got munged because I wasn't subscribed to the list. Now I am trying to resend the message with the attachment.] The following code visited in an Emacs buffer and compiled via M-x slime-compile-and-load-file produces the attached backtrace: (defun fib (number) (let ((x 1)) (if (= number 0) 1 (+ number (fib (1- number)))))) -- <Mark.Evenson@...> "[T]his is not a disentanglement from, but a progressive knotting into." |