After 9.04 update, G15Macro doesnt work at all, crashes.
Heres the output:
restoring codes
The application (or it's libraries) caught a Segmentation Fault. Backtrace follows:
Backtrace: /usr/lib/libg15daemon_client.so.1(g15_sighandler+0x70) [0xb7fba230]
Backtrace: [0xb7fed400]
Backtrace: /lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x95) [0xb7cef9c5]
Backtrace: /usr/lib/libfreetype.so.6 [0xb7f25fed]
Backtrace: /usr/lib/libfreetype.so.6(ft_mem_qalloc+0x1b) [0xb7f2a1db]
Backtrace: /usr/lib/libfreetype.so.6(ft_mem_alloc+0x33) [0xb7f2bee3]
Backtrace: /usr/lib/libfreetype.so.6(FT_GlyphLoader_New+0x31) [0xb7f2c671]
Backtrace: /usr/lib/libfreetype.so.6(FT_Add_Module+0x27e) [0xb7f2e52e]
Backtrace: /usr/lib/libfreetype.so.6(FT_Add_Default_Modules+0x37) [0xb7f26347]
Backtrace: /usr/lib/libfreetype.so.6(FT_Init_FreeType+0x67) [0xb7f263c7]
Backtrace: /usr/lib/libg15render.so.1(g15r_initCanvas+0x5e) [0xb7f993ee]
Backtrace: g15macro [0x804a827]
Backtrace: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7c92775]
Backtrace: g15macro [0x8049581]
End of Backtrace.
Linux 2.6.28-11-generic, KDE 4.2.3, Kubuntu Jaunty.
I encountered the same bug
I encountered the same bug and fixed it by commenting the line g15r_initCanvas(canvas); in g15macro.c on line number 922 in the following code section:
if (canvas != NULL) {
//g15r_initCanvas(canvas);
} else {
printf("Unable to initialise the libg15render canvas\nExiting\n");
return 1;
}
After doing this i recompiled g15macro and it works perfect now. I encountered the bug after a custom config was written to the hard-disk and have no clue why the bug occurs. I checked the parsing of the config file an all seemed fine.
My system is:
G15Daemon version 1.9.5.3 - Not Running
compiled with libg15 version 1.201
G15Macro version 1.0.3
On Ubuntu Lucid Linx 10.04
Re: G15Macro stopped working after Jaunty upgrade
g15macro should not crash due to freetype, as it doesn't even use it.
Could you check if packages relating to freetype where updated?
(Cause g15 things should not have been, there has not been any new releases for a long while)
I'm having similar freetype crashes, but I'm unsure if they're cause of freetype or due to libg15render..
Re: G15Macro stopped working after Jaunty upgrade
G15Daemon version 1.9.5.3 - Not Running
compiled with libg15 version 1.201
G15Macro version 1.0.3
libg15render 1.2
Re: G15Macro stopped working after Jaunty upgrade
Please give versions for g15macro, libg15, libg15render and g15daemon (I'm pretty sure it's the latter, but more info doesn't hurt).