Code Monkey home page Code Monkey logo

Comments (3)

andydotxyz avatar andydotxyz commented on July 3, 2024

Is the CPU usage high, or low?
This could be some sort of tight loop or it could be a deadlock.
If it is the former a CPU profile would help.
If it's the latter can you please provide a debug stack trace so we can see what locked up?

from fyne.

codesoap avatar codesoap commented on July 3, 2024

Thanks for the quick response. CPU usage is not high. How do I get a debug stack trace?

from fyne.

codesoap avatar codesoap commented on July 3, 2024

I have obtained a backtrace with the delve debugger. Is this what you were looking for?

(dlv) bt
0  0x0000000000481603 in runtime.futex
   at /usr/local/go/src/runtime/sys_linux_amd64.s:558
1  0x0000000000444c10 in runtime.futexsleep
   at /usr/local/go/src/runtime/os_linux.go:69
2  0x00000000004171dd in runtime.notesleep
   at /usr/local/go/src/runtime/lock_futex.go:170
3  0x000000000044e35e in runtime.mPark
   at /usr/local/go/src/runtime/proc.go:1761
4  0x0000000000450239 in runtime.stoplockedm
   at /usr/local/go/src/runtime/proc.go:3026
5  0x000000000045203a in runtime.schedule
   at /usr/local/go/src/runtime/proc.go:3847
6  0x000000000045268a in runtime.park_m
   at /usr/local/go/src/runtime/proc.go:4036
7  0x000000000047d7ee in runtime.mcall
   at /usr/local/go/src/runtime/asm_amd64.s:458

from fyne.

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.