Closed
Bug 1015858
Opened 12 years ago
Closed 10 years ago
Firefox runs out of memory when a large string is sent through RPC in GWT
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: suicidaldj, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
Send a 2+ MB string through RPC to the client in GWT
Actual results:
com.google.gwt.core.client.JavaScriptException: (String) : out of memory
at com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.eval(ClientSerializationStreamReader.java:33)
at com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.$prepareToRead(ClientSerializationStreamReader.java:54)
at com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.createStreamReader(RemoteServiceProxy.java:255)
at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:198)
at com.polarion.alm.ui.client.rpc.PolarionRPCRB$MyRequestCallback.onResponseReceived(PolarionRPCRB.java:45)
at com.google.gwt.http.client.Request.$fireOnResponseReceived(Request.java:237)
at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:409)
at Unknown.anonymous(Unknown Source)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java:287)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:326)
at Unknown.anonymous(Unknown Source)
Expected results:
no error and the string should come through as in FF28
Comment 1•10 years ago
|
||
Hello Tomas, Thanks for reporting this issue and sorry for getting back to you so late. Can you reproduce this issue on the latest released version of firefox https://www.mozilla.org/en-US/firefox/new/
Let us know if you still encounter this issue. Thanks.
Component: Untriaged → Performance Monitoring
Flags: needinfo?(suicidaldj)
Product: Firefox → Toolkit
Updated•10 years ago
|
Component: Performance Monitoring → JavaScript: GC
Product: Toolkit → Core
Comment 2•10 years ago
|
||
Resolved-Incomplete due to time since last communication/update by reporter.
Please feel free to reopen if the error occurs in a current Firefox version.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•