[Github-comments] Re: [geany/geany-plugins] can't save new files under windows 10 (#737)

2023-11-02 Thread l33tlinuxh4x0r via Github-comments
This is still an issue on windows 11. Has anyone found a fix yet?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/737#issuecomment-1791866101
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 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 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 source... I'm 
about to get a gdb and will post the results as a follow up.

```
l33tlinuxh4x0r@Ryzen ~ $ geany -v
(geany:86563): GLib-GIO-DEBUG: 16:38:29.129: Using cross-namespace EXTERNAL 
authentication (this will deadlock if server is GDBus < 2.73.3)
(geany:86563): GLib-GIO-DEBUG: 16:38:29.131: _g_io_module_get_default: Found 
default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
Geany-INFO: 16:38:29.148: Geany 2.0, unknown
Geany-INFO: 16:38:29.148: GTK 3.24.41, GLib 2.78.4
Geany-INFO: 16:38:29.148: OS: Gentoo Linux
Geany-INFO: 16:38:29.148: System data dir: /usr/share/geany
Geany-INFO: 16:38:29.148: User config dir: /home/l33tlinuxh4x0r/.config/geany
Geany-INFO: 16:38:29.207: Loaded GTK+ CSS theme '/usr/share/geany/geany.css'
Geany-INFO: 16:38:29.209: System plugin path: /usr/lib64/geany
Geany-INFO: 16:38:29.212: Added filetype Groovy (65).
Geany-INFO: 16:38:29.212: Added filetype Nim (66).
Geany-INFO: 16:38:29.212: Added filetype Meson (67).
Geany-INFO: 16:38:29.212: Added filetype Kotlin (68).
Geany-INFO: 16:38:29.212: Added filetype Scala (69).
Geany-INFO: 16:38:29.212: Added filetype Arduino (70).
Geany-INFO: 16:38:29.212: Added filetype CUDA (71).
Geany-INFO: 16:38:29.212: Added filetype JSON (72).
Geany-INFO: 16:38:29.212: Added filetype TypeScript (73).
Geany-INFO: 16:38:29.212: Added filetype Graphviz (74).
Geany-INFO: 16:38:29.212: Added filetype Clojure (75).
Geany-INFO: 16:38:29.212: Added filetype Genie (76).
Geany-INFO: 16:38:29.212: Added filetype Cython (77).
Geany-INFO: 16:38:29.212: Added filetype Swift (78).
Geany-INFO: 16:38:29.218: Loaded libvte from libvte-2.91.so
Geany-INFO: 16:38:29.219: Loaded:   /usr/lib64/geany/overview.so (Overview)
Geany-INFO: 16:38:29.226: /home/l33tlinuxh4x0r/work.py : Python (UTF-8)
Geany-INFO: 16:38:29.234: Loaded /usr/share/geany/tags/std.py.tags (Python), 
15267 symbol(s).
Geany-INFO: 16:38:29.252: /home/l33tlinuxh4x0r/work2.py : Python (UTF-8)
Geany-INFO: 16:38:29.255: /home/l33tlinuxh4x0r/work3.py : Python (UTF-8)
Geany-INFO: 16:38:29.257: /home/l33tlinuxh4x0r/work4.py : Python (UTF-8)
Geany-INFO: 16:38:29.259: /home/l33tlinuxh4x0r/work5.py : Python (UTF-8)
Geany-INFO: 16:38:29.261: /home/l33tlinuxh4x0r/work6.py : Python (UTF-8)
Geany-INFO: 16:38:29.264: /home/l33tlinuxh4x0r/work7.py : Python (UTF-8)
Geany-INFO: 16:38:29.267: /home/l33tlinuxh4x0r/work8.py : Python (UTF-8)
(geany:86563): GLib-DEBUG: 16:38:29.372: g_unix_open_pipe() called with 
FD_CLOEXEC; please migrate to using O_CLOEXEC instead
Geany-INFO: 16:38:33.653: unknown : None (UTF-8)
(geany:86563): GLib-GIO-DEBUG: 16:38:38.122: Using cross-namespace EXTERNAL 
authentication (this will deadlock if server is GDBus < 2.73.3)
(geany:86563): GLib-GIO-DEBUG: 16:38:38.146: _g_io_module_get_default: Found 
default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
(geany:86563): dconf-DEBUG: 16:38:38.146: watch_fast: 
"/org/gtk/settings/file-chooser/" (establishing: 0, active: 0)
(geany:86563): dconf-DEBUG: 16:38:38.146: watch_established: 
"/org/gtk/settings/file-chooser/" (establishing: 1)
Geany-INFO: 16:38:41.194: /home/l33tlinuxh4x0r/broken.py : Python (UTF-8)
Geany-INFO: 16:38:41.195: /home/l33tlinuxh4x0r/broken.py : Python (UTF-8)
(geany:86563): dconf-DEBUG: 16:38:41.196: change_fast
Segmentation fault (core dumped)
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2736#issuecomment-2075802683
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
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 "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) exec-file /usr/bin/geany
(gdb) r
Starting program: /usr/bin/geany 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
[New Thread 0x754006c0 (LWP 41390)]
[New Thread 0x74a006c0 (LWP 41391)]
[New Thread 0x7fffefe006c0 (LWP 41392)]
[New Thread 0x7fffef4006c0 (LWP 41393)]
[New Thread 0x7fffee2006c0 (LWP 41394)]
[New Thread 0x7fffed8006c0 (LWP 41395)]
[New Thread 0x7fffece006c0 (LWP 41396)]
[Detaching after fork from child process 41398]
[Thread 0x7fffed8006c0 (LWP 41395) exited]
[Thread 0x7fffee2006c0 (LWP 41394) exited]

Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
0x77e6d14e in free () from /usr/lib64/libc.so.6
(gdb) 

```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2736#issuecomment-2075890157
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] [geany/geany] Geany segfaults after clicking in a new documents text area. (Issue #3857)

2024-04-24 Thread l33tlinuxh4x0r via Github-comments
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... If I spam the mouse in 
the text area after pressing Ctrl+N also segfaults. I am running gentoo fully 
up to date compiled from source Geany version 2.0.

```
l33tlinuxh4x0r@Ryzen ~ $ geany -v
(geany:86563): GLib-GIO-DEBUG: 16:38:29.129: Using cross-namespace EXTERNAL 
authentication (this will deadlock if server is GDBus < 2.73.3)
(geany:86563): GLib-GIO-DEBUG: 16:38:29.131: _g_io_module_get_default: Found 
default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
Geany-INFO: 16:38:29.148: Geany 2.0, unknown
Geany-INFO: 16:38:29.148: GTK 3.24.41, GLib 2.78.4
Geany-INFO: 16:38:29.148: OS: Gentoo Linux
Geany-INFO: 16:38:29.148: System data dir: /usr/share/geany
Geany-INFO: 16:38:29.148: User config dir: /home/l33tlinuxh4x0r/.config/geany
Geany-INFO: 16:38:29.207: Loaded GTK+ CSS theme '/usr/share/geany/geany.css'
Geany-INFO: 16:38:29.209: System plugin path: /usr/lib64/geany
Geany-INFO: 16:38:29.212: Added filetype Groovy (65).
Geany-INFO: 16:38:29.212: Added filetype Nim (66).
Geany-INFO: 16:38:29.212: Added filetype Meson (67).
Geany-INFO: 16:38:29.212: Added filetype Kotlin (68).
Geany-INFO: 16:38:29.212: Added filetype Scala (69).
Geany-INFO: 16:38:29.212: Added filetype Arduino (70).
Geany-INFO: 16:38:29.212: Added filetype CUDA (71).
Geany-INFO: 16:38:29.212: Added filetype JSON (72).
Geany-INFO: 16:38:29.212: Added filetype TypeScript (73).
Geany-INFO: 16:38:29.212: Added filetype Graphviz (74).
Geany-INFO: 16:38:29.212: Added filetype Clojure (75).
Geany-INFO: 16:38:29.212: Added filetype Genie (76).
Geany-INFO: 16:38:29.212: Added filetype Cython (77).
Geany-INFO: 16:38:29.212: Added filetype Swift (78).
Geany-INFO: 16:38:29.218: Loaded libvte from libvte-2.91.so
Geany-INFO: 16:38:29.219: Loaded:   /usr/lib64/geany/overview.so (Overview)
Geany-INFO: 16:38:29.226: /home/l33tlinuxh4x0r/work.py : Python (UTF-8)
Geany-INFO: 16:38:29.234: Loaded /usr/share/geany/tags/std.py.tags (Python), 
15267 symbol(s).
Geany-INFO: 16:38:29.252: /home/l33tlinuxh4x0r/work2.py : Python (UTF-8)
Geany-INFO: 16:38:29.255: /home/l33tlinuxh4x0r/work3.py : Python (UTF-8)
Geany-INFO: 16:38:29.257: /home/l33tlinuxh4x0r/work4.py : Python (UTF-8)
Geany-INFO: 16:38:29.259: /home/l33tlinuxh4x0r/work5.py : Python (UTF-8)
Geany-INFO: 16:38:29.261: /home/l33tlinuxh4x0r/work6.py : Python (UTF-8)
Geany-INFO: 16:38:29.264: /home/l33tlinuxh4x0r/work7.py : Python (UTF-8)
Geany-INFO: 16:38:29.267: /home/l33tlinuxh4x0r/work8.py : Python (UTF-8)
(geany:86563): GLib-DEBUG: 16:38:29.372: g_unix_open_pipe() called with 
FD_CLOEXEC; please migrate to using O_CLOEXEC instead
Geany-INFO: 16:38:33.653: unknown : None (UTF-8)
(geany:86563): GLib-GIO-DEBUG: 16:38:38.122: Using cross-namespace EXTERNAL 
authentication (this will deadlock if server is GDBus < 2.73.3)
(geany:86563): GLib-GIO-DEBUG: 16:38:38.146: _g_io_module_get_default: Found 
default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
(geany:86563): dconf-DEBUG: 16:38:38.146: watch_fast: 
"/org/gtk/settings/file-chooser/" (establishing: 0, active: 0)
(geany:86563): dconf-DEBUG: 16:38:38.146: watch_established: 
"/org/gtk/settings/file-chooser/" (establishing: 1)
Geany-INFO: 16:38:41.194: /home/l33tlinuxh4x0r/broken.py : Python (UTF-8)
Geany-INFO: 16:38:41.195: /home/l33tlinuxh4x0r/broken.py : Python (UTF-8)
(geany:86563): dconf-DEBUG: 16:38:41.196: change_fast
Segmentation fault (core dumped)
```

gdb says the exact same thing every time I reproduce this bug.

```
0x778d014e in free () from /usr/lib64/libc.so.6
```

Does anyone know why this is happening and or have a fix?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3857
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.

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
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 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 free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) exec-file /usr/bin/geany
(gdb) r
Starting program: /usr/bin/geany 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
[New Thread 0x754006c0 (LWP 75924)]
[New Thread 0x7fffefe006c0 (LWP 75925)]
[New Thread 0x74a006c0 (LWP 75926)]
[New Thread 0x7fffef4006c0 (LWP 75927)]
[New Thread 0x7fffee2006c0 (LWP 75928)]
[New Thread 0x7fffed8006c0 (LWP 75929)]
[New Thread 0x7fffece006c0 (LWP 75931)]
[Detaching after fork from child process 75932]
[Thread 0x7fffed8006c0 (LWP 75929) exited]
[Thread 0x7fffee2006c0 (LWP 75928) exited]

Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
0x77e6c14e in free () from /usr/lib64/libc.so.6
(gdb) backtrace
#0  0x77e6c14e in free () at /usr/lib64/libc.so.6
#1  0x7550048a in ??? ()
at /usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so
#2  0x75501249 in ??? ()
at /usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so
#3  0x77290d56 in ??? () at /usr/lib64/libgtk-3.so.0
#4  0x76b86660 in g_closure_invoke () at /usr/lib64/libgobject-2.0.so.0
#5  0x76b99bef in ??? () at /usr/lib64/libgobject-2.0.so.0
#6  0x76b9afd9 in ??? () at /usr/lib64/libgobject-2.0.so.0
#7  0x76ba1272 in g_signal_emit_valist ()
at /usr/lib64/libgobject-2.0.so.0
#8  0x76ba1327 in g_signal_emit () at /usr/lib64/libgobject-2.0.so.0
#9  0x7754bd1c in ??? () at /usr/lib64/libgtk-3.so.0
#10 0x773fc93e in ??? () at /usr/lib64/libgtk-3.so.0
#11 0x773fe536 in gtk_main_do_event () at /usr/lib64/libgtk-3.so.0
#12 0x7713f675 in ??? () at /usr/lib64/libgdk-3.so.0
#13 0x7718d802 in ??? () at /usr/lib64/libgdk-3.so.0
#14 0x76a79168 in ??? () at /usr/lib64/libglib-2.0.so.0
#15 0x76a7b297 in ??? () at /usr/lib64/libglib-2.0.so.0
#16 0x76a7bb7f in g_main_loop_run () at /usr/lib64/libglib-2.0.so.0
#17 0x773fd71d in gtk_main () at /usr/lib64/libgtk-3.so.0
#18 0x77a6f8fe in main_lib () at /usr/lib64/libgeany.so.0
#19 0x77df52e0 in ??? () at /usr/lib64/libc.so.6
--Type  for more, q to quit, c to continue without paging--
#20 0x77df5399 in __libc_start_main () at /usr/lib64/libc.so.6
#21 0x5095 in ??? ()
#22 0x7fffdb18 in ??? ()
#23 0x003c in ??? ()
#24 0x0001 in ??? ()
#25 0x7fffdeab in ??? ()
#26 0x in ??? ()
(gdb) 
(gdb) 

```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2736#issuecomment-2075918439
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.

Message ID: 

[Github-comments] [geany/geany-plugins] overview causes geany to crash when crating a new file and clicking in the file area. (Issue #1354)

2024-06-01 Thread l33tlinuxh4x0r via Github-comments
Without overview geany does not crash... when overview is enabled creating a 
new file in Linux X11 causes geany to crash when the file is clicked. Windows 
and wayland seem to be unaffected. See bug 
https://github.com/geany/geany/issues/2736

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1354
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] overview causes geany to crash when crating a new file and clicking in the file area. (Issue #1354)

2024-06-01 Thread l33tlinuxh4x0r via Github-comments
Fwiw I love the plugin... I just don't like the crash :/

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1354#issuecomment-2143453298
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] overview causes geany to crash when crating a new file and clicking in the file area. (Issue #1354)

2024-06-04 Thread l33tlinuxh4x0r via Github-comments
> @l33tlinuxh4x0r in this context "care" means "does the work to fix it", as in 
> care and feeding, not just "like" it 

If I had the skills I would fix it, however I don't so hoping that someone else 
will take this up.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1354#issuecomment-2148721525
You are receiving this because you are subscribed to this thread.

Message ID: