Open
Bug 1017685
Opened 10 years ago
Updated 2 years ago
DOM Notifications: large tag trips on Obj-C exception
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(2 files)
2014-05-29 09:43:10.510 firefox-bin[630:507] Mozilla has caught an Obj-C exception [NSInvalidArgumentException: *** -[_NSConcreteUserNotification setUserInfo:]. UserInfo too big. Encoded data greater than 1k.]
This is probably not hard to fix. Assigning to smichaud, but I can take it in a crunch.
Assignee: nobody → smichaud
Comment 2•10 years ago
|
||
I assume the main importance of this bug is that it blocks WebIDL fuzzing tests.
I hope to get to it next week or the week after.
Reporter | ||
Comment 3•10 years ago
|
||
The dependency just means it was found by that fuzzer module. This exception is non-fatal, and I can ignore matching error messages, so fuzzing continues.
Reporter | ||
Comment 4•9 years ago
|
||
Limit is higher in El Capitan, but still possible to hit this.
2015-11-25 14:47:49.733 firefox-bin[17191:356245] Mozilla has caught an Obj-C exception [NSInvalidArgumentException: *** -[_NSConcreteUserNotification setUserInfo:]. UserInfo too big. Encoded data greater than 16k. (36787 bytes)]
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 5•2 years ago
|
||
This is left over from when I was a Mozilla employee. I'll never get back to it.
Assignee: smichaud → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•