[00:17:27] *** Quits: Horwitz (~mich1@p200300EC9BC15400022268FFFE64E7C4.dip0.t-ipconnect.de) (Ping timeout: 264 seconds) [00:29:28] *** Joins: Horwitz (~mich1@p200300EC9BC40C00022268FFFE64E7C4.dip0.t-ipconnect.de) [00:29:28] *** ChanServ sets mode: +o Horwitz [04:17:40] *** Quits: Number6 (~number6@188-141-49-5.dynamic.upc.ie) (Ping timeout: 248 seconds) [15:07:22] *** Joins: mvglasow (~mvglasow@227-200-191-90.dyn.estpak.ee) [15:07:35] hey mvglasow [15:08:03] i've updated the config, CodeFactor shouldn't be a merge blocker anymore. But I still really want us to pay attention to what it reports ;) [15:10:19] kazer thanks a lot! I'm just updating my branch, then we'll see. [15:10:47] and of course I will keep an eye on what CodeFactor reports [15:12:27] great thanks! [15:13:14] sometimes it complains about stuff not related to your PR, but what it reports is pretty much always accurate. when that happens if we don't want to fix it in the current PR because of scope creep we can always track it in a ticket [16:12:50] @KaZeR i send you a dm ob discord, not really important but it could help in the future ;) [16:12:53] *on [16:13:00] @KaZeR i send you a dm ob discord, not really important but it could help in the future ;) [16:15:32] Sorry for the duplicate message, got network problems (mobile) [16:58:35] *** Joins: snooky (~snooky@dmant.ovh) [16:58:37] hi all [17:08:27] Hi snooky [17:19:42] where i became xpm files? [17:37:02] *** Joins: gernot2 (bc6e3e16@dslb-188-110-062-022.188.110.pools.vodafone-ip.de) [17:37:07] hi [19:52:07] hi snooky [19:52:34] snooky: not sure i get your question [19:52:36] hi gernot2 [19:52:58] kazer hi [20:06:58] by [20:07:04] *** Quits: gernot2 (bc6e3e16@dslb-188-110-062-022.188.110.pools.vodafone-ip.de) (Quit: gernot2) [20:18:25] https://nopaste.linux-dev.org/?1235956 [20:18:31] where i became these files? [20:54:13] CMake gurus out there: is there any way I can build Navit with full debug symbols? [20:54:58] Currently investigating a crash on Android (issue #836), and some items in the stack trace have just an address, no function name [20:55:23] and I have no idea what function is getting called... the curse of callbacks [21:22:01] found it... the CMake command should be this one: set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMMON_COMPILER_FLAGS} -g") [21:22:29] but that should happen for debug builds anyway, and adding it manually did not improve anything [21:22:56] so I am now doing nm -g navit/android/build/intermediates/transforms/mergeJniLibs/release/0/lib/armeabi-v7a/libnavit.so and looking in the vicinity of the address [21:55:57] one step further... looks like the struct graphics_priv for Android is passed a faulty callback list, probably never initialized properly [21:56:13] but I haven't yet figured out where this value comes from [21:56:39] *** Quits: mvglasow (~mvglasow@227-200-191-90.dyn.estpak.ee) (Quit: Leaving)