Re: [Chicken-users] dbus egg memory leak fixes

2015-02-17 Thread rivo
Hi, Shawn Rutledge My first attempt to automate the DBusMessageIter memory management has failed cause sub-iterator saves the reference to the parent iterator. Using finalizer maybe a good idea but introduce unnecessary gc penalty (not sure,need to be proofed), DBusMessage reference-counted wi

Re: [Chicken-users] dbus egg memory leak fixes

2015-02-10 Thread Shawn Rutledge
On 21 January 2015 at 10:37, rivo wrote: > Hello > > This batch of patches fixes multiple memory leaks in the dbus egg, > especially freaky variant/dictionary exchange format that connman network > manager uses alot. > Thanks. These patches add more manual memory management though, and ideally

[Chicken-users] dbus egg memory leak fixes

2015-01-21 Thread rivo
Hello This batch of patches fixes multiple memory leaks in the dbus egg, especially freaky variant/dictionary exchange format that connman network manager uses alot. From 43f46ae9b2a921d712dec3fc3a0e4f124b529518 Mon Sep 17 00:00:00 2001 From: rivo Date: Thu, 15 Jan 2015 12:16:49 +0300 Subjec

Re: [Chicken-users] Dbus egg crashes in Chicken 4.9

2014-07-11 Thread Mario Domenech Goulart
Hi Oleg, On Fri, 11 Jul 2014 01:12:26 +0400 Oleg Kolosov wrote: > We are using dbus for system-wide notifications in an embedded system. > Events like "drive mounted", etc. The egg looks flexible and powerful > but it is called only occasionally in our current system for legacy > compatibility r

Re: [Chicken-users] Dbus egg crashes in Chicken 4.9

2014-07-10 Thread Oleg Kolosov
On 07/03/14 22:49, Shawn Rutledge wrote: > I found that a couple of days ago; try again with the svn trunk. I > will have to make a new release soon. Good to know. I have not tested it yet, because I'm troubleshooting other obscure Chicken related problem and do not want to change used components

Re: [Chicken-users] Dbus egg crashes in Chicken 4.9

2014-07-03 Thread Shawn Rutledge
I found that a couple of days ago; try again with the svn trunk. I will have to make a new release soon. It's interesting that you are getting some use out of it; does it work well enough and make sense? What kind of application? On 3 July 2014 20:35, Oleg Kolosov wrote: > Hello. > > After upg

[Chicken-users] Dbus egg crashes in Chicken 4.9

2014-07-03 Thread Oleg Kolosov
Hello. After upgrading to Chicken 4.9 our application started to crash in dbus egg. The culprit was found in changed semantics of the assoc and friends: it now checks that the supplied argument is a list. The attached patch fixes the problem. I've not checked if there are similar problems somewher

Re: [Chicken-users] dbus egg crashes when sending message fails

2014-02-09 Thread Shawn Rutledge
On 6 February 2014 14:48, Yaroslav Tsarko wrote: > Hi guys! > > I have encountered a crash inside dbus library when sending message to > receiver that is absent on the bus. Crash happens because > dbus_message_iter_init API is called with NULL for its first argument. > The attached patch fixes thi

[Chicken-users] dbus egg crashes when sending message fails

2014-02-06 Thread Yaroslav Tsarko
Hi guys! I have encountered a crash inside dbus library when sending message to receiver that is absent on the bus. Crash happens because dbus_message_iter_init API is called with NULL for its first argument. The attached patch fixes this crash. Could you please apply it to the main egg reposi

[Chicken-users] DBUS egg

2007-12-04 Thread Shawn Rutledge
Has anybody started on a DBUS egg yet? ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users