From mdavis452 at gmail.com Sun Jan 30 00:36:52 2011 From: mdavis452 at gmail.com (Maury Davis) Date: Sat, 29 Jan 2011 16:36:52 -0800 Subject: [closure-devel] index error in SGML::READ-LITERAL Message-ID: Hi, Evaluating: (chtml:parse (drakma:http-request " http://firedepartmentdirectory.com/location/County-Fire-Departments.aspx?state=New%20York&county=Westchester") (cxml-stp:make-builder)) I'm getting: Index 12288 out of bounds for (SIMPLE-ARRAY CHARACTER (12288)), should be nonnegative and <12288. [Condition of type SB-INT:INVALID-ARRAY-INDEX-ERROR] Restarts: 0: [RETRY] Retry SLIME REPL evaluation request. 1: [*ABORT] Return to SLIME's top level. 2: [TERMINATE-THREAD] Terminate this thread (#) Backtrace: 0: (SGML::READ-LITERAL # # #\") 1: (SGML::READ-ATTRIBUTE # #) 2: (SGML::READ-NAME-AND-ATTRIBUTES # #) 3: (SGML::READ-START-TAG # #) 4: (SGML::READ-TAG # #) 5: (SGML::READ-TOKEN* # #) 6: (SGML:SGML-PARSE # #) 7: (CLOSURE-HTML::PARSE-XSTREAM # #) 8: (SB-INT:SIMPLE-EVAL-IN-LEXENV ..) using SBCL 1.0.44. Have: closure-common-20101107-git closure-html-20101006-git cxml-20101107-git cxml-stp-20101107-git installed recently with quicklisp. Other web pages are parsed without error. Thanks, Maury Davis -------------- next part -------------- An HTML attachment was scrubbed... URL: From mdavis452 at gmail.com Sun Jan 30 01:20:39 2011 From: mdavis452 at gmail.com (Maury Davis) Date: Sat, 29 Jan 2011 17:20:39 -0800 Subject: [closure-devel] index error in SGML::READ-LITERAL In-Reply-To: References: Message-ID: Apparently it's choking on a huge tag. On Sat, Jan 29, 2011 at 4:27 PM, Maury Davis wrote: > Hi, > > Evaluating: > > (chtml:parse (drakma:http-request " > http://firedepartmentdirectory.com/location/County-Fire-Departments.aspx?state=New%20York&county=Westchester") > (cxml-stp:make-builder)) > > I'm getting: > > Index 12288 out of bounds for (SIMPLE-ARRAY CHARACTER (12288)), should be > nonnegative and <12288. > [Condition of type SB-INT:INVALID-ARRAY-INDEX-ERROR] > > Restarts: > 0: [RETRY] Retry SLIME REPL evaluation request. > 1: [*ABORT] Return to SLIME's top level. > 2: [TERMINATE-THREAD] Terminate this thread (# RUNNING {C559489}>) > > Backtrace: > 0: (SGML::READ-LITERAL # # "-//W3C//DTD HTML 4.0 Frameset//EN")> #\") > 1: (SGML::READ-ATTRIBUTE # # "-//W3C//DTD HTML 4.0 Frameset//EN")>) > 2: (SGML::READ-NAME-AND-ATTRIBUTES # # (:PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN")>) > 3: (SGML::READ-START-TAG # # "-//W3C//DTD HTML 4.0 Frameset//EN")>) > 4: (SGML::READ-TAG # # HTML 4.0 Frameset//EN")>) > 5: (SGML::READ-TOKEN* # # "-//W3C//DTD HTML 4.0 Frameset//EN")>) > 6: (SGML:SGML-PARSE # Frameset//EN")> #) > 7: (CLOSURE-HTML::PARSE-XSTREAM # > #) > 8: (SB-INT:SIMPLE-EVAL-IN-LEXENV ..) > > using SBCL 1.0.44. > > Have: > closure-common-20101107-git > closure-html-20101006-git > cxml-20101107-git > cxml-stp-20101107-git > > installed recently with quicklisp. > > Other web pages are parsed without error. > > Thanks, > Maury Davis > -------------- next part -------------- An HTML attachment was scrubbed... URL: