Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (517 - 519 of 1030)

Ticket Resolution Summary Owner Reporter
#666 fixed truncate Gary Byers Helmut Eller
Description

Something seems fishy when inlining TRUNCATE:

Welcome to Clozure Common Lisp Version 1.5-dev-r13524M-trunk  (LinuxX8632)!
? (defun foo (x y) (declare (type fixnum x y)) (truncate x y))
FOO
? (foo most-negative-fixnum -1)
-536870912
0
? (truncate most-negative-fixnum -1)
536870912
0
? 
#668 worksforme public svn off-line Scott Michel
Description

The following are not operative:

$ svn up
svn: OPTIONS of 'http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl': could not connect to server (http://svn.clozure.com)
$ svn co http://svn.clozure.com/publicsvn/openmcl/release/1.4/darwinx86/ccl
svn: OPTIONS of 'http://svn.clozure.com/publicsvn/openmcl/release/1.4/darwinx86/ccl': could not connect to server (http://svn.clozure.com)

Why? Telnet-ing to svn.clozure.com's port 80 and manually doing a GET reveals:

$ telnet svn.clozure.com 80
Trying 74.50.56.8...
Connected to setf.clozure.com.
Escape character is '^]'.
GET /publicsvn/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /publicsvn/ was not found on this server.</p>
<hr>
<address>Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.5.1 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 Server at setf.clozure.com Port 80</address>
</body></html>
Connection closed by foreign host.

Basically, the web server doesn't have a /publicsvn page. Is a handler off-line?

#669 fixed Frequent but unpredictable terminating in Win32 Gary Byers fusss
Description

Hi,

CCL terminates inexplicably and randomly in Win32. It leave no tangible error messages behind, except for:


Process inferior-lisp exited abnormally with code 5

(progn (load "c:/slime-2009-10-15/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "c:/DOCUME~1/bob/LOCALS~1/Temp/slime.5340" :coding-system "utf-8-unix"))

*Messages*: Lisp connection closed unexpectedly: connection broken by remote peer


That's all I get. I have upgraded to a later version, and it keeps happening still. The versions affected are

Version 1.4-RC1-r13031 (WindowsX8632) and Version 1.4-r13122 (WindowsX8632)

It happens under various conditions. Not only when I am hacking on elaborate projects with threads and FFI, but also when using the repl as a simple arithmetic calculator.

I am not able to test this without Emacs/Slime, it's under active use that this issue comes up, and I can't use the naked CLI version for more than 1 minute.

I am willing to build a debug version of CCL and send more info if this issue is being looked at actively.

Regards. '

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.