GNOME Bugzilla – Bug 768126
Crash
Last modified: 2017-11-15 12:44:38 UTC
Created attachment 330474 [details] Backtrace I use pidgin with libnotify plugin activate and give crash on various occasions. Info of others trackers: https://developer.pidgin.im/ticket/1705 https://github.com/dequis/purple-facebook/issues/253 (closed) Here https://github.com/dequis/purple-facebook/issues/253#issuecomment-228561122 @dequis say "GSource that crashed was some dns query related function" I think it's maybe something exploitable and a security issue..
libnotify no is the problem i disable it and give crash.
+ Trace 236398
Unfortunately the backtrace you attached contains no useful information. Why do you think this is a glib-networking bug?
No information provided in a year: closing. Thedemon007: If you can still reproduce this problem, please can you provide an up-to-date backtrace, plus a log from valgrind. This looks like memory corruption rather than a segfault. You can use the following command to create a valgrind log: valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=50 --show-leak-kinds=definite /program/to/execute