Seems like automark is crashing geany with segmentation fault.

I am using gtk3 built on ubuntu 16.04.

Backtrace:

Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
automark (user_data=0x3520f90) at automark.c:104
104             ScintillaObject    *sci = editor->sci;
(gdb) bt
#0  automark (user_data=0x3520f90) at automark.c:104
#1  0x00007ffff50de04a in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff50de3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff50de712 in g_main_loop_run ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffff6c24395 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#5  0x00007ffff799d567 in main_lib (argc=1, argv=0x7fffffffd948) at libmain.c:1233
#6  0x00007ffff7362830 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x00000000004005d9 in _start ()


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.