Re: [Multisync-devel] Evolution plugin failing on FreeBSD 5.1,suggestion

2003-08-14 Thread Tom Foottit
Thanks for the report - we will look into it. Tom On Sat, 2003-08-09 at 11:57, Sam Lawrance wrote: > Hi everybody, > > Lately I've been porting synce & multisync to freebsd, and I've come > across a "bug" of sorts. > > In /multisync-0.80/plugins/evolution_sync/src on line 386 there is an > all

[Multisync-devel] Evolution plugin failing on FreeBSD 5.1, suggestion

2003-08-11 Thread Sam Lawrance
Hi everybody, Lately I've been porting synce & multisync to freebsd, and I've come across a "bug" of sorts. In /multisync-0.80/plugins/evolution_sync/src on line 386 there is an allocation for a stack variable: char lines[65536]. On reaching this point and trying to allocate 65kb of stack space,