public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-vla: Fix mb_reserve:  https://bugzilla.redhat.com/show_bug.cgi?id=590635
@ 2010-05-12 20:01 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2010-05-12 20:01 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-vla has been updated
       via  ec5a7769d5c05542d12fc21afa25f32360db7de4 (commit)
      from  525771b1d923cc7d4de99440e0c826af456f8af5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit ec5a7769d5c05542d12fc21afa25f32360db7de4
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed May 12 22:00:46 2010 +0200

    Fix mb_reserve:
    	https://bugzilla.redhat.com/show_bug.cgi?id=590635

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/gdb.base/vla-overflow.exp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.base/vla-overflow.exp b/gdb/testsuite/gdb.base/vla-overflow.exp
index 7203a48..24a608f 100644
--- a/gdb/testsuite/gdb.base/vla-overflow.exp
+++ b/gdb/testsuite/gdb.base/vla-overflow.exp
@@ -66,7 +66,8 @@ proc memory_v_pages_get {} {
 
 set pages_found [memory_v_pages_get]
 
-set mb_reserve 10
+# s390x with glibc-debuginfo.s390x installed used approx. 16MB.
+set mb_reserve 40
 verbose -log "pages_found = $pages_found, mb_reserve = $mb_reserve"
 set kb_found [expr $pages_found * $pagesize / 1024]
 set kb_permit [expr $kb_found + 1 * 1024 + $mb_reserve * 1024]


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-12 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-12 20:01 [SCM] archer-jankratochvil-vla: Fix mb_reserve: https://bugzilla.redhat.com/show_bug.cgi?id=590635 jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).