Giter VIP home page Giter VIP logo

Comments (7)

501NotImplemented avatar 501NotImplemented commented on September 22, 2024 2

@slook yes, I haven't run the test yet, but decided to locate the faulty RAM plank, because I suspected that one of four planks (of same model) had issues. I've tried different configuration (running on 1 plank or 2 kits, mixing the pairs) and as of now - I've found the combination where I've got rid of those errors. Nicotine+ is running for 4 days, works as expected.

I suggest to close this ticket. However, I don't have a valid explanation what was the exact rootcause of the RAM issues on my side and why it was fixed in a such a naive way. Anyway, I'm happy that the issue is gone and thank you for your patience and investigation.

from nicotine-plus.

mathiascode avatar mathiascode commented on September 22, 2024 1

This is not a programming error:

for transfer in child_transfers:
status = transfer.status
if status == TransferStatus.TRANSFERRING:
# "Transferring" status always has the highest priority
parent_status = status
speed += transfer.speed
elif parent_status in self.deprioritized_statuses and status != TransferStatus.FINISHED:
# "Finished" status always has the lowest priority
parent_status = status
if status == TransferStatus.FILTERED and transfer.virtual_path:
# We don't want to count filtered files when calculating the progress
continue
elapsed += transfer.time_elapsed
total_size += transfer.size
current_byte_offset += transfer.current_byte_offset or 0

If transfer was actually an integer, Nicotine+ would've crashed on line 495.

Since this issue is essentially the same as your previously reported issues, it seems increasingly likely that this is either a

  1. hardware issue, most likely memory, or
  2. something outside Nicotine+ screwing with memory

from nicotine-plus.

mathiascode avatar mathiascode commented on September 22, 2024 1

@501NotImplemented If possible, I suggest checking any files downloaded/modified in recent weeks for any obvious glitches/corruptions.

from nicotine-plus.

slook avatar slook commented on September 22, 2024 1

@501NotImplemented I am glad you seem to have found the underlying hardware fault in your machine as a result of these investigations, and also thankful for you for providing debug logs and data that has helped make improvements.

However, I don't have a valid explanation...

That is just the nature of hardware failures, by its nature it is frustrating to troubleshoot.

Echoing as above I share the concern about file corruption that may still exist on your system, it would be a good idea to refrain from sharing until you have verified the integrity of your files.

from nicotine-plus.

mathiascode avatar mathiascode commented on September 22, 2024

Could you try the Windows Memory Diagnostic Tool again, as well as MemTest86?

https://www.memtest86.com/
https://www.youtube.com/watch?v=EDCk04hgVEk

Have you run into any BSODs or crashes in other programs?

from nicotine-plus.

501NotImplemented avatar 501NotImplemented commented on September 22, 2024

@mathiascode I've had BSOD's previously, which were resolved by OS reinstall. Haven't caught them since then. I'll try to rerun Win Memory Diagnostic again on the weekends, last time it didn't find any issues, but it's a quite time-consuming check.

from nicotine-plus.

slook avatar slook commented on September 22, 2024

Have you had opportunity to verify that you don't have faulty RAM in your machine?

Also, another test (that is quicker do) that can be run is does a SMART data check pass on your hard drive(s)?

from nicotine-plus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.