enhance(x11/gimp): enable libbacktrace#30317
Conversation
robertkirkman
commented
Jun 25, 2026
- Progress on [Package]: A list of suggested packages. #30316
5449f23 to
c978d1e
Compare
|
as far as I can tell, it does not really do anything in gimp |
|
It doesn't seem to link with libbacktrace at all |
|
I think it doesn't get enabled because |
|
Thank you, I didn't notice that at all. I will use that information to check this again. |
c978d1e to
31efe5f
Compare
|
Now it looks like this. I think this is different and I don't remember it looking like this previously.
I keep forgetting to save it and having to rewrite it every time I test this, so here is the crafted Segmentation fault I created to test this --- a/app/app.c
+++ b/app/app.c
@@ -304,7 +304,7 @@ app_run (const gchar *full_prog_name,
app_abort (no_interface, abort_message);
/* initialize lowlevel stuff */
- gimp_gegl_init (gimp);
+ gimp_gegl_init ((void*)842982498249);
g_signal_connect_after (gimp, "exit",
G_CALLBACK (app_exit_after_callback),
|
|
Never mind, I checked again and it looks very much identical as far as I can tell to how it does when not using the newest patch. |
