Bug#924402: spyder3 Segmentation fault just after console comes up

2019-03-21 Thread Bernhard Übelacker
Control: tags 924402 + upstream


Hello Dimitry,
thanks for your quick response.

> Can I ask you to submit your patch upstream to [1], either as a pull
> request or as a simple issue?

I just created this pull request:

https://github.com/annulen/webkit/pull/803

Kind regards,
Bernhard



Processed: Re: Bug#924402: spyder3 Segmentation fault just after console comes up

2019-03-21 Thread Debian Bug Tracking System
Processing control commands:

> tags 924402 + upstream
Bug #924402 [libqt5webkit5] spyder3 Segmentation fault just after console comes 
up
Added tag(s) upstream.

-- 
924402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924402
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#909366: libqt5webkit5: segfault in JSC::Structure::globalObject()

2019-03-21 Thread Bernhard Übelacker
Hello Everyone,
I think the same issue manifested in bug #924402.

To me it looks like the problem started when -fpermissive
got added to get the i386 build working again.

Without that a compiler error "invalid conversion" got hit,
because a derived class missed the attribute fastcall.

In bug #924402 a patch is attached that may solve this issue.
Maybe both bugs should be merged.

Kind regards,
Bernhard


https://bugs.debian.org/924402



Bug#924402: spyder3 Segmentation fault just after console comes up

2019-03-21 Thread Dmitry Shachnev
Hi Bernhard!

On Thu, Mar 21, 2019 at 09:17:52PM +0100, Bernhard Übelacker wrote:
> Control: tags 924402 + patch
>
> Hello Everyone,
> I continued to look into the "invalid conversion" and think
> the problem is member JSImageConstructor::construct is
> missing the __attribute__((fastcall)) aka JSC_HOST_CALL.
>
> Attached patch to qtwebkit-opensource-src-5.212.0~alpha2
> removes the -fpermissive and adds one attribute JSC_HOST_CALL.
>
> With that I could build a package in a i386 qemu VM and
> with that installed spyder3 did not crash anymore at startup.

Thanks a lot for your investigation!

Can I ask you to submit your patch upstream to [1], either as a pull
request or as a simple issue?

[1]: https://github.com/annulen/webkit

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#924402: spyder3 Segmentation fault just after console comes up

2019-03-21 Thread Bernhard Übelacker
Control: tags 924402 + patch


Hello Everyone,
I continued to look into the "invalid conversion" and think
the problem is member JSImageConstructor::construct is
missing the __attribute__((fastcall)) aka JSC_HOST_CALL.

Attached patch to qtwebkit-opensource-src-5.212.0~alpha2
removes the -fpermissive and adds one attribute JSC_HOST_CALL.

With that I could build a package in a i386 qemu VM and
with that installed spyder3 did not crash anymore at startup.

Kind regards,
Bernhard
>From dc7e0a11c23ac81773b58dae59f4482af6a4c603 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bernhard=20=C3=9Cbelacker?= 
Date: Thu, 21 Mar 2019 21:13:08 +0100
Subject: [PATCH] Bug#924402: Add missing attribute

---
 Source/WebCore/bindings/js/JSImageConstructor.cpp | 2 +-
 debian/rules  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Source/WebCore/bindings/js/JSImageConstructor.cpp b/Source/WebCore/bindings/js/JSImageConstructor.cpp
index 9236906..de553f5 100644
--- a/Source/WebCore/bindings/js/JSImageConstructor.cpp
+++ b/Source/WebCore/bindings/js/JSImageConstructor.cpp
@@ -44,7 +44,7 @@ template<> JSValue JSImageConstructor::prototypeForStructure(VM& vm, const JSDOM
 return JSHTMLElement::getConstructor(vm, &globalObject);
 }
 
-template<> EncodedJSValue JSImageConstructor::construct(ExecState* state)
+template<> EncodedJSValue JSC_HOST_CALL JSImageConstructor::construct(ExecState* state)
 {
 JSImageConstructor* jsConstructor = jsCast(state->callee());
 Document* document = jsConstructor->document();
diff --git a/debian/rules b/debian/rules
index 365b37a..f428006 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH_CPU),ppc64el s390x))
 	EXTRA_CMAKE_ARGUMENTS += -DUSE_SYSTEM_MALLOC=ON
 endif
 
-DEB_CXXFLAGS_MAINT_APPEND += -fpermissive
 
 %:
 	dh $@ --buildsystem=cmake+ninja --with pkgkde_symbolshelper
-- 
2.20.1



Processed: Re: Bug#924402: spyder3 Segmentation fault just after console comes up

2019-03-21 Thread Debian Bug Tracking System
Processing control commands:

> tags 924402 + patch
Bug #924402 [libqt5webkit5] spyder3 Segmentation fault just after console comes 
up
Added tag(s) patch.

-- 
924402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924402
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#920992: marked as done (qt4-x11: FTBFS against libmariadb3 on amd64,i386,armhf)

2019-03-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Mar 2019 20:24:05 +0100
with message-id <5fa6513e-ed9e-7072-21c8-5be6b36ea...@debian.org>
and subject line Re: qt4-x11: FTBFS against libmariadb3 on amd64,i386,armhf
has caused the Debian Bug report #920992,
regarding qt4-x11: FTBFS against libmariadb3 on amd64,i386,armhf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
920992: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qt4-x11
Version: 4:4.8.7+dfsg-17
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

qt4-x11 did FTBFS against mariadb-10.3 on a few architectures:

https://buildd.debian.org/status/package.php?p=qt4-x11&suite=unstable

but given that you planned to remove Qt4, I didn't care about this
package during my rebuild tests.


Andreas
--- End Message ---
--- Begin Message ---
On Thu, 31 Jan 2019 13:06:02 +0100 Andreas Beckmann  wrote:
> qt4-x11 did FTBFS against mariadb-10.3 on a few architectures:

This was unrelated to mariadb-10.3, probably a compiler or toolchain
issue. Finally built after a few givebacks and updates of other packages.


Andreas--- End Message ---


Processed: flaky bugs are severity important

2019-03-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 905563 important
Bug #905563 [src:gnupg2] gnupg2: autopkgtest: please improve architecture 
situation
Severity set to 'important' from 'normal'
> severity 914477 important
Bug #914477 [src:rspamd] rspamd: autopkgtest is flaky
Severity set to 'important' from 'normal'
> severity 897236 important
Bug #897236 [src:yorick] yorick: flaky autopkgtest: ERROR (txtest) failed to 
open X display or create X window
Severity set to 'important' from 'normal'
> severity 902039 important
Bug #902039 [src:kate4] kate4: autopkgtest regularly times out
Severity set to 'important' from 'normal'
> severity 910104 important
Bug #910104 [src:hypre] hypre: autopkgtest times out most of the times
Severity set to 'important' from 'normal'
> user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was elb...@debian.org).
> usertags 901170 - flaky
Usertags were: flaky.
Usertags are now: .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
897236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897236
901170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901170
902039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902039
905563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905563
910104: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910104
914477: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914477
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#876905: qtwebkit should not be release with buster

2019-03-21 Thread Thierry fa...@linux.ibm.com
On Tue, 26 Sep 2017 22:15:12 +0300 Adrian Bunk  wrote:
> Source: qtwebkit
> Version: 2.3.4.dfsg-9.1
> Severity: serious
> Tags: buster sid
> 
> qtwebkit should not be release with buster
> (RC bugs are already open against all r-deps).
> 
> 

As version 2.3.4.dfsg-10 is part of buster what do we do with that bug ?
thanks