Note that there are some explanatory texts on larger screens.

plurals
  1. POout of memory error , my app's fault?
    primarykey
    data
    text
    <p>i have a aplication on the android market , in wich exceptions and errors are catched and sent to me by acra.</p> <p>But i receive quite a lot out of memory errors.. In different kind of classes...some my app, some general java..</p> <p>Does this always mean there is a problem in my app, or can it also be the phone ran out of memory due to a other process?</p> <p>Will users also get a fc dialog ?</p> <p><strong>Additional Information</strong></p> <p>There is nothing memory intensite in my app..</p> <p>no images...no big chunks of data.. only a simple view..and most intensive a mobclix ad..</p> <p>i'm new to java...so i may have a leak somewhere..but i do find it hard to debug that. But at this point i'm not even sure there is someting wrong...</p> <p>i get about 25 -50 OOM error's daily..but compared to 60.000 ads it shows a day. (i show only 1 or 2 ads for each time it's started) that is not too much.</p> <p>1 receive errors like :</p> <pre><code>"java.lang.OutOfMemoryError at org.apache.http.impl.io.AbstractSessionInputBuffer.init(AbstractSessionInputBuffer.java:79) at org.apache.http.impl.io.SocketInputBuffer.&lt;init&gt;(SocketInputBuffer.java:93) at android.net.http.AndroidHttpClientConnection.bind(AndroidHttpClientConnection.java:114) at android.net.http.HttpConnection.openConnection(HttpConnection.java:61) at android.net.http.Connection.openHttpConnection(Connection.java:378) at android.net.http.Connection.processRequests(Connection.java:237) at android.net.http.ConnectionThread.run(ConnectionThread.java:125) </code></pre> <p>"</p> <pre><code>"java.lang.OutOfMemoryError at java.io.BufferedReader.&lt;init&gt;(BufferedReader.java:102) at com.mobclix.android.sdk.Mobclix$FetchResponseThread.run(Mobclix.java:1422) at com.mobclix.android.sdk.MobclixAdView$FetchAdResponseThread.run(MobclixAdView.java:390) at java.util.Timer$TimerImpl.run(Timer.java:290) </code></pre> <p>"</p> <pre><code>"java.lang.OutOfMemoryError at org.apache.http.util.ByteArrayBuffer.&lt;init&gt;(ByteArrayBuffer.java:53) at org.apache.http.impl.io.AbstractSessionOutputBuffer.init(AbstractSessionOutputBuffer.java:77) at org.apache.http.impl.io.SocketOutputBuffer.&lt;init&gt;(SocketOutputBuffer.java:76) at android.net.http.AndroidHttpClientConnection.bind(AndroidHttpClientConnection.java:115) at android.net.http.HttpConnection.openConnection(HttpConnection.java:61) at android.net.http.Connection.openHttpConnection(Connection.java:378) at android.net.http.Connection.processRequests(Connection.java:237) at android.net.http.ConnectionThread.run(ConnectionThread.java:125) </code></pre> <p>"</p> <p>So the main question is..am i leaking somewhere.. or can this be considered normal because in a small % of cases the phone may be out of memory due to other aplications running on it.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload