[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-25 Thread Neil Hodgson via Github-comments
`im-ibus.so` is input method (IME) code commonly used for East Asian character entry although it can used be for similar features like diacritic or emoji entry. Fiddling with language or input method settings may improve things. https://en.wikipedia.org/wiki/Intelligent_Input_Bus For a long

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
It is X11. I switched to Wayland and the issue went away. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075940983 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread elextr via Github-comments
Not very helpful but it shows the problem is entirely within the GTK/GIO/GObject/Glib libraries, the only Geany code present is the initial call to GTK. So its something in the version of those libraries that doesn't like your X11. Is it actual Xorg X11 or XWayland? -- Reply to this email

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
> When it stops at "(gdb)" type "backtrace" and return. Thanks... ``` l33tlinuxh4x0r@Ryzen ~ $ gdb GNU gdb (Gentoo 14.2 vanilla) 14.2 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread elextr via Github-comments
https://sourceware.org/gdb/current/onlinedocs/gdb#Backtrace -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075917818 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread elextr via Github-comments
When it stops at "(gdb)" type "backtrace" and return. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075915174 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
> Without a backtrace have no idea whats wrong. Could you please tell me who to obtain a backtrace? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075913143 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread elextr via Github-comments
Without a backtrace have no idea whats wrong. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075906669 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
I have figured out that the bug is only present in X11. When running Wayland the bug no longer happens. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075900204 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
``` gdb GNU gdb (Gentoo 14.2 vanilla) 14.2 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread elextr via Github-comments
Need the whole backtrace, and watch it might print some and ask if you want to continue. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075878844 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
gdb says... ``` Thread 1 "geany" received signal SIGSEGV, Segmentation fault. 0x77e4739a in pango_attr_list_unref () ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2736#issuecomment-2075807426 You are receiving this because you are

[Github-comments] Re: [geany/geany] Geany segfaults after clicking new document 3 or 4 times (#2736)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
I too have this same issue... If I open Geany and press Ctrl+N start typing a file and save it then click in the text area of the file with my mouse it segfaults... I can confirm that spamming the mouse in the text area after pressing Ctrl+N also segfaults. I am running gentoo compiled from