Created
December 11, 2011 16:35
-
-
Save kzar/1461432 to your computer and use it in GitHub Desktop.
Slime errors when a lot of data is returned
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16:25 <Borkdude> kzar I've had this and I had to change some | |
| encoding setting, let me find it | |
| 16:25 <kzar> Borkdude: sweet thanks | |
| 16:26 <Borkdude> kzar: put this in your init.el or whatever: (setq | |
| slime-net-coding-system 'utf-8-unix) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| error in process filter: sldb-frame.string: Wrong number of arguments: nil, 0 | |
| error in process filter: Wrong number of arguments: nil, 0 | |
| Debugger entered--Lisp error: (end-of-file) | |
| byte-code("\302\300\"\210\303 \304\"\210\300\305\"\207" [error process debug slime-net-close t "net-read error: %S"] 3) | |
| slime-net-read-or-lose(#<process SLIME Lisp>) | |
| slime-process-available-input(#<process SLIME Lisp>) | |
| slime-net-filter(#<process SLIME Lisp> "ecto, :rel alternate}, :content nil} {:tag :summary, :attrs {:type html}, :content [When making the last lisp program I found it hard to visualise the working days between two dates. I ended up drawing these little sketches on a bit of paper to figure out if my program was doing the ...]} {:tag :category, :attrs {:term lisp}, :content nil} {:tag :category, :attrs {:term project}, :content nil} {:tag :published, :attrs nil, :content [2008-08-25T01:00:00+01:00]}]} {:tag :entry, :attrs nil, :content [{:tag :id, :attrs nil, :content [http://kzar.co.uk/blog/view/generating-transaction-dates-in-lisp]} {:tag :title, :attrs nil, :content [Generating transaction dates in Lisp]} {:tag :updated, :attrs nil, :content [2008-08-21T01:00:00+01:00]} {:tag :link, :attrs {:href http://kzar.co.uk/blog/view/generating-transaction-dates-in-lisp, :rel alternate}, :content nil} {:tag :summary, :attrs {:type html}, :content [At work recently we found the need to check some dates in a database where correct, there’s a table that for any given date has the date two working days before and two working days after. It...]} {:tag :category, :attrs {:term code}, :content nil} {:tag :category, :attrs {:term lisp}, :content nil} {:tag :published, :attrs nil, :content [2008-08-21T01:00:00+01:00]}]} {:tag :entry, :attrs nil, :content [{:tag :id, :attrs nil, :content [http://kzar.co.uk/blog/view/sql-injection-comment]} {:tag :title, :attrs nil, :content [SQL Injection comment]} {:tag :updated, :attrs nil, :content [2008-06-14T01:00:00+01:00]} {:tag :link, :attrs {:href http://kzar.co.uk/blog/view/sql-injection-comment, :rel alternate}, :content nil} {:tag :summary, :attrs {:type html}, :content [Someone posted a comment to this blog earlier, looks like they where trying to use SQL injection to beat the spam filters or it may have been a real person trying their luck.\n\nAnyway I find this stuff...]} {:tag :category, :attrs {:term security}, :content nil} {:tag :category, :attrs {:term thoughts}, :content nil} {:tag :published, :attrs nil, :content [2008-06-14T01:00:00+01:00]}]} {:tag :entry, :attrs nil, :content [{:tag :id, :attrs nil, :content [http://kzar.co.uk/blog/view/virgin-media-linux]} {:tag :title, :attrs nil, :content [Virgin Media Broadband Installation on Linux]} {:tag :updated, :attrs nil, :content [2008-01-18T00:00:00+01:00]} {:tag :link, :attrs {:href http://kzar.co.uk/blog/view/virgin-media-linux, :rel alternate}, :content nil} {:tag :summary, :attrs {:type html}, :content [Just a quick warning to any Linux users who are getting Virgin Media broadband installed.\n\nThe welcome website you put your details into when the connection is first hooked up actually checks if you a...]} {:tag :category, :attrs {:term thoughts}, :content nil} {:tag :category, :attrs {:term howto}, :content nil} {:tag :category, :attrs {:term linux}, :content nil} {:tag :published, :attrs nil, :content [2008-01-18T00:00:00+01:00]}]} {:tag :entry, :attrs nil, :content [{:tag :id, :attrs nil, :content [http://kzar.co.uk/blog/view/myspace-account-recovery]} {:tag :title, :attrs nil, :content [Myspace account recovery]} {:tag :updated, :attrs nil, :content [2007-10-14T01:00:00+01:00]} {:tag :link, :attrs {:href http://kzar.co.uk/blog/view/myspace-account-recovery, :rel alternate}, :content nil} {:tag :summary, :attrs {:type html}, :content [I thought I would start off the blog with something hackery.. The other day my friend asked me to help get back into her Myspace account. She had forgotten the old email address she used to sign up to...]} {:tag :category, :attrs {:term thoughts}, :content nil} {:tag :category, :attrs {:term security}, :content nil} {:tag :published, :attrs nil, :content [2007-10-14T01:00:00+01:00]}]}]}\n\")00002d(:indentation-update ((\"with-bindings\" . 0)))000016(:return (:ok \"1\") 30)") | |
| recursive-edit() | |
| byte-code("\306 @\307=\203! | |
| error in process filter: lisp-indent-function: Variable binding depth exceeds max-specpdl-size | |
| error in process filter: Variable binding depth exceeds max-specpdl-size |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16:37 <Borkdude> kzar: tried this? | |
| http://stackoverflow.com/questions/1322591/tracking-down-max-specpdl-size-errors-in-emacs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment