time() segmentation fault

2004-03-21 Thread Abel Navarro
Hi all, this program ends with a segmentation fault in a FreeBSD 5.1.2-RELEASE: main() { time(); } I don't have made important changes to the release except cosmetic ones. I'm running the Linux compatibility module and have compiled with gcc 3.3.3. Any ideas are welcome. Abel

Re: time() segmentation fault

2004-03-21 Thread Abel Navarro
Oops, you were rigth. I don't believe I have made such a mistake. Thank you Abel On Mon, 22 Mar 2004 16:54, Chuck McManis wrote: At 09:24 PM 3/21/2004, Abel Navarro wrote: Hi all, this program ends with a segmentation fault in a FreeBSD 5.1.2-RELEASE: main() { time(); } Good