Jason F. McBrayer wrote:
> Joseph S <[EMAIL PROTECTED]> writes:
>> Paul Landes wrote:
>>> Stack trace?
>> I don't have one.
> 
> Try M-x set-variable RET debug-on-error RET t RET before doing something
> that would generate the error, then post the contents of the debug
> buffer here.
> 

Thanks, I was finally able to get some stack traces,.
==============================================================================
Debugger entered--Lisp error: (invalid-regexp "Regular expression too big")
   string-match("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" 
"/home/jks/work/xit/com/xit/beans/ServletUtils.java")
 
auto-coding-alist-lookup("/home/jks/work/xit/com/xit/beans/ServletUtils.java")
   find-auto-coding("/home/jks/work/xit/com/xit/beans/ServletUtils.java" 
34206)
   set-auto-coding("/home/jks/work/xt/com/xit/beans/ServletUtils.java" 
34206)
   insert-file-contents("~/work/xit/com/xit/beans/ServletUtils.java" t)
   byte-code("Âà       Â\"ˆ)‡" [inhibit-read-only filename t 
insert-file-contents] 3)
   find-file-noselect-1(#<buffer ServletUtils.java> 
"~/work/xit/com/xit/beans/ServletUtils.java" nil nil 
"~/work/xit/com/xit/beans/ServletUtils.java" (1100572 2053))
   find-file-noselect("~/work/xit/com/xit/beans/ServletUtils.java" nil 
nil t)
   find-file("~/work/xit/com/xit/beans/ServletUtils.java" t)
   call-interactively(find-file)
================================================================================
debug(error (invalid-regexp "Regular expression too big"))
   string-match("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" 
"/home/jks/work/xit/com/xit/beans/ServletUtils.java")
 
auto-coding-alist-lookup("/home/jks/work/xit/com/xit/beans/ServletUtils.java")
   find-auto-coding("/home/jks/work/xit/com/xit/beans/ServletUtils.java" 
34206)
   set-auto-coding("/home/jks/work/xit/com/xit/beans/ServletUtils.java" 
34206)
   insert-file-contents("~/work/xit/com/xit/beans/ServletUtils.java" t)
   byte-code("Âà       Â\"ˆ)‡" [inhibit-read-only filename t 
insert-file-contents] 3)
   find-file-noselect-1(#<buffer ServletUtils.java> 
"~/work/xit/com/xit/beans/ServletUtils.java" nil nil 
"~/work/xit/com/xit/beans/ServletUtils.java" (1100572 2053))
   find-file-noselect("~/work/xit/com/xit/beans/ServletUtils.java" nil 
nil t)
   find-file("~/work/xit/com/xit/beans/ServletUtils.java" t)
   call-interactively(find-file)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to