Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 396679

Summary: net-misc/sipsak segmentation fault
Product: Gentoo Linux Reporter: Werner Meisner <weme24>
Component: Current packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: normal CC: zerochaos
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch

Description Werner Meisner 2012-01-01 14:13:26 UTC
Created attachment 297521 [details, diff]
patch

obvious the c-ares api has changed
the attached patch will fix the problem
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-01-03 09:41:44 UTC
Would you care to describe the segfault in more detail, please?
Comment 2 Werner Meisner 2012-01-04 21:08:51 UTC
cares_callback is a callback-funktion that c-ares library will call. If a callback-func has a wronge signature -> segfault! See also "man ares_query"
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2013-10-02 06:40:08 UTC
See also https://lists.fedoraproject.org/pipermail/scm-commits/2011-November/684413.html
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2015-01-27 14:22:38 UTC
+*sipsak-0.9.6_p1-r1 (27 Jan 2015)
+
+  27 Jan 2015; Tony Vroon <chainsaw@gentoo.org> +sipsak-0.9.6_p1-r1.ebuild,
+  +files/0.9.6_p1-callback.patch:
+  Correct SRC_URI to cope with Berlios disappearing act, closes bug #537780 by
+  Jeroen Roovers. Patch to address c-ares API change, as per Werner Meisner &
+  Rick "Zero-Chaos" Farina in bug #396679.