Re: [9fans] exec crashing

2012-05-24 Thread erik quanstrom
On Thu May 24 23:03:19 EDT 2012, burton.samog...@gmail.com wrote: > I'm trying to add a restart feature to my modified rio by calling exec on a > saved argv[0] and copy of argv that has been null terminated, but it crashes > every time. Is there something about exec on plan9 that I should be awar

[9fans] exec crashing

2012-05-24 Thread Burton Samograd
I'm trying to add a restart feature to my modified rio by calling exec on a saved argv[0] and copy of argv that has been null terminated, but it crashes every time. Is there something about exec on plan9 that I should be aware of that's different than unix? -- Burton Samograd