[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#761040: [libqtwebkit4] Browsers based on Webkit crash on loading pages



tag 761040 help
thanks

On Saturday 04 October 2014 14:26:31 Vladimir Berezenko wrote:
> Hi
> 
> > tag 761040 moreinfo
> > thanks
> > 
> > Hi! A few hours ago I've uploaded qtwebkit 2.3.4.dfsg-2 (it might take
> > some
> > time to get to your repo).
> > 
> > Would you mind testing if the crash still happens with this version?
> 
> Not fixed yet. The new backtrace from segfault:

OK, we will need a powerpc machine with more RAM available than the current 
powerpc porterbox.

Debian PPC porters: can anyone build qtwebkit with a machine with at least 8GB 
of RAM+swap and the included patch? Basically we need a better backtrace for 
tracing this bug, and building with DWARF requires a bunch of memory.

If you can also test this bug with the built binaries, the better, else I 
would need someone else to test them.

Thanks in advance, Lisandro.

-- 
<perrito666> SlackDeb: velo como un entrenamiento shaolin para geeks,
en vez de meditación y tortura física, abstinencia de internet y sexo
  Horacio Francisco Sebastián "Perrito" Durán Barrionuevo, sobre un
  viaje que Federico "SlackDeb" Peretti estaba planeando con su novia.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
diff --git a/debian/rules b/debian/rules
index 4c80b30..bd83b2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 # only enable debugging symbols on archs supporting -gstabs
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), amd64 i386 powerpc s390x))
-    export DEB_CFLAGS_MAINT_APPEND = -gstabs
-    export DEB_CXXFLAGS_MAINT_APPEND = -gstabs
+    export DEB_CFLAGS_MAINT_APPEND = -g
+    export DEB_CXXFLAGS_MAINT_APPEND = -g
 endif
 ifneq (,$(filter $(DEB_HOST_ARCH),alpha))
     export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-relax

Reply to: