Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #13819

Closed
patrickbrandt76 opened this issue Oct 19, 2024 · 1 comment
Closed

1 #13819

patrickbrandt76 opened this issue Oct 19, 2024 · 1 comment

Comments

@patrickbrandt76
Copy link

Cause of error

Exception in thread "Thread-2" java.io.IOException: write failed: ENOSPC (No space left on device)
    at libcore.io.IoBridge.write(IoBridge.java:540)
    at java.io.FileOutputStream.write(FileOutputStream.java:398)
    at java.io.FileOutputStream.write(FileOutputStream.java:376)
    at com.nextcloud.client.logger.FileLogHandler.write(FileLogHandler.kt:77)
    at com.nextcloud.client.logger.LoggerImpl.eventLoop(LoggerImpl.kt:132)
    at com.nextcloud.client.logger.LoggerImpl.access$eventLoop(LoggerImpl.kt:32)
    at com.nextcloud.client.logger.LoggerImpl$start$1.invoke(LoggerImpl.kt:57)
    at com.nextcloud.client.logger.LoggerImpl$start$1.invoke(LoggerImpl.kt:57)
    at com.nextcloud.client.logger.ThreadLoop.loop(ThreadLoop.kt:70)
    at com.nextcloud.client.logger.ThreadLoop.$r8$lambda$hYfuazcxVm6CsqDRlq1Sko8-5IA(Unknown Source:0)
    at com.nextcloud.client.logger.ThreadLoop$$ExternalSyntheticLambda0.run(Unknown Source:2)
    at java.lang.Thread.run(Thread.java:923)
Caused by: Exception in thread "Thread-2" android.system.ErrnoException: write failed: ENOSPC (No space left on device)
    at libcore.io.Linux.writeBytes(Native Method)
    at libcore.io.Linux.write(Linux.java:293)
    at libcore.io.ForwardingOs.write(ForwardingOs.java:240)
    at libcore.io.BlockGuardOs.write(BlockGuardOs.java:418)
    at libcore.io.ForwardingOs.write(ForwardingOs.java:240)
    at libcore.io.IoBridge.write(IoBridge.java:535)
    at java.io.FileOutputStream.write(FileOutputStream.java:398)
    at java.io.FileOutputStream.write(FileOutputStream.java:376)
    at com.nextcloud.client.logger.FileLogHandler.write(FileLogHandler.kt:77)
    at com.nextcloud.client.logger.LoggerImpl.eventLoop(LoggerImpl.kt:132)
    at com.nextcloud.client.logger.LoggerImpl.access$eventLoop(LoggerImpl.kt:32)
    at com.nextcloud.client.logger.LoggerImpl$start$1.invoke(LoggerImpl.kt:57)
    at com.nextcloud.client.logger.LoggerImpl$start$1.invoke(LoggerImpl.kt:57)
    at com.nextcloud.client.logger.ThreadLoop.loop(ThreadLoop.kt:70)
    at com.nextcloud.client.logger.ThreadLoop.$r8$lambda$hYfuazcxVm6CsqDRlq1Sko8-5IA(Unknown Source:0)
    at com.nextcloud.client.logger.ThreadLoop$$ExternalSyntheticLambda0.run(Unknown Source:2)
    at java.lang.Thread.run(Thread.java:923)

App information

  • ID: com.t_systems.android.webdav
  • Version: 72123 (build #17956)
  • Build flavor: gplay

Device information

  • Brand: samsung
  • Device: a70q
  • Model: SM-A705FN
  • Id: RP1A.200720.012
  • Product: a70qeea

Firmware

  • SDK: 30
  • Release: 11
  • Incremental: A705FNXXU5DWB4
@joshtrichards
Copy link
Member

Duplicate of #13771

@joshtrichards joshtrichards marked this as a duplicate of #13771 Oct 19, 2024
@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants