Git Product home page Git Product logo

Comments (5)

kovidgoyal avatar kovidgoyal commented on August 24, 2024

Post the back trace

from kitty.

KaylaSolace avatar KaylaSolace commented on August 24, 2024

is this correct?

Edit: so sorry, keyboard shortcut accidentally marked completed??

from kitty.

KaylaSolace avatar KaylaSolace commented on August 24, 2024

new to using GDB, ran gdb kitty, loaded the core, and ran backtrace to generate

Core was generated by `kitty +kitten panel --debug-rendering --output-name=DP-2 sh -c echo a'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000078479a97da2b in ?? ()
   from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x78479b0f4b80 (LWP 354416))]
(gdb) backtrace 
#0  0x000078479a97da2b in ?? ()
   from /usr/lib/libc.so.6
#1  0x00007847987fee3c in ?? ()
   from /usr/lib/kitty/kitty/glfw-wayland.so
#2  0x00007847987f1e55 in glfwShowWindow ()
   from /usr/lib/kitty/kitty/glfw-wayland.so
#3  0x0000784799a3ae51 in ?? ()
   from /usr/bin/../lib/kitty/kitty/fast_data_types.so
#4  0x000078479abb0a87 in ?? ()
   from /usr/lib/libpython3.12.so.1.0
#5  0x000078479ab80abb in _PyObject_MakeTpCall ()
   from /usr/lib/libpython3.12.so.1.0
#6  0x000078479ab8931f in _PyEval_EvalFrameDefault ()
   from /usr/lib/libpython3.12.so.1.0
#7  0x000078479ab83846 in _PyObject_FastCallDictTstate () from /usr/lib/libpython3.12.so.1.0
#8  0x000078479abbff62 in _PyObject_Call_Prepend ()
   from /usr/lib/libpython3.12.so.1.0
#9  0x000078479ac96c36 in ?? ()
   from /usr/lib/libpython3.12.so.1.0
#10 0x000078479ab80abb in _PyObject_MakeTpCall ()
   from /usr/lib/libpython3.12.so.1.0
#11 0x000078479ab8931f in _PyEval_EvalFrameDefault ()
   from /usr/lib/libpython3.12.so.1.0
#12 0x000078479ac4d0f5 in PyEval_EvalCode ()
--Type <RET> for more, q to quit, c to continue without paging--
   from /usr/lib/libpython3.12.so.1.0
#13 0x000078479ac68706 in ?? ()
   from /usr/lib/libpython3.12.so.1.0
#14 0x000078479ab8c7d9 in _PyEval_EvalFrameDefault ()
   from /usr/lib/libpython3.12.so.1.0
#15 0x000078479ac4d0f5 in PyEval_EvalCode ()
   from /usr/lib/libpython3.12.so.1.0
#16 0x000078479ac68706 in ?? ()
   from /usr/lib/libpython3.12.so.1.0
#17 0x000078479aba4cbe in ?? ()
   from /usr/lib/libpython3.12.so.1.0
#18 0x000078479aba4b6d in PyObject_Vectorcall ()
   from /usr/lib/libpython3.12.so.1.0
#19 0x000078479ab8931f in _PyEval_EvalFrameDefault ()
   from /usr/lib/libpython3.12.so.1.0
#20 0x000078479ac7d55f in ?? ()
   from /usr/lib/libpython3.12.so.1.0
#21 0x000078479aac3dbe in ?? ()
   from /usr/lib/libpython3.12.so.1.0
#22 0x00005833ce73965c in main ()

from kitty.

kovidgoyal avatar kovidgoyal commented on August 24, 2024

Dont use gdb, just generate the crash, then run

coredumpctl debug

and anser y when it asks if you want to download debug symbols as without that the backtrace is much less useful.

from kitty.

KaylaSolace avatar KaylaSolace commented on August 24, 2024

ah, I apologize.

In trying to recreate this, I realize I may be using the output name flag wrong, as it segfaults on invalid input (such as any string less than 4 characters) and just opens on the focused monitor with any string over 4 characters.

what is "output name" supposed to be? evidently HDMI-A-1, DP-2 etc are not correct, but having tried everything I can think of from the output of hyprctl monitors I cannot get it to do anything other than open on the currently focused monitor regardless of what the string provided is, given it is longer than 3 characters and shorter than 12

from kitty.

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.