Re: D-Bus signal parameter and incorrect xml generation

2016-08-15 Thread Aditya Sharma
On Tue, Aug 16, 2016 at 2:53 AM, Albert Astals Cid wrote: > El dimecres, 10 d’agost de 2016, a les 23:00:19 CEST, Aditya Sharma va > escriure: > > Hey ! > > > > I'm trying to pass a QVariantMap as a D-Bus signal parameter so that the > > intended application gets the updated data every time that

Re: Re-enable new_delete_type_mismatch in ASAN?

2016-08-15 Thread Ben Cooksley
On Tue, Aug 16, 2016 at 9:34 AM, Albert Astals Cid wrote: > El dijous, 4 d’agost de 2016, a les 19:40:14 CEST, Ben Cooksley va escriure: >> On Thu, Aug 4, 2016 at 9:52 AM, Albert Astals Cid wrote: >> > We disabled the new_delete_type_mismatch ASAN check a while ago because Qt >> > was at fault an

[sysadmin/ci-master-config] /: Revert "Disable new_delete_type_mismatch ASAN checks, due to defective Qt code."

2016-08-15 Thread Ben Cooksley
Git commit 74fecfd9f4dd09e21531cc5378d2f8dd55b0df35 by Ben Cooksley. Committed on 16/08/2016 at 00:41. Pushed by bcooksley into branch 'master'. Revert "Disable new_delete_type_mismatch ASAN checks, due to defective Qt code." This reverts commit 8bdb20f0189da74e9875be45822e7f9aa872543e. CCMAIL:

Re: Re-enable new_delete_type_mismatch in ASAN?

2016-08-15 Thread Albert Astals Cid
El dijous, 4 d’agost de 2016, a les 19:40:14 CEST, Ben Cooksley va escriure: > On Thu, Aug 4, 2016 at 9:52 AM, Albert Astals Cid wrote: > > We disabled the new_delete_type_mismatch ASAN check a while ago because Qt > > was at fault and creating "false positives" in our code. > > > > Since then th

Re: D-Bus signal parameter and incorrect xml generation

2016-08-15 Thread Albert Astals Cid
El dimecres, 10 d’agost de 2016, a les 23:00:19 CEST, Aditya Sharma va escriure: > Hey ! > > I'm trying to pass a QVariantMap as a D-Bus signal parameter so that the > intended application gets the updated data every time that signal is > emitted. Do you have a branch/repository or sample code w