[Eclipse-cvs] CVS eclipse

ihatchondo ihatchondo at common-lisp.net
Tue Nov 17 17:32:09 UTC 2009


Update of /project/eclipse/cvsroot/eclipse
In directory cl-net:/tmp/cvs-serv20975

Modified Files:
	global.lisp 
Log Message:
Fix: add some backtrace stuff.

--- /project/eclipse/cvsroot/eclipse/global.lisp	2009/02/23 00:00:35	1.33
+++ /project/eclipse/cvsroot/eclipse/global.lisp	2009/11/17 17:32:09	1.34
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp; Package: ECLIPSE-INTERNALS -*-
-;;; $Id: global.lisp,v 1.33 2009/02/23 00:00:35 ihatchondo Exp $
+;;; $Id: global.lisp,v 1.34 2009/11/17 17:32:09 ihatchondo Exp $
 ;;;
 ;;; This file is part of Eclipse.
 ;;; Copyright (C) 2001, 2002 Iban HATCHONDO
@@ -270,6 +270,9 @@
   (format *stderr* 
 	  "X error ~A ~:[~;with id~]~%=> ~{~A ~}~%" 
 	  err resource-id keys)
+  (unless asynchronous
+    ;;#+:cmu (debug::backtrace most-positive-fixnum *stderr*)
+    )
   (when resource-id
     (let* ((resource (xlib::lookup-window dpy resource-id))
 	   (widget (lookup-widget resource)))





More information about the Eclipse-cvs mailing list