9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: woplan9@gmail.com, 9front@9front.org
Subject: Re: [9front] 9git - Commit
Date: Sat, 24 Oct 2020 10:03:07 -0700	[thread overview]
Message-ID: <248BC5FAA074E3E9E4B58D17A8EC987E@eigenstate.org> (raw)
In-Reply-To: <F4336C290E232D273C6F7D374602A854@gmail.com>

> Hi!
> i´ve installed 9git in 9front (virtualbox, in windows) with apparent success, since I can clone repositories without problems. I am, though, having problems with commits. Example: git/commit -m 'test' README.md (and README.md has a local change) returns:
> 
> save 1036: suicide: sys: trap: fault read addr=0x0 pc=0x0000c851
> /bin/git/commit: save 1036: sys: trap: fault read addr=0x0 pc=0x0000c851
> /bin/git/commit: botched commit
> /bin/git/commit: could not commit: commit 1013: botched commit
> 
> Can someone help me?
> Complete amateur here, but a happy one with 9front, so i´m sorry for any incorrection.  
> 
> thanks,
> João

That's definitely not expected. Can you get a stack trace?

	save 1036 <-- 1036 is the pid

Plan 9 keeps dead processes around for a while so you can
debug them, so if you haven't run low on memory, restarted,
etc, you should still be able to attach to it with a debugger:

	term% acid 1036
	acid; lstk()
	<the information I need to debug>

Thanks!
	



      reply	other threads:[~2020-10-24 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-24 17:00 woplan9
2020-10-24 17:03 ` ori [this message]

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=248BC5FAA074E3E9E4B58D17A8EC987E@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9front@9front.org \
    --cc=woplan9@gmail.com \
    /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).