Closed
Bug 1430646
Opened 7 years ago
Closed 6 years ago
Crashes when downloading “large” file through data: URI
Categories
(Firefox for Android Graveyard :: Download Manager, defect, P4)
Tracking
(fennec-)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: thib.mozillabts-7b30, Unassigned)
Details
Crash Data
Attachments
(1 file)
7.43 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20180105065505
Steps to reproduce:
Downloaded a “large” file encoded as a data: URI, e.g. at:
https://sitedethib.com/files/firefoxcrash.html
Actual results:
Firefox crashed (without offering to send a crash report).
Android logs attached.
Expected results:
It should have downloaded the file without crashing.
Comment 1•7 years ago
|
||
android.os.TransactionTooLargeException: data parcel size 818528 bytes
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:764)
at android.app.IActivityManager$Stub$Proxy.getIntentSender(IActivityManager.java:5498)
at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:564)
at android.app.PendingIntent.getBroadcast(PendingIntent.java:547)
at org.mozilla.gecko.notifications.NotificationHelper.buildNotificationPendingIntent(NotificationHelper.java:211)
at org.mozilla.gecko.notifications.NotificationHelper.showNotification(NotificationHelper.java:303)
at org.mozilla.gecko.notifications.NotificationHelper.handleMessage(NotificationHelper.java:119)
at org.mozilla.gecko.EventDispatcher$2.run(EventDispatcher.java:341)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Status: UNCONFIRMED → NEW
tracking-fennec: --- → ?
Crash Signature: [@ android.os.TransactionTooLargeException: data parcel size 818528 bytes at android.os.BinderProxy.transactNative(Native Method) ]
Ever confirmed: true
tracking-fennec: ? → -
Priority: -- → P4
Comment 2•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 3•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•