From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([199.191.58.38]) by ttr; Fri Aug 8 18:57:45 EDT 2014 Message-ID: <2ab318cd6a5d404f651e57691a1ac5ad@felloff.net> List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: full-stack-aware singleton HTTP over SSL session base Date: Sat, 9 Aug 2014 00:57:37 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] stats(1) suicide In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit kenji, the note bug should not apply to release 9front-3730.5d864bfef728.iso.bz2, as it was introduced in a later commit. also, cwfs doesnt install any note handlers so it cant be affected. > cwfs64x 319: suicide: invalid address 0x1056efee8/16384 in syscall pc=0x22ac56 > cwfs64x 319: suicide: sys: bad address in syscall pc=0x22ac56 i looked up the pc addresses and it tells me this is the sleep syscall. this is very odd. sl and others run cwfs64x just fine on the latest pc64 and i'v not seen such an issue yet. can you verify by running: acid /amd64/bin/cwfs64x src(0x22ac56) asm(sleep) the last line will will disassemble the sleep syscall stub, and should result in something like: acid: asm(sleep) sleep 0x000000000022ac53 MOVQ BP,a0+0x0(FP) sleep+0x5 0x000000000022ac58 MOVQ $0x11,BP sleep+0xc 0x000000000022ac5f SYSCALL sleep+0xe 0x000000000022ac61 RET -- cinap