Re: [Mono-dev] malloc error executing OBS-built mono

2015-10-23 Thread Greg Young
>> >> >> >> >> >> >> >> >> >> >> >> > target="mono_win32_compat_CopyMemory"/> >> >>> target="mono_win32_compat_FillMemory"/> >> >>&

Re: [Mono-dev] malloc error executing OBS-built mono

2015-10-23 Thread Miguel de Icaza
0x80C1448: mono_main (in > /opt/plasticscm5/mono/bin/mono-sgen) > > ==4421== by 0x8065E51: main (in /opt/plasticscm5/mono/bin/mono-sgen) > > ==4421== > > ==4421== ERROR SUMMARY: 130 errors from 130 contexts (suppressed: 0 from 0) > > > > I’ve attached the full repor

Re: [Mono-dev] malloc error executing OBS-built mono

2015-10-22 Thread Miguel González
no-dev] malloc error executing OBS-built mono Hello Miguel, I also had to apply this change in order to avoid an unallowed warning message: I: Statement might be overflowing a buffer in strncat. Common mistake: BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it takes the left over size

Re: [Mono-dev] malloc error executing OBS-built mono

2015-10-22 Thread Miguel González
ailto:mgonza...@codicesoftware.com>> Cc: mono-devel-list@lists.ximian.com<mailto:mono-devel-list@lists.ximian.com> Subject: Re: [Mono-dev] malloc error executing OBS-built mono Hello Miguel, I also had to apply this change in order to avoid an unallowed warning message: I: Statement might be overflo

Re: [Mono-dev] malloc error executing OBS-built mono

2015-10-21 Thread Miguel de Icaza
Hello Miguel, I also had to apply this change in order to avoid an unallowed warning > message: > > I: Statement might be overflowing a buffer in strncat. Common mistake: > >BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it takes the > >left over size as 3rd argument > >GOOD:

[Mono-dev] malloc error executing OBS-built mono

2015-10-20 Thread Miguel González
Hi, I have a setup of OBS (SUSE Open Build Service) machines where I create OpenSUSE 12.3 RPM packages of mono 4.3 and GTK# 2.12.29. I'm using code downloaded from http://github.com/mono/mono at commit b6dfce621f70115cd16e75a743cbbdee5ac6610e. To make the code compile without complains from