RE: g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-10 Thread Richard McCoy
> When you created the installation CDs, did you verify that checksums > of the ISO files are correct? > > -- > Dmitry I'm fairly certain they matched up with their associated md5 values. The install went fine. ___ freebsd-questions@freebsd.org maili

Re: g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-10 Thread Dmitry Mityugov
On 6/10/05, Keyser <[EMAIL PROTECTED]> wrote: > > Do you have any locale environment variables set? The program runs > > fine on my machine. > > > > -- > > Dan Nelson > > I don't think so? This is a completely fresh install of FreeBSD 5.4. > Haven't made any changes. Maybe I need to change some

Re: g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-09 Thread Keyser
Hello, please show the output of 'env' and 'cat /var/run/dmesg.boot' to receive an impression of you system. Björn Here you go and thanks for taking the time to look at this. vitoc# env USER=root HOME=/root SHELL=/bin/csh PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/lo

Re: g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-09 Thread Björn König
Hello, please show the output of 'env' and 'cat /var/run/dmesg.boot' to receive an impression of you system. Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mai

Re: g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-09 Thread Keyser
Do you have any locale environment variables set? The program runs fine on my machine. -- Dan Nelson I don't think so? This is a completely fresh install of FreeBSD 5.4. Haven't made any changes. Maybe I need to change something? However, it would be strange to install with default settin

Re: g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-09 Thread Dan Nelson
In the last episode (Jun 09), Keyser said: > I posted this topic a few days ago but still haven't found a solution > yet. However, I believe I'm able to provide more information now. > Here is a log showing what I'm up against: > > vitoc# cat test.cpp > #include > using namespace std; > > int

g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-09 Thread Keyser
I posted this topic a few days ago but still haven't found a solution yet. However, I believe I'm able to provide more information now. Here is a log showing what I'm up against: vitoc# pwd /usr/temp/cpp vitoc# ls test.cpp vitoc# cat test.cpp #include using namespace std; int main() { cout <