9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] crashing 9vx
@ 2010-05-28  4:10 ron minnich
  2010-05-28  6:40 ` Philippe Anel
  0 siblings, 1 reply; 34+ messages in thread
From: ron minnich @ 2010-05-28  4:10 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I'm trying to create a reproducer. This little gem does crash it
frequently. Note that tar and mk install are doing lots of creates too
-- you're welcome to try this.

term% cat lotsafiles.c
#include <u.h>
#include <libc.h>

void
main(int, char**)
{
	int i = 0;
	while (1) {
		int fd;
		char *name = smprint("/tmp/%d", i);
		fd = create(name, OWRITE, 0666);
		if (fd < 0) exits(nil);
		close(fd);
		i++;
	}
}



^ permalink raw reply	[flat|nested] 34+ messages in thread
* [9fans] crashing 9vx
@ 2010-10-28 14:00 yy
  2010-10-28 14:47 ` Lucio De Re
  0 siblings, 1 reply; 34+ messages in thread
From: yy @ 2010-10-28 14:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I keep hearing how 9vx is very unstable and have a lot of problems,
but after a few months working on it I have not received many bug
reports. Probably I won't know how to fix these problems, but at least
I'd like to have them documented. Also, I'm updating the autogenerated
kernel files and would like to check if this makes any difference.

So, if you are using the 9vx version at
http://bitbucket.org/yiyus/vx32/ (or ron's version, which is almost
the same) and you have a reproducible way to crash it, could you
please fill an issue in bitbucket or send me an email? Thanks.

--
- yiyus || JGL . 4l77.com



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

end of thread, other threads:[~2010-10-28 14:47 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-28  4:10 [9fans] crashing 9vx ron minnich
2010-05-28  6:40 ` Philippe Anel
2010-05-28  8:13   ` Philippe Anel
2010-05-28  8:24     ` Philippe Anel
2010-05-28 15:10   ` ron minnich
2010-05-28 15:15     ` Philippe Anel
2010-05-28 15:24       ` ron minnich
2010-05-28 18:36         ` Charles Forsyth
2010-05-28 19:31           ` Philippe Anel
2010-05-28 20:46           ` ron minnich
2010-05-28 21:00             ` erik quanstrom
2010-05-29  3:39               ` ron minnich
2010-05-29  4:05                 ` EBo
2010-05-29  5:13                   ` ron minnich
2010-05-29  5:45                     ` EBo
2010-05-29  4:09                 ` erik quanstrom
2010-05-29  5:10                   ` ron minnich
2010-05-30 14:46                 ` Brian L. Stuart
2010-05-30 15:52                   ` ron minnich
2010-05-30 15:59                   ` Philippe Anel
2010-05-30 16:30                     ` erik quanstrom
2010-05-31  1:33                       ` Brian L. Stuart
2010-05-30 17:08                     ` Bakul Shah
2010-05-31  1:14                     ` Brian L. Stuart
2010-05-31  2:01                       ` ron minnich
2010-05-31 16:32                         ` ron minnich
2010-05-31 17:48                           ` jake
2010-05-31 18:16                             ` EBo
2010-05-31 20:46                           ` Jorden M
2010-06-01 11:14                             ` Charles Forsyth
2010-06-02 16:40                               ` ron minnich
2010-05-29  5:47               ` EBo
2010-10-28 14:00 yy
2010-10-28 14:47 ` Lucio De Re

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