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

ENOSPC (No space left on device) #13771

Open
patrickbrandt76 opened this issue Oct 11, 2024 · 1 comment
Open

ENOSPC (No space left on device) #13771

patrickbrandt76 opened this issue Oct 11, 2024 · 1 comment
Labels
bug needs info Waiting for info from user(s). Issues with this label will auto-stale.

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

No space left on device

You appear to be out of storage space on your phone/tablet.

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

This isn't one of our builds. If you think this is a bug you should probably report it to your provider.

@joshtrichards joshtrichards added bug needs info Waiting for info from user(s). Issues with this label will auto-stale. labels Oct 11, 2024
@joshtrichards joshtrichards changed the title 1 ENOSPC (No space left on device) Oct 11, 2024
@joshtrichards joshtrichards mentioned this issue Oct 19, 2024
Closed
@joshtrichards joshtrichards mentioned this issue Oct 23, 2024
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs info Waiting for info from user(s). Issues with this label will auto-stale.
Projects
None yet
Development

No branches or pull requests

2 participants