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

(Bug): Program crash when trying to move a keyframe #1018

Open
7 of 10 tasks
platyple opened this issue Dec 1, 2024 · 0 comments
Open
7 of 10 tasks

(Bug): Program crash when trying to move a keyframe #1018

platyple opened this issue Dec 1, 2024 · 0 comments
Labels
type:bug Something isn't working

Comments

@platyple
Copy link

platyple commented Dec 1, 2024

Make sure to follow our issue report guidelines

  • I'm using the latest version of Natron (not required but recommended)
  • I've restarted Natron and the issue persists
  • I've run Natron via the command line and the issue persists
  • I've followed the contributing guidelines to the best of my understanding
  • My issue is not on the issue tracker or in a pull request already (go search for it and dig around a little bit!)
  • This bug is reproducible

Natron version

Natron 2.5.0

Operating system

Arch Linux

System specs

Ram: 16GB
CPU: AMD Ryzen 3600
GPU: AMD Radeon RX 5600XT

Did you install Natron using the official installer?

  • Yes, I used the official installer
  • No, I installed from a binary archive
  • No, I compiled Natron from sources
  • No, I installed Natron via another method

Custom installation path

~/Natron-2.5.0/

What were you trying to do?

I have a project with a bunch of linked properties, one of them has a singular keyframe that can't be touched or deleted else Natron crashes.

What did you expect to happen? What happened instead?

project_brokey.zip

Step-by-step reproduction instructions

  1. Open the above project
  2. Select the node called "progress"
  3. Try to delete or move the size keyframes, particularly the height component

Additional details

  • I have tried manually deleting the Keyframes from the file, to no avail
  • Copying the nodes to a separate project yields the same result
  • Starting Natron with --no-settings and/or --opengl disabled yields the same result
  • I can't get Natron to spit out a coredump but the command line gives me the following Backtrace:
Caught segmentation fault (SIGSEGV) from thread Main(0x25b637e0), faulty address is 0xb11a5a from 0x701401b0
Backtrace:
[Frame 1]: /home/plat/Natron-2.5.0/bin/Natron() [0xb11a5a]
[Frame 2]: /home/plat/Natron-2.5.0/bin/Natron() [0xb11a5a]
[Frame 3]: /home/plat/Natron-2.5.0/bin/Natron() [0xb141fd]
[Frame 4]: /home/plat/Natron-2.5.0/bin/Natron() [0xb49a9b]
[Frame 5]: /home/plat/Natron-2.5.0/bin/Natron() [0xb0ed41]
[Frame 6]: /home/plat/Natron-2.5.0/bin/Natron() [0xb0f723]
[Frame 7]: /home/plat/Natron-2.5.0/bin/../lib/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x700) [0x7014c958f530]
[Frame 8]: /home/plat/Natron-2.5.0/bin/Natron() [0xb0d2be]
[Frame 9]: /home/plat/Natron-2.5.0/bin/Natron() [0xb4ec8b]
[Frame 10]: /home/plat/Natron-2.5.0/bin/Natron() [0xb4e1bb]
[Frame 11]: /home/plat/Natron-2.5.0/bin/Natron() [0x5fab66]
[Frame 12]: /home/plat/Natron-2.5.0/bin/../lib/libQtGui.so.4(_ZN10QUndoStack4pushEP12QUndoCommand+0x28) [0x7014ca0033d8]
[Frame 13]: /home/plat/Natron-2.5.0/bin/Natron() [0x7a6edf]
[Frame 14]: /home/plat/Natron-2.5.0/bin/Natron() [0x5f6914]
[Frame 15]: /home/plat/Natron-2.5.0/bin/../lib/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x700) [0x7014c958f530]

let me know if there's anything else you need or something i can try.

Cheers!

@platyple platyple added the type:bug Something isn't working label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant