9front - general discussion about 9front
 help / color / mirror / Atom feed
* 9git - Commit
@ 2020-10-24 17:00 woplan9
  2020-10-24 17:03 ` [9front] " ori
  0 siblings, 1 reply; 2+ messages in thread
From: woplan9 @ 2020-10-24 17:00 UTC (permalink / raw)
  To: 9front

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










^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] 9git - Commit
  2020-10-24 17:00 9git - Commit woplan9
@ 2020-10-24 17:03 ` ori
  0 siblings, 0 replies; 2+ messages in thread
From: ori @ 2020-10-24 17:03 UTC (permalink / raw)
  To: woplan9, 9front

> 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!
	



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-24 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 17:00 9git - Commit woplan9
2020-10-24 17:03 ` [9front] " ori

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).