(RegexpError) empty range in char class: /[\000-\037\177-ÿ]/
------------------------------------------------------------

                 Key: JRUBY-5772
                 URL: http://jira.codehaus.org/browse/JRUBY-5772
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6.1
            Reporter: John Firebaugh
            Assignee: Thomas E Enebo


When running my Rails application with -X+C, I get the following error:

{code}
$ ruby -X+C -S rake environment --trace
(in /Users/jfire/Development/SCM)
rake aborted!
(RegexpError) empty range in char class: /[\000-\037\177-ÿ]/
/Users/jfire/.rvm/gems/jruby-1.6.1/gems/mail-2.2.19/lib/mail/patterns.rb:30:in 
`Patterns'
/Users/jfire/.rvm/gems/jruby-1.6.1/gems/mail-2.2.19/lib/mail/patterns.rb:3:in 
`Mail'
/Users/jfire/.rvm/gems/jruby-1.6.1/gems/mail-2.2.19/lib/mail/patterns.rb:2:in 
`(root)'
org/jruby/RubyKernel.java:1038:in `require'
[snip]
{code}

[Here|https://github.com/mikel/mail/blob/master/lib/mail/patterns.rb#L30] is 
the relevant line.

This doesn't happen without -X+C, and I haven't been able to get a reduced 
testcase (it doesn't occur with a stock rails app). I'm happy to keep working 
on doing that, I just need a pointer where to start.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to