I get a crash when viewing the about dialog (Synergy -> About Synergy). Any one else getting this? I think it might be the Qt library I'm compiling against or a 64-bit issue, since this doesn't happen on Snow Leopard or below (mine are 32-bit).
> I get a crash when viewing the about dialog (Synergy -> About > Synergy). Any one else getting this? I think it might be the Qt > library I'm compiling against or a 64-bit issue, since this doesn't > happen on Snow Leopard or below (mine are 32-bit).
Very strange indeed -- this does not occur on SN as I mentioned, and when I launch it through Qt Creator the memory access error does not happen. I guess that Qt just loads it into memory that's already initialised for some reason.
Bendon, could you upload your crash report to pastebin so we can compare? Click "Report..." to get at it.
My theory, looking at the stack trace, it looks like there's an initialized variable in the Qt libs (though I'm not sure how), either that or it's memory corruption caused by our GUI code :/
Cheers, Nick
On 26 October 2011 18:09, Brendon Justin <snes...@gmail.com> wrote:
> On Oct 26, 2011, at 11:10 AM, Nick Bolton wrote:
>> Hi guys,
>> I've spent the last couple of weeks getting Synergy to work on Mac OS >> X Lion. I've almost cracked it, but just need a few people to try it >> out.
>> I get a crash when viewing the about dialog (Synergy -> About >> Synergy). Any one else getting this? I think it might be the Qt >> library I'm compiling against or a 64-bit issue, since this doesn't >> happen on Snow Leopard or below (mine are 32-bit).
On 26 October 2011 16:10, Nick Bolton <nick.bolton...@gmail.com> wrote:
> I get a crash when viewing the about dialog (Synergy -> About > Synergy). Any one else getting this? I think it might be the Qt > library I'm compiling against or a 64-bit issue, since this doesn't > happen on Snow Leopard or below (mine are 32-bit).
> Very strange indeed -- this does not occur on SN as I mentioned, and > when I launch it through Qt Creator the memory access error does not > happen. I guess that Qt just loads it into memory that's already > initialised for some reason.
> Bendon, could you upload your crash report to pastebin so we can > compare? Click "Report..." to get at it.
> My theory, looking at the stack trace, it looks like there's an > initialized variable in the Qt libs (though I'm not sure how), either > that or it's memory corruption caused by our GUI code :/
> Cheers, > Nick
> On 26 October 2011 18:09, Brendon Justin <snes...@gmail.com> wrote: >> I get the same crash on Lion.
>> Brendon Justin
>> On Oct 26, 2011, at 11:10 AM, Nick Bolton wrote:
>>> Hi guys,
>>> I've spent the last couple of weeks getting Synergy to work on Mac OS >>> X Lion. I've almost cracked it, but just need a few people to try it >>> out.
>>> I get a crash when viewing the about dialog (Synergy -> About >>> Synergy). Any one else getting this? I think it might be the Qt >>> library I'm compiling against or a 64-bit issue, since this doesn't >>> happen on Snow Leopard or below (mine are 32-bit).