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

设备上没有空间 #36

Closed
BoostMom opened this issue Jan 15, 2019 · 5 comments
Closed

设备上没有空间 #36

BoostMom opened this issue Jan 15, 2019 · 5 comments

Comments

@BoostMom
Copy link

  1. 不知道为什么,我看机器是有存储空间的,不是OOM,但是报没有空间的问题
  2. 换成小数据,同样报上述错误
@sing1ee
Copy link
Owner

sing1ee commented Jan 15, 2019

具体的错误异常,贴一下?

@BoostMom
Copy link
Author

image

java.io.IOException: 设备上没有空间
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:326)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
at java.io.FilterOutputStream.write(FilterOutputStream.java:97)
at com.fasterxml.sort.std.RawTextLineWriter.writeEntry(RawTextLineWriter.java:65)
at com.fasterxml.sort.std.RawTextLineWriter.writeEntry(RawTextLineWriter.java:7)
at com.fasterxml.sort.SorterBase._writePresorted(SorterBase.java:222)
at com.fasterxml.sort.IteratingSorter.sort(IteratingSorter.java:87)
at com.fasterxml.sort.Sorter.sort(Sorter.java:85)
at com.fasterxml.sort.Sorter.sort(Sorter.java:69)
at dict.build.FastBuilder.sortFile(FastBuilder.java:124)
at dict.build.FastBuilder.mergeEntropy(FastBuilder.java:357)
at dict.build.Main.main(Main.java:38)

@BoostMom
Copy link
Author

其他文件都有数据,最后的word里没有数据。

@sing1ee
Copy link
Owner

sing1ee commented Jan 17, 2019

比较奇怪,会不会是文件字符集的问题?

@sing1ee
Copy link
Owner

sing1ee commented Apr 8, 2019

试一下最新的代码

@sing1ee sing1ee closed this as completed Apr 8, 2019
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