Code Monkey home page Code Monkey logo

Comments (15)

po5 avatar po5 commented on June 3, 2024

Any more details? Were thumbnails working for a few seconds, minutes?
Did you have to hover the timeline a bunch to trigger this?

from thumbfast.

natural-harmonia-gropius avatar natural-harmonia-gropius commented on June 3, 2024

few seconds

2023-05-11.170931.mp4

from thumbfast.

po5 avatar po5 commented on June 3, 2024

Does reverting 7d813a9 fix it?

from thumbfast.

natural-harmonia-gropius avatar natural-harmonia-gropius commented on June 3, 2024

No

from thumbfast.

po5 avatar po5 commented on June 3, 2024

Max is 1000 events, it couldn't possibly be coming from our observed properties, must be some recursion somewhere.
Can you try removing or (rotate == nil and not disabled)? This is the most obvious cause I can think of.

from thumbfast.

natural-harmonia-gropius avatar natural-harmonia-gropius commented on June 3, 2024

Not fix.
And freeze happens before error message.

from thumbfast.

christoph-heinrich avatar christoph-heinrich commented on June 3, 2024

If it's some recursion somewhere, you can try finding it with print(debug.traceback())

from thumbfast.

po5 avatar po5 commented on June 3, 2024

Reverted until I can reproduce this and figure it out, use the observe-properties branch if you want to take a crack at it.

from thumbfast.

hooke007 avatar hooke007 commented on June 3, 2024

And freeze happens before error message.

Yes, I never saw any error in console but thumbnail just quickliy lost response.

from thumbfast.

hooke007 avatar hooke007 commented on June 3, 2024

@po5 Freezing was introduced by be884c6

from thumbfast.

po5 avatar po5 commented on June 3, 2024

Weird, surely it's possible to keep the Windows socket open. I'll try booting into Windows.

from thumbfast.

po5 avatar po5 commented on June 3, 2024

Turns out the pipe just stops responding after we send it 4096 bytes of data. Gotta love Windows.
I'll reopen the file every time we hit 4096 bytes, problem solved and we keep the speedup of reopening a file, most of the time.

from thumbfast.

po5 avatar po5 commented on June 3, 2024

Should be fixed?

from thumbfast.

N-R-K avatar N-R-K commented on June 3, 2024

Turns out the pipe just stops responding after we send it 4096 bytes of data. Gotta love Windows.

That can also happen on linux/posix if the other end isn't draining the pipe (although PIPE_MAX is typically higher than 4KiB, at least on linux). Or are you saying it stops after sending 4KiB in total - regardless of whether the other end drained it or not?

from thumbfast.

po5 avatar po5 commented on June 3, 2024

Total, the pipe seems to never clear. I tried different opening modes.
If you know a way to get it to work, that would obviously be nice.

from thumbfast.

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.