Skip to content

Crash when configuring auto upload #16746

@yonubear

Description

@yonubear

Cause of error

Exception in thread "Thread-49" java.lang.OutOfMemoryError: Failed to allocate a 24 byte allocation with 4728 free bytes and 4728B until OOM, target footprint 268435456, growth limit 268435456; giving up on allocation because <1% of heap free after GC.
    at org.conscrypt.ConscryptEngine.newResult(ConscryptEngine.java:1370)
    at org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:940)
    at org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:751)
    at org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:716)
    at org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:833)
    at org.conscrypt.ConscryptEngineSocket$SSLInputStream.readUntilDataAvailable(ConscryptEngineSocket.java:799)
    at org.conscrypt.ConscryptEngineSocket$SSLInputStream.read(ConscryptEngineSocket.java:772)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:239)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:279)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:338)
    at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:182)
    at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:196)
    at org.apache.commons.httpclient.ChunkedInputStream.exhaustInputStream(ChunkedInputStream.java:369)
    at org.apache.commons.httpclient.ChunkedInputStream.close(ChunkedInputStream.java:346)
    at java.io.FilterInputStream.close(FilterInputStream.java:180)
    at org.apache.commons.httpclient.AutoCloseInputStream.notifyWatcher(AutoCloseInputStream.java:194)
    at org.apache.commons.httpclient.AutoCloseInputStream.close(AutoCloseInputStream.java:158)
    at sun.nio.cs.StreamDecoder.implClose(StreamDecoder.java:441)
    at sun.nio.cs.StreamDecoder.close(StreamDecoder.java:203)
    at java.io.InputStreamReader.close(InputStreamReader.java:192)
    at com.android.org.kxml2.io.KXmlParser.close(KXmlParser.java:1757)
    at libcore.io.IoUtils$$ExternalSyntheticAutoCloseableDispatcher0.m(D8$$SyntheticClass:0)
    at libcore.io.IoUtils.closeQuietly(IoUtils.java:195)
    at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:155)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:107)
    at org.apache.jackrabbit.webdav.xml.DomUtil.parseDocument(DomUtil.java:104)
    at org.apache.jackrabbit.webdav.client.methods.DavMethodBase.getResponseBodyAsDocument(DavMethodBase.java:113)
    at org.apache.jackrabbit.webdav.client.methods.DavMethodBase.getRootElement(DavMethodBase.java:137)
    at org.apache.jackrabbit.webdav.client.methods.DavMethodBase.processResponseBody(DavMethodBase.java:282)
    at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1749)
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
    at com.owncloud.android.lib.common.OwnCloudClient.executeMethod(OwnCloudClient.java:192)
    at com.owncloud.android.lib.resources.files.ReadFolderRemoteOperation.run(ReadFolderRemoteOperation.java:62)
    at com.owncloud.android.lib.common.operations.RemoteOperation.execute(RemoteOperation.java:193)
    at com.owncloud.android.operations.RefreshFolderOperation.fetchAndSyncRemoteFolder(RefreshFolderOperation.java:413)
    at com.owncloud.android.operations.RefreshFolderOperation.run(RefreshFolderOperation.java:247)
    at com.owncloud.android.lib.common.operations.RemoteOperation.run(RemoteOperation.java:387)
    at java.lang.Thread.run(Thread.java:1564)

App information

  • ID: com.nextcloud.client
  • Version: 30290390
  • Build flavor: generic

Device information

  • Brand: samsung
  • Device: c2q
  • Model: SM-N986U1
  • Id: TP1A.220624.014
  • Product: c2quew

Firmware

  • SDK: 33
  • Release: 13
  • Incremental: N986U1UESEHYH1

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagebugneeds infoWaiting for info from user(s). Issues with this label will auto-stale.performance: OOM 🧠Out of memory errors / OutOfMemoryError

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions