2010/5/29 Jacques Distler <[email protected]>:
>
> On May 28, 2010, at 11:42 PM, Martin Ammermüller wrote:
>
>>
>> I noticed that crashes seem to only occur when i try to edit/submit a
>> page with Firefox. AFAIR it didn't crash when editing/viewing is done
>> with Chrome.
>
> So it depends on what BROWSER you are using? That's strange.

Well, I'm not sure about that. Could be coincidence or bias on my part.

> I don't see any evidence of a crash from the log you attached. Lots of 
> chatter from Maruku (the Markdown processor), which is very verbose, but 
> nothing even vaguely indicative of a crash. (Well, OK, I don't see the log 
> entry for the "show" action, after you saved the page, but perhaps you cut 
> off the log early.)

Maybe it's a problem with ruby itself. Every crash is accompanied by a
"Application stopped working" dialogue for ruby. And these installers
for Windows are only release candidates. I'll try the 1.8.x ruby
installer and installing by zip files. Maybe that will fix it.

> Aside from the Maruku chatter, is there anything in the log which looks like 
> an error message?

I don't think so. I've attached my production.log, if you want to have a look.

>> Another thing: is it by design, that wiki words can only be us-ascii?
>
> As you can see from
>
>   
> http://golem.ph.utexas.edu/~distler/code/instiki/svn/annotate/head%3A/lib/wiki_words.rb
>
> that's not true.

Interesting. 'Cause i got an "ArgumentError in WikiController#new"
when i tried to create a new page via a wiki word that contained an
umlaut (see attachment).


Martin
Title: Action Controller: Exception caught

ArgumentError in WikiController#new

invalid byte sequence in US-ASCII

RAILS_ROOT: c:/instiki

Application Trace | Framework Trace | Full Trace
c:/instiki/lib/stringsupport.rb:80:in `gsub'
c:/instiki/lib/stringsupport.rb:80:in `check_ncrs'
c:/instiki/lib/stringsupport.rb:69:in `purify'
c:/instiki/app/controllers/wiki_controller.rb:412:in `load_page'

Request

Parameters:

{"web"=>"wiki",
 "id"=>"Relativit\xC3\xA4tstheorie"}

Show session dump

Response

Headers:

{"Cache-Control"=>"no-cache",
 "Content-Type"=>"application/xhtml+xml; charset=utf-8"}

Attachment: production.7z
Description: Binary data

_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to