cracauer@
Developer
I have a gtk/glib using open source program (jackd-jamin-gtk2) that recently started segfaulting with no changes to the program. Must be some library cracking down on undefined use or something.
The segfault is in a glib linked list, with both pointers in first list cell being 0x5a5a5a5a5a5a5a5a.
This is obviously a marker for "invalid pointer", but who uses it? I grepped both the application and glib sources and they aren't it. Does this ring a bell with anyone?
The segfault is in a glib linked list, with both pointers in first list cell being 0x5a5a5a5a5a5a5a5a.
This is obviously a marker for "invalid pointer", but who uses it? I grepped both the application and glib sources and they aren't it. Does this ring a bell with anyone?