[SCM] KDE Development Platform Libraries module packaging branch, kde4.8, updated. debian/4.8.3-1-2-ga7b705d

Pino Toscano pino at alioth.debian.org
Sun May 27 10:15:54 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde4libs.git;a=commitdiff;h=a7b705d

The following commit has been merged in the kde4.8 branch:
commit a7b705dbea90ca94c6631b495558a0ded46efcbb
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 27 12:15:31 2012 +0200

    fix Twitter in KHTML
    
    backport upstream commit 4f35dfae765a29819dc0bf7ac0dfdba21239f3ca
---
 debian/changelog                                   |    3 ++
 debian/patches/series                              |    1 +
 ...crease-max-global-stack-size-back-to-1000.patch |   27 ++++++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e24627e..4a7dc9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 kde4libs (4:4.8.3-2) UNRELEASED; urgency=low
 
+  [ Pino Toscano ]
+  * Backport upstream commit 4f35dfae765a29819dc0bf7ac0dfdba21239f3ca to fix
+    Twitter in KHTML.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 27 May 2012 12:10:37 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 18d67be..445ce85 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@ ktar_header_checksum_fix.diff
 ktar_longlink_length_in_bytes.diff
 glibc_filesystem.diff
 python3-support-bytecode.patch
+upstream_Increase-max-global-stack-size-back-to-1000.patch
diff --git a/debian/patches/upstream_Increase-max-global-stack-size-back-to-1000.patch b/debian/patches/upstream_Increase-max-global-stack-size-back-to-1000.patch
new file mode 100644
index 0000000..0585a99
--- /dev/null
+++ b/debian/patches/upstream_Increase-max-global-stack-size-back-to-1000.patch
@@ -0,0 +1,27 @@
+From 4f35dfae765a29819dc0bf7ac0dfdba21239f3ca Mon Sep 17 00:00:00 2001
+From: "Martin T. H. Sandsmark" <sandsmark at samfundet.no>
+Date: Wed, 16 May 2012 02:45:09 +0200
+Subject: [PATCH] Increase max global stack size back to 1000.
+
+Some pages have started running out of stack frames (e. g. Twitter).
+Instead of reducing this the next time, consider reducing stack usage.
+---
+ kjs/bytecode/machine.cpp.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kjs/bytecode/machine.cpp.in b/kjs/bytecode/machine.cpp.in
+index 3a2686b..a434c36 100644
+--- a/kjs/bytecode/machine.cpp.in
++++ b/kjs/bytecode/machine.cpp.in
+@@ -42,7 +42,7 @@
+ // If we improve our stack usage, we can bump this number.
+ #define KJS_MAX_STACK 100
+ #else
+-#define KJS_MAX_STACK 700 // ### set system specific
++#define KJS_MAX_STACK 1000 // ### set system specific
+ #endif
+ 
+ namespace KJS {
+-- 
+1.7.10
+

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list