[MacRuby] #1369: ArgumentError (and some friends) do not always provide a backtrace
#1369: ArgumentError (and some friends) do not always provide a backtrace ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- It is sometimes possible for backtrace information to be left out of an error message. I have observed this problem with ArgumentError and NameError. It is possible to workaround the issue using some code from Eloy given in this gist: https://gist.github.com/1107314 Though, I am having some difficulty reducing the problem to a nice test case right now. -- Ticket URL: <http://www.macruby.org/trac/ticket/1369> MacRuby <http://macruby.org/>
#1369: ArgumentError (and some friends) do not always provide a backtrace ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by watson1978@…): This issue seems to duplicate of #1334. -- Ticket URL: <http://www.macruby.org/trac/ticket/1369#comment:1> MacRuby <http://macruby.org/>
#1369: ArgumentError (and some friends) do not always provide a backtrace ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by markrada26@…): Yeah, it does look like a duplicate. I still haven't been able to reduce the issue, but I'll soon be able to open source the library where I am having the issue so maybe someone can help then. -- Ticket URL: <http://www.macruby.org/trac/ticket/1369#comment:2> MacRuby <http://macruby.org/>
#1369: ArgumentError (and some friends) do not always provide a backtrace ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by mrada@…): This can be closed as a duplicate of #1334. I don't have permission to do that, so someone else will have to do it for me. -- Ticket URL: <http://www.macruby.org/trac/ticket/1369#comment:3> MacRuby <http://macruby.org/>
#1369: ArgumentError (and some friends) do not always provide a backtrace ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by mrada@…): Also, I can easily reproduce the issue by introducing a bug into AXElements. Which is the project where I was having trouble with this bug. -- Ticket URL: <http://www.macruby.org/trac/ticket/1369#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby