9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: ron minnich <rminnich@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] 9vx mk install chokes on gs
Date: Sat, 11 Sep 2010 17:49:47 -0700	[thread overview]
Message-ID: <AANLkTinvVnWyHnBDC7y+9L1rO-dtZLBFfEg5=566qHr5@mail.gmail.com> (raw)
In-Reply-To: <AANLkTi=2p1RJPbGXvtCa+LyExoMZPZCH0dvsZwj9=oct@mail.gmail.com>

This operating system is so much fun it's unfair at times.

term% grep Brk /dev/text | grep 8l
4684 8l Brk 0xdeba 0003ea58 00000000 00000000 = 0 ""
0x11d2943ddb0c6c28 0x11d2943ddb0ccdd0
4684 8l Brk 0xdeba 000570f8 00017494 00001fa8 = 0 ""
0x11d2943ded6477a8 0x11d2943ded64cd98
4684 8l Brk 0xdeba 0006f798 00017492 00001faa = 0 ""
0x11d2943df0d4fdb8 0x11d2943df0d553a8
4684 8l Brk 0xdeba 00087e38 0001749e 00005966 = 0 ""
0x11d2943df747e2a0 0x11d2943df74834a8
4684 8l Brk 0xdeba 000a04d8 00017493 00005966 = 0 ""
0x11d2943dfa538490 0x11d2943dfa53da80
4684 8l Brk 0xdeba 0011a5f8 00017498 00005966 = 0 ""
0x11d2943e01998c40 0x11d2943e0199ede8
4684 8l Brk 0xdeba 00194718 0001749c 000058ef = 0 ""
0x11d2943e0e012178 0x11d2943e0e017f38
4684 8l Brk 0xdeba 0020e838 00015298 00000000 = 0 ""
0x11d2943e2852e0c0 0x11d2943e285336b0
4684 8l Brk 0xdeba 00288958 0001528d 00000000 = 0 ""
0x11d2943e3fb530d8 0x11d2943e3fb582e0
4684 8l Brk 0xdeba 004eaef8 00000000 000058ef = 0 ""
0x11d2943e4efa5ed8 0x11d2943e4efac468
4684 8l Brk 0xdeba 0074d498 0001528d 00000000 = 0 ""
0x11d2943ebc6be720 0x11d2943ebc6c4cb0
4684 8l Brk 0xdeba 009afa38 00015298 00000000 = 0 ""
0x11d2943f468a9f28 0x11d2943f468af518
4684 8l Brk 0xdeba 00c11fd8 00017494 000058ef = 0 ""
0x11d2943fb61756b0 0x11d2943fb617b858
4684 8l Brk 0xdeba 00e74578 0001749b 000058ef = 0 ""
0x11d294402504f7a8 0x11d2944025053a10
4684 8l Brk 0xdeba 010d6b18 0001749f 000058ef = 0 ""
0x11d294409abb0fc8 0x11d294409abb5a00
4684 8l Brk 0xdeba 013390b8 0001749d 000058ef = 0 ""
0x11d2944108610208 0x11d2944108616b80
4684 8l Brk 0xdeba 0159b658 00000000 000058ef = 0 ""
0x11d29441807b3178 0x11d29441807b9ed8
4684 8l Brk 0xdeba 017fdbf8 00017497 000058ef = 0 ""
0x11d294420ad4e328 0x11d294420ad54ca0
4684 8l Brk 0xdeba 01a60198 00015298 00000000 = 0 ""
0x11d29442921f5908 0x11d29442921fb6c8
4684 8l Brk 0xdeba 01cc2738 00017495 00005966 = 0 ""
0x11d2944340477448 0x11d294434047ddc0
4684 8l Brk 0xdeba 01f24cd8 0001528d 00000000 = 0 ""
0x11d29443d7559310 0x11d29443d7561fb0
4684 8l Brk 0xdeba 02187278 00000000 01cc2738 = 0 ""
0x11d294448ff77190 0x11d294448ff80600
4684 8l Brk 0xdeba 023e9818 0001528d 00000000 = 0 ""
0x11d294452b014350 0x11d294452b01a8e0
4684 8l Brk 0xdeba 0264bdb8 00015298 00000000 = 0 ""
0x11d29445da7c2138 0x11d29445da7c8ab0
4684 8l Brk 0xdeba 028ae358 00000000 000058ef = 0 ""
0x11d2944662799f20 0x11d29446627a00c8
4684 8l Brk 0xdeba 02b108f8 00000000 000058ef = 0 ""
0x11d29446e574eec0 0x11d29446e57563f0
4684 8l Brk 0xdeba 02d72e98 0001528d 00000000 = 0 ""
0x11d294476893e360 0x11d2944768944120
4684 8l Brk 0xdeba 02fd5438 0001749b 000058ef = 0 ""
0x11d29447ed62c638 0x11d29447ed633398
4684 8l Brk 0xdeba 032379d8 00015298 00000000 = -1 "segments overlap"
0x11d294485d874150 0x11d294485d87c620


now how easy was that :-) (although nothing is fixed yet ...)

Note that it grabs about 1M on each sbrk ... or a little more. It got
to 52M or so and then it was all over.

ron

ron



  reply	other threads:[~2010-09-12  0:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-11 23:07 ron minnich
2010-09-11 23:15 ` andrey mirtchovski
2010-09-11 23:35 ` Robert Ransom
2010-09-12  0:39   ` ron minnich
2010-09-12  0:49     ` ron minnich [this message]
2010-09-12  1:02       ` erik quanstrom
2010-09-12  2:25         ` ron minnich
2010-09-12  2:32           ` ron minnich
2010-09-12  3:44             ` ron minnich
2010-09-12  4:59             ` erik quanstrom
2010-09-12  6:27               ` ron minnich
2010-09-12 15:44               ` Russ Cox
2010-09-12 16:48                 ` erik quanstrom
2010-09-12 18:19                   ` Russ Cox
2010-09-12 19:13                     ` ron minnich
2010-09-12 19:33                     ` ron minnich
2010-09-12 20:09                       ` yy
2010-09-14 20:38                         ` yy
2010-09-12 17:12                 ` ron minnich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTinvVnWyHnBDC7y+9L1rO-dtZLBFfEg5=566qHr5@mail.gmail.com' \
    --to=rminnich@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).