[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 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

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-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