Skip to content

TypeError: null is not an object (evaluating 'f.abort') #487

@christopherstott

Description

@christopherstott

I'm not sure what might be causing this

We see this mostly on Mac OS X Safari 9 - but once on Chrome 32 Windows.

The line in sentry points to:

            while(i--) args[i] = deep ? Raven.wrap(options, arguments[i]) : arguments[i];
            try {
                /*jshint -W040*/
                return func.apply(this, args); <-- HERE
            } catch(e) {
                Raven.captureException(e, options);
                throw e;
            }
        }

It's not obvious if Raven itself is causing the error, or if it is just dying handling another error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions