On Fri, Feb 6, 2009 at 8:30 PM, mobilemike <[email protected]> wrote: > > Anything strange about the source of the PHP file it's choking on? > > On Feb 6, 9:02 pm, Bill Marquette <[email protected]> wrote: >> Trying to figure out the cause of the following backtrace...any hints? >> Thanks >> >> --Bill
Nothing that stands out to me (other than it's cruft left laying around in the repo). <?php $debug = false; $nic = "em1"; $ips = "254"; $ip = "192.168.1."; $starting = "3"; $url = "http://192.168.1.1:8000"; $iterations = "1"; $sleep_between_iterations = "0"; $tries = "1"; // wget tries $timeout = "4"; // wget timeout //$sleep_between = "30"; $post_data = "auth_user=&auth_pass=&redirurl=http%3A%2F%2Fgoogle.com%2F&accept=Continue"; ?> The rescue on line 44 of blobs_helper.rb should trap the Onigurama Error, which makes me think that the Onigurama exception isn't subclassed from StandardError, so isn't getting caught. I'm using the onigurama 1.1.0 gem and it should be 5.9.1 of the Onigurama library. --Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
