I forgot that under Linux instead Win will be more detailed:
```
Starting program: /usr/local/bin/geany -v
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
(process:19323): Tagmanager-ERROR **: 13:32:37.609: Different number of tag
types in TM (2) and ctags (5) for AutoIt
Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff5563e11 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0 0x00007ffff5563e11 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007ffff5564eac in g_log_default_handler () at
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff7944f3c in handler_log (domain=0x7ffff7b5d8bd "Tagmanager",
level=6, msg=0x55555578d2b0 "Different number of tag types in TM (2) and ctags
(5) for AutoIt", data=<optimized out>)
at log.c:136
#3 0x00007ffff556513d in g_logv () at
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff55652af in g_log () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff7b00861 in tm_parser_verify_type_mappings () at tm_parser.c:698
#6 0x00007ffff7b03827 in tm_create_workspace () at tm_workspace.c:83
#7 0x00007ffff7b03827 in tm_get_workspace () at tm_workspace.c:121
#8 0x00007ffff7945f97 in main_lib (argc=<optimized out>, argv=<optimized out>)
at libmain.c:1070
#9 0x00007ffff74f8b97 in __libc_start_main (main=
0x555555554600 <main>, argc=2, argv=0x7fffffffe0c8, init=<optimized out>,
fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe0b8) at
../csu/libc-start.c:310
#10 0x000055555555463a in _start ()
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1752#issuecomment-483587328