hi, I'm currently writing an assignment in c++ using g++. according to some printouts, during the following lines:
stringstream Fstr; fstr<<"blah blah"; the seconed line creates a sigmentation fault. other lines in the project doesn't create such a sig. fault and even more weird is that I upload the whole thing to a unix server and it didn't produce any faults there. trying valgrind on linux also didn't produce the mentioned sig. fault but produce a lot of other errors which doesn't seem related. link to valgrind output file: http://t2.technion.ac.il/~shtron/out.txt working from distance on a remote unix is extremely uncomfortable. if anyone can help, it'll be great. thanks - Aviv P.S. I tried two different linux machines they both gave sig. fault... ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]