-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.
Description
Version: v4.4.3
Platform: Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Code:
var assert = require('assert');
var b = {};
b.b = b;
var c = {};
c.b = c;
assert.deepEqual(b, c);
Expected: no exceptions.
Actual: RangeError: Maximum call stack size exceeded
See also:
Metadata
Metadata
Assignees
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.