GNOME Bugzilla – Bug 72818
Crash on notifications
Last modified: 2004-12-22 21:47:04 UTC
I set up a listener on a GConf directory. Then, in other part of the code, I call gconf_client_set_string for several entries in that directory. And, when the notification is supposed to be fired up (the entry is actually stored), I get a crash, with the following backtrace:
+ Trace 18380
The notification callback in my code calls gconf_client_get_*, and nothing else. I'm not sure though it is being even called, since the crash seems to happen before it gets called.
"#0 0x00000003 in ?? ()" looks like it's calling "3" as a function pointer; can you go to frame #1 and do a "list" and print the relevant-looking variables, and try to confirm exactly what is broken that causes the segv?
Sorry, was my fault :-) I was using, in the call to gconf_client_notify_add 'listener_data->user_data', where it should have been 'listener_data'